Closed mikealfare closed 3 months ago
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Housekeeping
dbt-adapters
Short description
We need to update the script that swaps branches for functional testing against
dbt-core
to referencedbt-adapters
as well as the workflow that references this script.Context
We used to point to different branches of core for cross-repo testing. However, we should now be pointing to different branches of
dbt-adapters
since that is the new dependency.We may want to offer separate options for
dbt-adapters
anddbt-tests-adapter
even though they're in the same repo. Often times we only need to update tests or only functional code. It would be useful to test one against the other to ensure we're changing only what we expect.We may also want to offer a separate option for other dbt-managed repos, e.g.
dbt-common
,dbt-artifacts
, etc. This may also get used by maintainers of those repos to regression test against downstream impacts.Acceptance criteria
Suggested tests
Consequences
dbt-adapters
,dbt-tests-adapter
,dbt-common
,dbt-core
,dbt-mantle
, and all of the first party adapter implementations. It will allow for easier cross repo testing.main
. This is how it used to be prior to thedbt-adapters
/dbt-core
split.