jscheffl opened a new pull request, #40847: URL: https://github.com/apache/airflow/pull/40847
This is another PR as improvement for internal API in relation to implementation of AIP-69 in PoC PR #40224 - I relaized that BashOperator also has a DB access to update template fields. This PR adds one AIP endpoint to un-bundle the Operator from the DB. Note: I am aware that a similar endpoint was added with airflow/models/taskinstance.py:_update_rtif() but thepurpose it slightly different. Hard to consolidate w/o the need to have more calls over the API. Therefore I propose to add a new one here. With this actually the [Integration test](https://github.com/jscheffl/airflow/blob/feature/aip-69-poc/airflow/example_dags/integration_test.py) in my AIP-69 is completely working with all basic features! WOW! -- 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]
