When trying to use this model I constantly got 404 for variable creation. Digging deeper I realized that the module seems only passing the host name to Airflow API, which is hostname.com in my case. Is it possibly to pass the whole url instead of only the host name in this case?
Hi,
We are using Astronomer (Vendor managed airflow) and for that the endpoint has a naming convention pattern of following
http://hostname.com/airflow_foo http://hostname.com/airflow_bar http://hostname.com/airflow_foobar
When trying to use this model I constantly got 404 for variable creation. Digging deeper I realized that the module seems only passing the host name to Airflow API, which is
hostname.com
in my case. Is it possibly to pass the whole url instead of only the host name in this case?Thanks