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

Improve support for DAG updates #130

Open
LucaCinquini opened this issue Jun 27, 2024 · 2 comments
Open

Improve support for DAG updates #130

LucaCinquini opened this issue Jun 27, 2024 · 2 comments
Labels

Comments

@LucaCinquini
Copy link
Collaborator

Currently, the OGC API allows to register a DAG that already exists in a Github repo (which is periodically synced to the SPS DAG catalog). But if the DAG is updated in the Github repo, the updates are not automatically propagated to SPS: the DAG needs to be unregistered and then registered again to be updated.

We need to design and implement a better process for automatically propagating DAG updates to the SPS Airflow deployment.

@rtapella
Copy link

Are you sure? Do you mean that you need to build some custom CD during development… ? Can Airflow have multiple versions of the same DAG deployed (e.g. for comparison testing)?

Also this is just for the DAG, not for the App Package/algorithm part, correct?

@LucaCinquini
Copy link
Collaborator Author

So right now Airflow does not support DAG versioning, you would need to include the version in the ID, such as: "my_dag_id_1", "my_dag_id_2" etc.
And yes this ticket is just about DAGs and Airflow, not about Application Packages. If different versions of an application package are available at different URLs, they can both be executed through the same "cwl_dag" DAG.

@LucaCinquini LucaCinquini moved this from Todo to Backlog in Unity Project Board Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants