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 Airflow Pipeline Toggle On #16777

Merged

Conversation

aaron-truehold-klor
Copy link
Contributor

In this thread we discovered that it was impossible to toggle an airflow pipeline back on after it was paused without manually editing the Openmetadata database. After some code reviewing, it was found that there was a bug in the code for the state change from "paused" to "unpaused" which would cause the Openmetadata service to become out-of-sync with the underlying Airflow process.

This should resolve the issue.

Thank you to @ulixius9 and @harshach for the suggestion to submit a PR!

Copy link
Contributor

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

harshach
harshach previously approved these changes Jun 24, 2024
@harshach harshach added safe to test Add this label to run secure Github workflows on PRs labels Jun 24, 2024
Copy link

sonarcloud bot commented Jun 24, 2024

Copy link
Member

@ulixius9 ulixius9 left a comment

Choose a reason for hiding this comment

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

thanks for the pr @aaron-truehold-klor 🙏

@ulixius9 ulixius9 merged commit 54d08ca into open-metadata:main Jun 27, 2024
14 of 15 checks passed
harshach pushed a commit that referenced this pull request Jun 30, 2024
@Jason-Clark-FG
Copy link

Jason-Clark-FG commented Aug 1, 2024

Hi All, just a question out of curiosity. Is there any chance that this fix will get incorporated into the 1.4.x series? Thanks in advance! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 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.

4 participants