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

Correctly deserialize dagrun_timeout field on DAGs #8735

Merged
merged 1 commit into from
May 6, 2020

Conversation

ashb
Copy link
Member

@ashb ashb commented May 6, 2020

We weren't deserializing this correctly (it was left as a float) but
nothing was using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.


Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Unit tests coverage for changes (not needed for documentation changes)
  • Target Github ISSUE in description if exists
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

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.
Read the Pull Request Guidelines for more information.

@ashb ashb added this to the Airflow 1.10.11 milestone May 6, 2020
@ashb ashb requested a review from kaxil May 6, 2020 16:39
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.
@ashb ashb force-pushed the deserialize_dagrun_timeout branch from 3b09d12 to 35b7baa Compare May 6, 2020 16:39
@ashb ashb changed the title Correctly deserialize dagrun_timeout field Correctly deserialize dagrun_timeout field on DAGs May 6, 2020
@ashb ashb merged commit 336aa27 into apache:master May 6, 2020
@ashb ashb deleted the deserialize_dagrun_timeout branch May 6, 2020 17:33
ashb added a commit to astronomer/airflow that referenced this pull request May 18, 2020
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.

(cherry picked from commit 336aa27)
kaxil pushed a commit that referenced this pull request Jun 18, 2020
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.

(cherry picked from commit 336aa27)
potiuk pushed a commit that referenced this pull request Jun 29, 2020
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.

(cherry picked from commit 336aa27)
kaxil pushed a commit that referenced this pull request Jul 1, 2020
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.

(cherry picked from commit 336aa27)
cfei18 pushed a commit to cfei18/incubator-airflow that referenced this pull request Mar 5, 2021
We weren't deserializing this correctly (it was left as a float) but
nothing _was_ using it, and we hadn't explicitly tested it.

We already have example dags with this field, so we just need to check
for this field.

(cherry picked from commit 336aa27)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants