Uh oh!
There was an error while loading. Please reload this page.
fix(migration): fix dataset to asset migration typo - #43245
Conversation
c6413e0 to
e658a93Comparedb96b28 to
7365f9cCompareWhy is it Also running |
Those are fks from Airflow 2.10 that we need to rename.
Thanks for reminding me! There's yet another issue, but somewhat related. Fixed in this PR |
7365f9c to
bf2fa09Compare
uranusjr
left a comment
There was a problem hiding this comment.
This should be backported, right?
Lee-W
commented
Oct 23, 2024
0026 yes, 0040 no |
…g_fkey. thus, we need to use dsdar_dag_fkey in migration files
bf2fa09 to
628fcf9CompareLee-W
commented
Oct 23, 2024
backport pr #43314 |
* fix(migration): fix dataset to asset migration typo * fix(migrations): dsdar_dag_id_fkey was accidentally named as dsdar_dag_fkey. thus, we need to use dsdar_dag_fkey in migration files
* fix(migration): fix dataset to asset migration typo * fix(migrations): dsdar_dag_id_fkey was accidentally named as dsdar_dag_fkey. thus, we need to use dsdar_dag_fkey in migration files
* fix(migration): fix dataset to asset migration typo * fix(migrations): dsdar_dag_id_fkey was accidentally named as dsdar_dag_fkey. thus, we need to use dsdar_dag_fkey in migration files
Closes: #43226
Why
dsdar_dataset_alias_fkeywas accidentally named asdsdar_dataset_fkeyin migration files^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.