-
Notifications
You must be signed in to change notification settings - Fork 117
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
upgrade to support dbt-core v1.6.0 #164
Comments
Is there anyone working on the upgrade? I had an issue few days ago, i would use |
@zli06160 I think this might be related to dbt-labs/dbt-snowflake#687 (comment) |
@dataders Thanks a lot for the investigation! It solved half of my problem. Actually But for https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.11.txt and/or Of course, there is no more need to follow the constraint file line by line. |
Just a heads up for folks watching this issue -- the In particular, a PostgreSQL (or Oracle) MV is static, containing the data from a SELECT query at the time the MV is created. This static data can be "REFRESHed" with a SQL query. ClickHouse MVs are equivalent to standard SQL "INSERT TRIGGERS", where data inserted in to the source table is transformed by the SQL query and immediately inserted into the target table. This is much different behavior and not really consistent with the dbt execution model, which is generally batch oriented. |
Background
Minor version
v1.6
is targeted for final release on July 27, 2023. As a maintainer of a dbt adapter, we strongly encourage you to release a corresponding minor version increment to ensure users of your adapter can make use of this new minor version.How to upgrade
dbt-labs/dbt-core#7958 is an open discussion with more detailed information. If you have questions, please put them there!
The above linked guide has more information, but below is a high-level checklist of work that would enable a successful 1.6.0 release of your adapter:
Tasks
the next minor release:
1.7.0
FYI,
dbt-core==1.7.0
is expected to be released on October 12, 2023 in time for Coalesce, the annual analytics engineering conference!The text was updated successfully, but these errors were encountered: