dbt-bigquery 1.3.0b1
Pre-release
Pre-release
dbt-bigquery 1.3.0b1 (July 29, 2020)
Features
- Implement
create_schema
via SQL, instead of Python method, allowing users to override if desired.drop_schema
remains a Python method for the time being. (#182, #183) - Added table and incrementail materializations for python models via DataProc. (#209, #226)