Hello, one quick question, is it possible to make ...
# all-things-deployment
m
Hello, one quick question, is it possible to make the "View in airflow" no visible?? I have noticed that in the latest version of the demo, this button does not appear, so I wanted to know if it was the default behaviour or not Thanks in advance!
s
Posted link to this in the #ui channel
I don't think there is a way to hide this but others can answer
m
Okey, thank you Aseem!
s
If the external URL is provided with the Airflow DAG information, it will be shown. If it is not provided, it will not be. Meaning, if we have an external link present we will display it!
m
And how can that URL be provided? In this thread, Tamas mentioned that the property to set the property to was
AIRFLOW__WEBSERVER_BASE_URL
but I have been trying different options and haven't been able to make it work properly. Is there any other way? If not, how is it possible to put a proxy hostname?? Because, as far as I understand, if I set that property to airflow.test (which in this case I will suppose that is the hostname of the proxy) Airflow webserver container won't be able to get running in that host as the service is not up, therefore that hostname doesn't exist yet.