This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
v0.3.0
0.3.0
Released on February 16th, 2023.
Breaking: BigQueryTargetConfigs.get_configs
is no longer synchronous and the input type of GlobalConfigs.log_format
is now string.
Added
DbtCloudJob
block andrun_dbt_cloud_job
flow - #101DbtCoreOperation
block - #119SqlAlchemyConnector
support for use forPostgresTargetConfigs
- #123
Changed
- The minimum version of
prefect-snowflake
- #112 - Decoupled fields of blocks from external Collections from the created dbt profile - #112
DbtCliProfile
is now accepts aUnion
ofSnowflakeTargetConfigs
,BigQueryTargetConfigs
, andPostgresTargetConfigs
for creation on UI - #115- Breaking: Made
BigQueryTargetConfigs.get_configs
synchronous - #120 dbt_core
is now included in the requirements - #119
Deprecated
DatabaseCredentials
used inPostgresTargetConfigs
in favor ofSqlAlchemyConnector
- #123