Skip to content

Add Airflow version in the Slack report for master DAG run #521

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

Merged
merged 3 commits into from
Jul 14, 2022

Conversation

pankajkoti
Copy link
Collaborator

Use a BashOperator to get the airflow version and pushes the result
to XCOM. Pass context to Slack report task so that it can pull
the airflow version from XCOM pushed by the BashOperator.

closes: #516

@codecov
Copy link

codecov bot commented Jul 14, 2022

Codecov Report

Merging #521 (f9ca41f) into main (782bf34) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #521   +/-   ##
=======================================
  Coverage   98.30%   98.30%           
=======================================
  Files          72       72           
  Lines        3964     3964           
=======================================
  Hits         3897     3897           
  Misses         67       67           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 782bf34...f9ca41f. Read the comment docs.

Use a BashOperator to get the airflow version and pushes the result
to XCOM. Pass `context` to Slack report task so that it can pull
the airflow version from XCOM pushed by the BashOperator.
@pankajkoti pankajkoti force-pushed the 516-airflow-version-slack-report branch from 41ef978 to e507e85 Compare July 14, 2022 12:43
@pankajkoti pankajkoti merged commit f1fc175 into main Jul 14, 2022
@pankajkoti pankajkoti deleted the 516-airflow-version-slack-report branch July 14, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include Airflow version in the Slack report for Integration Tests
2 participants