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

Rename Connection.to_json_dict to Connection.to_dict #35894

Merged
merged 1 commit into from Nov 30, 2023

Conversation

Taragolis
Copy link
Contributor

Follow up of slack discussion: https://apache-airflow.slack.com/archives/CCPRP7943/p1701099077963059

  1. to_dict was added in AIP-44 Migrate MetastoreBackend to Internal API #33829, this is undocumented method only use for serialisation. Assumption: this is private method.
  2. to_json_dict was added in Implements JSON-string connection representation generator #35723, as replacement for to_dict the main different between this methods that to_json_dict save fields as is in opposite of to_dict which serialise methods to URI representation of connection. Private method

So if both of them are private and do same thing, but slightly different way, we could merge it into the single one.


^ 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.rst or {issue_number}.significant.rst, in newsfragments.

@eladkal eladkal added this to the Airflow 2.8.0 milestone Nov 30, 2023
@eladkal eladkal added the type:misc/internal Changelog: Misc changes that should appear in change log label Nov 30, 2023
@eladkal eladkal merged commit 7594b7a into apache:main Nov 30, 2023
47 checks passed
ephraimbuddy pushed a commit that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:serialization type:misc/internal Changelog: Misc changes that should appear in change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants