-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CT-2432] [CT-2431] [Bug] sqlparse patch version 0.4.4 breaks ephemeral models #7396
Comments
Just wanted to post an example of this issue that we have faced. In a normal process, DBT should first create internal CTEs for the The error that we faced was DBT was wrongly keeping the Solution was to go back to the older version of sqlparse 0.4.3 forcefully in our build script. Waiting for this to be fixed in the next patch release! |
@AuddyPostman Thank you so much for the report of the reproduction case! We had trouble reliably reproducing this, except on a specific operating system (Ubuntu) in our functional testing suite. For now, we've pinned to Could you share a bit more about the OS you're using, installed version of Python, etc? |
@jtcohen6 observed this issue in our airflow environment. This is the image that we use for running airflow: https://hub.docker.com/layers/apache/airflow/2.1.2-python3.8/images/sha256-8594489708dcfd8950f1a223f44ce9cec15ba31b1f547d9e59a61ba1ec28cb36?context=explore we can get the os details from this image! |
Description
This is just for Ubuntu and not Mac or Windows.
Failing errors can be seen here:
https://github.com/dbt-labs/dbt-core/actions/runs/4731122949
Environment
The text was updated successfully, but these errors were encountered: