klay-music / klay-beam

Our Apache Beam Transforms and Pipelines
0 stars 0 forks source link

Remove Jobs From Klay Beam #65

Closed CharlesHolbrow closed 9 months ago

CharlesHolbrow commented 9 months ago

This PR Moves all job_ dirs out of klay-beam and into klay-beam-jobs (https://github.com/klay-music/klay-beam-jobs).

The jobs repo shares a commit history with this one, but should be thought of as a different repository moving forwards. The last shared commit is 0de4c6402ec7d486b984e332813faf40a3c90286, and is tagged with pivot.

The easiest thing to do is just to clone the new repository into a separate directory. However, if you have in-progress changes to jobs in your working directory, you should be able to to replace your local git remote (@ZacharyNovack , @mxkrn), allowing you to push to klay-beam-jobs:

git remote remove origin
git remote add origin git@github.com:klay-music/klay-beam-jobs.git