potiuk commented on code in PR #25280: URL: https://github.com/apache/airflow/pull/25280#discussion_r932618023
########## docs/apache-airflow/migrations-ref.rst: ########## @@ -27,7 +27,9 @@ Here's the list of all the Database Migrations that are executed via when you ru +---------------------------------+-------------------+-------------------+--------------------------------------------------------------+ | Revision ID | Revises ID | Airflow Version | Description | +=================================+===================+===================+==============================================================+ -| ``0038cd0c28b4`` (head) | ``44b7034f6bdc`` | ``2.4.0`` | Add Dataset model | +| ``38d6c28f9cf9`` (head) | ``0038cd0c28b4`` | ``2.4.0`` | Add dag_owner_attributes table. | Review Comment: No idea - I have never written a single migration - but I believe `alembic` does all for you. There is a section about it CONTRIBUTING - I am not sure how good it is - re version - yes 2.4.0 is good - we can change it afterwards. -- 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]
