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
table_format: delta
Getting:
Encountered an error while running operation: Database Error 001425 (22023): SQL compilation error: invalid property combination 'REFRESH_ON_CREATE'='true' and 'TABLE_FORMAT'='DELTA'
I've notice the macro doesn't account for the REFRESH_ON_CREATE field - docs.
REFRESH_ON_CREATE
The fix looks simple. I will come up with an PR.
The contents of your packages.yml file:
packages.yml
Which database are you using dbt with?
The output of dbt --version:
dbt --version
1.3
The operating system you're using:
The output of python --version:
python --version
Using DBT Cloud
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
More recent pr: #240
Successfully merging a pull request may close this issue.
Describe the bug
Getting:
I've notice the macro doesn't account for the
REFRESH_ON_CREATE
field - docs.The fix looks simple. I will come up with an PR.
Steps to reproduce
Expected results
Actual results
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Using DBT Cloud
The text was updated successfully, but these errors were encountered: