-
Notifications
You must be signed in to change notification settings - Fork 39
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
ADAP-1124: Establish shared workflows for the monorepo migration #362
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
…oved after registering
…oved after registering
…urrently published internally
…run in the context of the target branch
Successful atomic workflow runs:
I can't validate _changelog-entry-check because the action we use inspects the trigger method to run. |
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