Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execution_date no longer exists in task_instance table #17

Closed
kasiaowczarz opened this issue May 25, 2022 · 1 comment
Closed

execution_date no longer exists in task_instance table #17

kasiaowczarz opened this issue May 25, 2022 · 1 comment

Comments

@kasiaowczarz
Copy link

kasiaowczarz commented May 25, 2022

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

@umaragu
Copy link
Contributor

umaragu commented Sep 8, 2022

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?

@umaragu umaragu closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants