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

#1134 add data-sources tag to active DAGs #1135

Conversation

gabrielwol
Copy link
Collaborator

What this pull request accomplishes:

  • add data-sources tag to active DAGs to make them easier to identify (On Morbius Airflow)

Issue(s) this solves:

What, in particular, needs to reviewed:

  • Nothing

What needs to be done by a sysadmin after this PR is merged

Pull changes into data_scripts

@@ -48,7 +48,7 @@
default_args=default_args,
schedule=None, # gets triggered by HERE dag
doc_md = doc_md,
tags=["HERE"],
tags=["bdit_data-sources", "HERE"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

aggregation too?

@@ -45,7 +45,7 @@
default_args=default_args,
schedule=None, # gets triggered by HERE dag
doc_md = doc_md,
tags=["HERE"],
tags=["bdit_data-sources", "HERE"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

aggregation

@@ -44,7 +44,7 @@
os.path.join(repo_path,'dags/sql')
],
doc_md=DOC_MD,
tags=['vds', 'vdsvehicledata', 'data_checks', 'pull'],
tags=["bdit_data-sources", 'vds', 'vdsvehicledata', 'data_checks', 'pull'],
Copy link
Collaborator

Choose a reason for hiding this comment

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

are we doing data_pull or pull ?

@@ -24,7 +24,7 @@ def create_gcc_puller_dag(dag_id, default_args, name, conn_id):
dag_id=dag_id,
default_args=default_args,
catchup=False,
tags=['gcc', name],
tags=["bdit_data-sources", 'gcc', name],
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see some other DAG has yearly and monthly if its not running daily, then I think this should also have quarterly

@gabrielwol gabrielwol merged commit fe6042f into master Jan 15, 2025
5 checks passed
@gabrielwol gabrielwol deleted the 1134-add-data-sources-tag-to-dags-to-make-identifying-them-easier-on-morbius-in-particular branch January 15, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add data-sources tag to DAGs to make identifying them easier (on Morbius in particular)
2 participants