Re: [PR] Turn task-sdk into peer-citizen same as other doc packages [airflow]
github-actions[bot] commented on PR #52892: URL: https://github.com/apache/airflow/pull/52892#issuecomment-3037191375 ### Backport failed to create: v3-0-test. View the failure log Run details Status Branch Result ❌ v3-0-test https://github.com/apache/airflow/commit/244af72323dda93c2fd51ca642f1b9e7547226e6";> You can attempt to backport this manually by running: ```bash cherry_picker 244af72 v3-0-test ``` This should apply the commit to the v3-0-test branch and leave the commit in conflict state marking the files that need manual conflict resolution. After you have resolved the conflicts, you can continue the backport process by running: ```bash cherry_picker --continue ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] Turn task-sdk into peer-citizen same as other doc packages [airflow]
potiuk merged PR #52892: URL: https://github.com/apache/airflow/pull/52892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] Turn task-sdk into peer-citizen same as other doc packages [airflow]
potiuk commented on PR #52892: URL: https://github.com/apache/airflow/pull/52892#issuecomment-3037139837 One of the things this one enables is capability to refer to task-sdk docs same as all other packages - using intersphinx package reference and inventories. This way staging for example will work - currently the link on staging has hard-coded link to a missing "live" task-sdk, where with the intersphinx reference, we can refer to "airflow's" task-sdk package and the links will be properly generated - and also verified if they exist - as relative references rather than hard-coded absolute links: https://github.com/user-attachments/assets/de373d83-6318-41c7-bd47-ae4edc342810"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
