upgrade to support dbt-core v1.2.0
See original GitHub issueWe’ve just published the release cut of dbt-core 1.2.0, dbt-core 1.2.0rc1
(PyPI | GitHub release notes).
https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping track of the communities progress on releasing 1.2.0
Below is a checklist of work that would enable a successful 1.2.0 release of your adapter.
- migrate necessary cross-db macros into adapter and ensure they’re tested accordingly
- remove any copy-and-pasted materialization (if your adapter inherits from another adapter)
- add new basic tests
BaseDocsGenerate
andBaseDocsGenReferences
- consider checking and testing support for Python 3.10
https://github.com/dbt-labs/dbt-core/pull/5432 might make it into the second release cut in the next week, in which case, you’ll also might want to:
- implement method and tests for connection retry logic
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
upgrade to support dbt-core v1.2.0 · Issue #53 - GitHub
We've just published the release cut of dbt-core 1.2.0, dbt-core 1.2.0rc1 (PyPI | GitHub release ... upgrade to support dbt-core v1.2.0 #53.
Read more >How to Upgrade dbt Versions (Mostly) Without Fear
For dbt Core, upgrade instructions will vary based on your original installation method. Step 4: Try to run dbt compile . Key principles:...
Read more >How to upgrade your dbt adapter - DEV Community
For example, dbt-tidb v1.2.0 will only support dbt-core v1.2.0. ... You can upgrade your adapter according to the discussion.
Read more >Cloud Composer release notes | Google Cloud
Cloud Composer 1.20.2 and 2.1.2 are versions with an extended upgrade timeline. ... and 2.0.0-preview.7 have reached their end of full support period....
Read more >dbt core v1.0 - should you upgrade to the latest version?
dbt core is the open source standard for data transformation but should you update to its latest version v.1.0? Deploy dbt core with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We should get to this over the next week or two.
Closed with the latest 1.2.1 release