PrefectHQ / prefect-dbt

Collection of Prefect integrations for working with dbt with your Prefect flows.

Home Page:https://prefecthq.github.io/prefect-dbt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigQueryTargetConfigs - invalid adapter type gcp

ross-kortx opened this issue · comments

BigQueryTargetConfigs provides an invalid dbt target type 'gcp' when writing a profiles.yml.
Using this profile target type results in an error running any dbt commands.

The valid dbt type should be bigquery.
https://docs.getdbt.com/reference/warehouse-profiles/bigquery-profile

    type: Literal["gcp"] = "gcp"
    project: Optional[str] = None
    credentials: GcpCredentials

Thanks for reporting this! #49 should fix this.