madison-ookla commented on issue #11781: URL: https://github.com/apache/airflow/issues/11781#issuecomment-715453425
DAG IDs are currently the primary key for the DAG table, and I don't imagine that an additional serial will be added to the model definition as the alphanumeric name serves as the unique identifier: https://github.com/apache/airflow/blob/master/airflow/models/dag.py#L1970 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
