eladkal commented on code in PR #55643:
URL: https://github.com/apache/airflow/pull/55643#discussion_r2363376240
##########
airflow-core/src/airflow/migrations/versions/0085_3_1_0_replace_asset_trigger_table_with_asset.py:
##########
Review Comment:
This needs to be updated.
The migration targets 3.1.0 but this is not included in 3.1.0
##########
airflow-core/docs/migrations-ref.rst:
##########
@@ -39,7 +39,9 @@ Here's the list of all the Database Migrations that are
executed via when you ru
+-------------------------+------------------+-------------------+--------------------------------------------------------------+
| Revision ID | Revises ID | Airflow Version | Description
|
+=========================+==================+===================+==============================================================+
-| ``eaf332f43c7c`` (head) | ``a3c7f2b18d4e`` | ``3.1.0`` | add
last_parse_duration to dag model. |
+| ``15d84ca19038`` (head) | ``eaf332f43c7c`` | ``3.1.0`` | replace
asset_trigger table with asset_watcher. |
Review Comment:
should be 3.2
--
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]