Skip to main content

prefect_dbt.cli.configs.bigquery

Module containing models for BigQuery configs

Classes

BigQueryTargetConfigs

Target configs contain credentials and settings, specific to BigQuery. To find valid keys, head to the BigQuery Profile page. Attributes:
  • credentials: The credentials to use to authenticate; if there are duplicate keys between credentials and TargetConfigs, e.g. schema, an error will be raised.
Examples: Load stored BigQueryTargetConfigs.
Instantiate BigQueryTargetConfigs.
Methods:

get_configs

Returns the dbt configs specific to BigQuery profile. Returns:
  • A configs JSON.

handle_target_configs

Handle target configs field aliasing during validation