Shrividya commented on code in PR #67251: URL: https://github.com/apache/airflow/pull/67251#discussion_r3285160352
########## airflow-core/src/airflow/migrations/versions/0114_3_3_0_add_allow_producer_teams_to_dag_schedule_asset_reference.py: ########## @@ -17,7 +17,7 @@ # under the License. """ -Add allow_producer_teams column to dag_schedule_asset_reference table. +Add access control columns to dag_schedule_asset_reference table. Review Comment: nit: Since this migration now adds both the columns, should the file be renamed to `airflow-core/src/airflow/migrations/versions/0114_3_3_0_add_access_control_columns_to_dag_schedule_asset_reference.py` ? -- 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]
