jscheffl opened a new pull request, #40901:
URL: https://github.com/apache/airflow/pull/40901

   In order to leverage the AIP-44 interface for AIP-69 / Remote Executor I 
need some small adjustments to "hook into" the RPC API. This PR extracts from 
PoC implementation of AIP-69 (#40900) the needed internal API adjustments:
   
   - The private cached method map `_initialize_map()` needs to be extended, 
not to replicate the function list I'd like to remove the private tag to extend 
it with a few methods in remote executor. Would not add it to be a "public" 
interface though.
   - Allowing to use a different API path from the standard internal API URL. 
For the remote case we would expose the URL to another (plugin hosted or 
separately operated) path, such a URL with path should be configurable as API 
endpoint
   - For the setup of the CLI for Remote worker a way to force usage of 
internal API as in the remote case we would configure other config.


-- 
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]

Reply via email to