kaxil commented on issue #51563: URL: https://github.com/apache/airflow/issues/51563#issuecomment-2960082561
> The need is to know whether DAGs with specific tags are running or not. > > We use this information to synchronize the DAGs. > > For example, each "transform" DAG will wait for the "extract_load" DAGs to finish. > > Therfore, I don't think the task_context will help. > Yeah, for that use-case Task Context won't help. The option then is using [official REST API](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html) or [Python Client](https://github.com/apache/airflow-client-python) instead. > I think that if this isn't a bug, the documentation should at least be updated. Yup, it is WIP -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org