Hi all, perform tasks using airflow, how to manage...
# all-things-deployment
f
Hi all, perform tasks using airflow, how to manage "properties" and "view in airflow "
d
You need to set baseurl properly as we pick that up to get the url https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#base-url
f
how to manage "properties",Do you also need to configure it
d
currently that you can’t control unfortunately
why do you want to change it? What do you miss from it?
f
I don't want these default
🤣
If you can get the desired attributes through configuration
m
Hello, so I have done what Tamas says (setting the property
AIRFLOW__WEBSERVER_BASE_URL
) but I keep getting redirected to localhost. Any ideas why?
d
it will only get applied to the newly ingested data
m
Even the link of "view in airflow"?
d
yes, the link is part of the ingested Airflow data
This way you can have multiple Airflow instance
m
Hello again @dazzling-judge-80093, so I haven't still been able to make this thing work properly as the property mentioned is also used internally by Airflow to deploy the webserver in that host and port. I noticed that in the demo the URL used is airflow.demo.datahubproject.io. The thing is that if I put my Airflow proxy url, the webserver container isn't able to deploy. Could you elaborate a bit on how you do it internally??