build_lolaconfig also fetches prefect host

This commit is contained in:
Pablo Martin 2023-01-16 14:09:15 +01:00
parent 601e3a667c
commit 40be75e999

View file

@ -213,5 +213,6 @@ def build_lolaconfig(
lolaconfig.fetch_slack_webhooks()
lolaconfig.fetch_trino_credentials()
lolaconfig.fetch_ssh_tunnel_credentials()
lolaconfig.fetch_slack_webhooks()
return lolaconfig