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

Add __repr__ to SerializedDagModel #9862

Merged
merged 1 commit into from
Jul 18, 2020
Merged

Conversation

kaxil
Copy link
Member

@kaxil kaxil commented Jul 17, 2020

Before: <airflow.models.serialized_dag.SerializedDagModel at 0x7fab30d68c50>
After: <SerializedDag: example_xcom_args>


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.

Before: `<airflow.models.serialized_dag.SerializedDagModel at 0x7fab30d68c50>`
After: `<SerializedDag: example_xcom_args>`
@kaxil kaxil requested review from potiuk and turbaszek July 17, 2020 00:39
@kaxil kaxil merged commit 1dc852d into apache:master Jul 18, 2020
@kaxil kaxil deleted the add-repr-sdm branch July 18, 2020 21:28
@kaxil kaxil added this to the Airflow 1.10.12 milestone Aug 13, 2020
kaxil added a commit that referenced this pull request Aug 13, 2020
Before: `<airflow.models.serialized_dag.SerializedDagModel at 0x7fab30d68c50>`
After: `<SerializedDag: example_xcom_args>`
(cherry picked from commit 1dc852d)
kaxil added a commit that referenced this pull request Aug 15, 2020
Before: `<airflow.models.serialized_dag.SerializedDagModel at 0x7fab30d68c50>`
After: `<SerializedDag: example_xcom_args>`
(cherry picked from commit 1dc852d)
cfei18 pushed a commit to cfei18/incubator-airflow that referenced this pull request Mar 5, 2021
Before: `<airflow.models.serialized_dag.SerializedDagModel at 0x7fab30d68c50>`
After: `<SerializedDag: example_xcom_args>`
(cherry picked from commit 1dc852d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants