Closed jtcohen6 closed 6 months ago
@MichelleArk we don't need to worry about the MD one (it requires my secret token); the code quality stuff can be fixed by running pre-commit run --all-files
, I'll look at the Buena Vista failure
@jtcohen6 thank you so much! Will take a look at the BV stuff which I think is broken on main as well; when does all of this need to be ready to go out the door?
@jwills Anytime in the next few weeks is good! Folks are beta-testing v1.8 now, we're planning to put out the release candidate (dbt-core==1.8.0rc1) on May 2.
just punting on this for now https://github.com/duckdb/dbt-duckdb/pull/379
@jtcohen6 this is all good, right? We're going to cut one last 1.7.x release and then merge this in /cc @guenp
@jwills ready to ship when you see fit!
resolves #341
Starting a draft PR for discussion!
This mostly just works by updating
import
statements. Caveats:dbt.adapters.duckdb.utils
:SourceConfig
andTargetConfig
use type definitions that are not available from the common/adapter interfaces. We could either stub those types withinduckdb.utils
, or discuss if they need to be pulled into the shared interfaces.