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
Related to [this concept] in the docs, Snowflake executes post-hooks before renaming MODEL_NAME__dbt_tmp table to MODEL_NAME.
MODEL_NAME__dbt_tmp
MODEL_NAME
When after_commit is specified in a post-hook, it compiles as:
after_commit
On MODEL_NAME: {"sql": "\n\n \n\n \n\n ... [post-hook macro] ... Snowflake error: 001003 (42000): SQL compilation error: syntax error line 1 at position 1 unexpected '"sql"'.
The text was updated successfully, but these errors were encountered:
I believe this is fixed as an indirect product of #940
Sorry, something went wrong.
drewbanin
No branches or pull requests
Related to [this concept] in the docs, Snowflake executes post-hooks before renaming
MODEL_NAME__dbt_tmp
table toMODEL_NAME
.When
after_commit
is specified in a post-hook, it compiles as:The text was updated successfully, but these errors were encountered: