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

Update Dag Factory to use active flag #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

namm-phamm
Copy link

Related to PR

Create attribute is_dag_active in Dag Builder so that Airflow can sync status

@@ -1,2 +1,2 @@
"""Module contains the version of dag-factory"""
__version__ = "0.17.1.post11"
__version__ = "0.17.1.post12"
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you use post13 if you don't mind? I'm pushing in an emergency fix today that will use post12

@@ -1,7 +1,8 @@
import logging
import os
Copy link
Collaborator

Choose a reason for hiding this comment

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

not a big deal but it's not really necessary to update this class. dag factory actually imports from the airflow repo at run time.

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.

2 participants