pierrejeambrun opened a new issue, #46550:
URL: https://github.com/apache/airflow/issues/46550

   ### Body
   
   Related to: https://github.com/apache/airflow/issues/46548
   
   We also need a way to dynamically set the base url for the AIP requests.
   
   Similarly to airflow 2 we can override the `OpenAPI.BASE` based on a meta 
tag value. Something like this (if the meta tag value is not None):
   ```
   OpenAPI.BASE = getFromMetaTag();
   ```
   
   Then the user can simply edit the meta tag in the built bundle to inject the 
desired server url.
   
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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