ADAP-1124: Establish shared workflows for the monorepo migration #374
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
We're moving to a monorepo for adapters. This will require workflows that can be reused across adapters.
Solution
Migrate workflows from
dbt-athena
, which is already technically a monorepo (two packages) and make updates as needed to generalize. Update the workflows to supportdbt-adapters
anddbt-tests-adapter
in the short term until their folder structures are updated, and then remove any existing workflows which are no longer necessary. Use this refactor as an opportunity to also clean up existing workflows which will live on in the monorepo.Checklist