Skip to content
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-1184: Create a script to help users migrate their existing feature branches into the monorepo #462

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

mikealfare
Copy link
Contributor

We migrated adapters from their individual repos into the dbt-adapters monorepo. We were also able to transfer open issues to the monorepo. However, pull requests cannot be transferred; only their related feature branches can be migrated.

This script helps users migrate their feature branch into the dbt-adapters monorepo by rebasing their feature branch on dbt-adapters@main, and then creating a new branch on dbt-adapters that contains the commits of that rebase. This script should be run from dbt-adapters, or a related fork.

@mikealfare mikealfare self-assigned this Jan 13, 2025
@cla-bot cla-bot bot added the cla:yes The PR author has signed the CLA label Jan 13, 2025
@mikealfare mikealfare marked this pull request as ready for review January 13, 2025 21:30
@mikealfare mikealfare requested a review from a team as a code owner January 13, 2025 21:30
@mikealfare mikealfare added the Skip Changelog Skip changelog verification in a PR label Jan 13, 2025
@mikealfare mikealfare changed the title Create a script to help users migrate their existing feature branches into the monorepo ADAP-1184: Create a script to help users migrate their existing feature branches into the monorepo Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes The PR author has signed the CLA Skip Changelog Skip changelog verification in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant