Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

airflow: add dag integrity test #85

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

DonHaul
Copy link
Contributor

@DonHaul DonHaul commented Aug 15, 2024

No description provided.

@DonHaul DonHaul marked this pull request as ready for review August 15, 2024 15:58
@DonHaul DonHaul force-pushed the dag-integrity-test branch from dc407aa to 82165e8 Compare August 15, 2024 15:58
@DonHaul DonHaul linked an issue Aug 15, 2024 that may be closed by this pull request
@DonHaul DonHaul force-pushed the dag-integrity-test branch from 4359261 to 9bac7f6 Compare August 16, 2024 12:47
@@ -48,10 +48,10 @@ x-airflow-common: &airflow-common
# In order to add custom dependencies or upgrade provider packages you can use your extended image.
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
image: apache/airflow:2.8.3-python3.11
# image: apache/airflow:2.9.3-python3.11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove it completely

@DonHaul DonHaul force-pushed the dag-integrity-test branch from 9bac7f6 to 4c651f2 Compare August 19, 2024 09:11
@@ -99,7 +99,7 @@ def set_author_update_workflow_status_to_completed(**context):
collection=AUTHORS,
)

@task.branch(provide_context=True)
@task.branch()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did we remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the detailed explaination.

@drjova drjova merged commit be93e90 into inspirehep:main Aug 19, 2024
5 of 6 checks passed
@DonHaul DonHaul deleted the dag-integrity-test branch August 29, 2024 11:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create DAG Integrity tests
2 participants