leehuwuj commented on issue #23473:
URL: https://github.com/apache/airflow/issues/23473#issuecomment-1117135269
> `.` in DAG id I thought was reserved for subdags -- is this a subdag or a
normal dag with a dot in the id?
It just a normal dag with dot in the id. Since all dags in my airflow
instance are all followed by this convention: `team_name`.`dag_name`
Example:
`de.daily_ingest_pipeline`
`ds.daily_training_pipeline`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]