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

Fix #14421: Airflow - Handle pipeline status when dag killed #14562

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

ulixius9
Copy link
Member

@ulixius9 ulixius9 commented Jan 3, 2024

Describe your changes:

Fix #14421: Airflow - Handle pipeline status when dag killed

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@ulixius9 ulixius9 requested a review from a team January 3, 2024 12:21
@github-actions github-actions bot added Ingestion safe to test Add this label to run secure Github workflows on PRs labels Jan 3, 2024
Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Failed Quality Gate failed for 'open-metadata-airflow-apis'

Failed conditions

0.0% Coverage on New Code (required ≥ 20%)

See analysis details on SonarCloud

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ingestion'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@ayush-shah ayush-shah merged commit d82770a into main Jan 5, 2024
16 of 18 checks passed
@ayush-shah ayush-shah deleted the issue-14421 branch January 5, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ingestion safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Airflow: killing the pipeline leaves status as "Running"
2 participants