We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In dbt-labs/dbt-core#9183 dbt-core started moving config from profiles.yml to dbt_project.yml.
profiles.yml
dbt_project.yml
However, having flags set in dbt_project.yml causes dbt-osmosis to throw a project contract error.
flags
Edit: commenting out the flags portion of the config enables successful dbt-osmosis runs again.
dbt-osmosis
versions:
dbt-osmosis==0.13.2 dbt-core==1.8.3 dbt-bigquery==1.8.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In dbt-labs/dbt-core#9183 dbt-core started moving config from
profiles.yml
todbt_project.yml
.However, having
flags
set indbt_project.yml
causes dbt-osmosis to throw a project contract error.Edit: commenting out the
flags
portion of the config enables successfuldbt-osmosis
runs again.versions:
The text was updated successfully, but these errors were encountered: