Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@ahuang11 ahuang11 released this 16 Feb 17:08
· 20 commits to main since this release
1a151ad

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 and run_dbt_cloud_job flow - #101
  • DbtCoreOperation block - #119
  • SqlAlchemyConnector support for use for PostgresTargetConfigs - #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 a Union of SnowflakeTargetConfigs, BigQueryTargetConfigs, and PostgresTargetConfigs for creation on UI - #115
  • Breaking: Made BigQueryTargetConfigs.get_configs synchronous - #120
  • dbt_core is now included in the requirements - #119

Deprecated

  • DatabaseCredentials used in PostgresTargetConfigs in favor of SqlAlchemyConnector - #123

Fixed

  • Preventing TargetConfigs from being dropped upon loading a DbtCliProfile - #115
  • Breaking: The input type of GlobalConfigs.log_format #118
  • Properly casting SnowflakeCredentials.private_key_path to string before using yaml.dump - #127