You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening up the issue. The export script you have in the link is supposed to be run in 2.0.2 environment to migrate to 2.2.2. Are you facing issue when running in 2.0.2?
In version 2.2.2 the code here should be updated from:
r.execution_date = ti.execution_date
to
r.run_id = ti.run_id
execution_date column update: apache/airflow#19593
The text was updated successfully, but these errors were encountered: