-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
[Regression] Ephemeral Materializations not Compiling correctly #8217
Comments
thanks @JoshuaHuntley! This is a strange error to be sure. I looked at the diff ( Can you share
|
I compared these by compiling on my CLI after our PROD failure. Here is the out from both compile iterations:
|
This is caused by a bug in sqlparse 0.4.4 for which we have just developed a fix in #8215 |
Closing as fixed by #8215, but we can re-open as needed. |
Is this a regression in a recent version of dbt-core?
Current Behavior
dbt 1.5.3 is compiling models with ephemeral materializations differently than 1.5.2 and is causing jobs to fail. See code examples:
Expected/Previous Behavior
Code sample from previous minor version:
Steps To Reproduce
Compile with 1.5.2 and compare to 1.5.3
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response
The text was updated successfully, but these errors were encountered: