Is there a way to add `tags` to meltano schedules...
# getting-started
m
Is there a way to add
tags
to meltano schedules and then pass them to airflow DAGs?
e
Hi @mert_bakir! Have you tried using annotations?
m
Interesting concept but I don't get it. I think that page definitely requires an example. I'm assuming the dictionary will be passed to the
meltano_dag_generator.py
then we need to edit the meltano_dag_generator but how do we access the annotations?
os.environ('dict_name') ?