Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update conf column in dag_run table type from bytes to JSON #44533
base: main
Are you sure you want to change the base?
Update conf column in dag_run table type from bytes to JSON #44533
Changes from 1 commit
b91446b
cbde2ed
e698769
f7f9155
18c03fb
2b6abf7
a54c435
6b3789d
07258f5
8b88d63
730470b
c2e0d09
c2b8dbd
c8fa27d
d27b7ed
603ca17
9406702
01c453c
219b694
22a5dba
70ce5df
0cade3a
cce341a
c3604d9
1eb120a
1bdc5cb
8261e05
9101a05
a6ebc01
7fb6509
33e4c6e
6b23d8a
249aa7e
fa28acd
dcd8534
71078d7
2ee9e7b
d2f2b0f
4845c61
141abfd
8488cdf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need any more handling than these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check if the DagRun edit view works in the FAB UI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might need to change this line:
airflow/airflow/www/forms.py
Lines 131 to 132 in 3c1124e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will also need to add a
newsfragment
, something like:https://github.com/astronomer/airflow/blob/feb39ed3788e22fd83a1cb294a824e60f4c13187/newsfragments/aip-72.significant.rst#L21-L37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi: the following is what I had to do for XComs:
PRs:
JSONB
type forXCom.value
column in PostgreSQL