DrFaust92 / terraform-provider-airflow

Terraform Airflow provider.
https://registry.terraform.io/providers/DrFaust92/airflow
MIT License
14 stars 11 forks source link

Capability of multiple Airflow deployments under same host #20

Open CharmanderJieniJieni opened 2 years ago

CharmanderJieniJieni commented 2 years ago

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

DrFaust92 commented 2 years ago

Hi @CharmanderJieniJieni , I’ll take a look but I’m not sure I have a way to test this. Unless there is some free tier to astronomer