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
dbt 0.8.0 removed the compile command. We need to add that functionality back into dbt because:
compile
This could take the form of dbt run --dry or dbt compile. We need to determine how to account for in-model-queries like already_exists and co
dbt run --dry
dbt compile
already_exists
The text was updated successfully, but these errors were encountered:
Update dbt_project.yml (dbt-labs#390)
7c9775b
The version is incorrect in yml file, changing it to the correct version.
drewbanin
No branches or pull requests
dbt 0.8.0 removed the
compile
command. We need to add that functionality back into dbt because:This could take the form of
dbt run --dry
ordbt compile
. We need to determine how to account for in-model-queries likealready_exists
and coThe text was updated successfully, but these errors were encountered: