gunziptarball / airflow-provider-alembic

Run Alembic via Airflow
MIT License
1 stars 1 forks source link

Probably need to figure out a way to feed alembic migrations from VCS (e.g. GitHub) #2

Open gunziptarball opened 3 years ago

gunziptarball commented 3 years ago

Right now the path to the migrations only works if installed locally. This may not be a big issue though, if migrations are deployed the same way DAGs are (they could, I suppose reside just alongside them).

ramdesh commented 3 years ago

Seeing as normally the revs for migrations sit alongside application code that uses it, how would those kind of migrations be pushed to an Airflow instance for execution?