-
Notifications
You must be signed in to change notification settings - Fork 15.6k
docs: update public interface doc to reflect airflow.sdk and AIP-72 #52197
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
Conversation
- Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations.
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
Hi! 🙌 First-time contributor here. Thanks for reviewing this PR — happy to make any improvements if needed! |
Great Co-authored-by: Jarek Potiuk <[email protected]>
a4b3ae7
to
0538d94
Compare
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
…and AIP-72 (#52197) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great Co-authored-by: Jarek Potiuk <[email protected]> --------- (cherry picked from commit e142ab9) Co-authored-by: N R Navaneet <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
…and AIP-72 (apache#52197) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great Co-authored-by: Jarek Potiuk <[email protected]> --------- (cherry picked from commit e142ab9) Co-authored-by: N R Navaneet <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
…and AIP-72 (#52197) (#53117) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great --------- (cherry picked from commit e142ab9) Co-authored-by: N R Navaneet <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
…pache#52197) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great Co-authored-by: Jarek Potiuk <[email protected]> --------- Co-authored-by: Jarek Potiuk <[email protected]>
…and AIP-72 (#52197) (#53117) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great --------- (cherry picked from commit e142ab9) Co-authored-by: N R Navaneet <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
…and AIP-72 (#52197) (#53117) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great --------- (cherry picked from commit e142ab9) Co-authored-by: N R Navaneet <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
…pache#52197) * docs: update public interface doc to reflect airflow.sdk and AIP-72 - Added a note under "Using Airflow Public Interfaces" to recommend using `airflow.sdk` as the official interface from Airflow 3.0. - Referenced AIP-72 and linked related documentation. - Encouraged users to prefer REST API and Python Client for integrations. * Update airflow-core/docs/public-airflow-interface.rst Great Co-authored-by: Jarek Potiuk <[email protected]> --------- Co-authored-by: Jarek Potiuk <[email protected]>
Summary
Updated the
public-airflow-interface.rst
documentation to reflect changes introduced in Apache Airflow 3.0.airflow.sdk
namespace.Related Issue
Closes #52159