Skip to content

Commit d79ccc3

Browse files
committed
fix static check
1 parent ebd2299 commit d79ccc3

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

airflow/migrations/versions/0032_3_0_0_rename_execution_date_to_logical_date_and_nullable.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
# under the License.
1818

1919
"""
20-
Rename execution_date to logical_date
21-
22-
Rename column execution_date to logical_date in both dag_run and log tables. Make logical_date nullable.
20+
Rename execution_date to logical_date.
2321
2422
The column has been renamed to logical_date, although the Python model is
2523
not changed. This allows us to not need to fix all the Python code at once, but
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
086a68b497670b92e6809fdbe17630d4c1a31a8e6deb29ec8c20dad5d906421e
1+
7e021ff790ebad2c9d56beb9efdf398738a2ea3c904c694b99cf225b28101cbd

docs/apache-airflow/migrations-ref.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ Here's the list of all the Database Migrations that are executed via when you ru
9292
+-------------------------+------------------+-------------------+--------------------------------------------------------------+
9393
| ``522625f6d606`` | ``1cdc775ca98f`` | ``3.0.0`` | Add tables for backfill. |
9494
+-------------------------+------------------+-------------------+--------------------------------------------------------------+
95-
| ``1cdc775ca98f`` | ``a2c32e6c7729`` | ``3.0.0`` | Renamed column execution_date to logical_date in both |
96-
| | | | dag_run and log tables. Make logical_date nullable. |
95+
| ``1cdc775ca98f`` | ``a2c32e6c7729`` | ``3.0.0`` | Rename execution_date to logical_date. |
9796
+-------------------------+------------------+-------------------+--------------------------------------------------------------+
9897
| ``a2c32e6c7729`` | ``0bfc26bc256e`` | ``3.0.0`` | Add triggered_by field to DagRun. |
9998
+-------------------------+------------------+-------------------+--------------------------------------------------------------+

0 commit comments

Comments
 (0)