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 doc page with providers deprecations #37075

Merged

Conversation

kacpermuda
Copy link
Contributor

TLDR

I want to add a documentation page that will have all the deprecated classes, methods, functions etc. It will get more information when #36876 is merged (where i switched all deprecations to decorators, so that i can detect them with static analysis).

Rationale

This is a step number 3 of the process described in #36876 , please refer to it for the rationale and in depth description.

Future possibilities

We can probably incorporate this information inside the actual class/method docs and not in separate page.


^ 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.

@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch from bd56277 to 6682054 Compare January 29, 2024 17:33
@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch 2 times, most recently from 4633f39 to d91a047 Compare February 2, 2024 09:33
@kacpermuda kacpermuda requested a review from eladkal February 6, 2024 09:37
@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch 2 times, most recently from cecadb2 to 22dcf2f Compare February 12, 2024 15:41
@kacpermuda kacpermuda requested a review from potiuk February 12, 2024 15:47
@kacpermuda
Copy link
Contributor Author

@potiuk @eladkal I think this one can be merged if You don't have any further comments

@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch 2 times, most recently from 1da0622 to 8d37005 Compare February 12, 2024 17:24
@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch 3 times, most recently from cbff68d to 1c50870 Compare February 14, 2024 07:57
@kacpermuda kacpermuda force-pushed the feat/document-deprecated-classes branch from 1c50870 to d483209 Compare February 14, 2024 12:14
@mobuchowski mobuchowski merged commit b341b59 into apache:main Feb 14, 2024
59 checks passed
@kacpermuda kacpermuda deleted the feat/document-deprecated-classes branch February 14, 2024 14:20
@eladkal
Copy link
Contributor

eladkal commented Feb 14, 2024

Thank you @kacpermuda for this one!
It should really help users to migrate faster to new versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants