koroder commented on PR #27145: URL: https://github.com/apache/airflow/pull/27145#issuecomment-1301917023
I see two ideas floating at this point: 1. Using `name` as the only parameter; and then generating unique `dag_id` from it. While this makes the interface simpler; but it makes `dag_id` unknown from the users. 2. To use `display_name` along with `dag_id` as DAG params. While this is a simpler solution on the backend - it needs lots of work on the frontend for a consistent experience. How do we usually arrive at decisions here? Making my first PR for the airflow project; and would like to understand the process. Will really appreciate your support. -- 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]
