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

[Bug] [upgrade] I have no data on the task instance page after upgrading from 1.3.4 to 3.1.x #15497

Closed
3 tasks done
pinkfloyds opened this issue Jan 16, 2024 · 4 comments
Closed
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@pinkfloyds
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

I have no data on the task instance page after upgrading from 1.3.4 to 3.1.x

What you expected to happen

after debugging, t_ds_task_instance. task_definition_version=0 and t_ds_task_definition_log. version=1 cannot be joined.

How to reproduce

After executing the task, upgrade from 1.3.x to 3.1.x according to the official documentation.

Anything else

I have resolved this issue and need to modify the update script to change t_ds_task_instance.task_definition_version default to 1 .

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ruanwenjun
Copy link
Member

We may need to set the version in t_ds_task_definition_log begin at '0'?

@pinkfloyds
Copy link
Contributor Author

set the version in t_ds_task_definition_log begin at '0' also works , but the data version=0 in the table is not reasonable,the version should begin at '1'.

@ruanwenjun
Copy link
Member

set the version in t_ds_task_definition_log begin at '0' also works , but the data version=0 in the table is not reasonable,the version should begin at '1'.

t_ds_task_definition_log contains all data in t_ds_task_definition, so it should contain version 0.

@ruanwenjun
Copy link
Member

closed by #15498

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants