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

Fix issue rendering k8s V1Pod #11952

Merged
merged 2 commits into from
Oct 29, 2020
Merged

Conversation

dimberman
Copy link
Contributor

Adds return statement for json serialization of k8s.V1Pod that
previously caused errors in UI


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

Adds return statement for json serialization of k8s.V1Pod that
previously caused errors in UI
@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Oct 29, 2020
@github-actions
Copy link

The PR needs to run all tests because it modifies core of Airflow! Please rebase it to latest master or ask committer to re-run it!

@dimberman dimberman merged commit 470c1b2 into apache:master Oct 29, 2020
@dimberman dimberman deleted the json-k8s-fix branch October 29, 2020 19:09
michalmisiewicz pushed a commit to michalmisiewicz/airflow that referenced this pull request Oct 30, 2020
* Fix issue rendering k8s V1Pod

Adds return statement for json serialization of k8s.V1Pod that
previously caused errors in UI

* fix task_instances
szn pushed a commit to szn/airflow that referenced this pull request Nov 1, 2020
* Fix issue rendering k8s V1Pod

Adds return statement for json serialization of k8s.V1Pod that
previously caused errors in UI

* fix task_instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full tests needed We need to run full set of tests for this PR to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants