Skip to content

Commit

Permalink
Merge pull request #411 from astronomer/paola-fix-broken-link-airflow…
Browse files Browse the repository at this point in the history
…_settings.yaml

Fix broken link in `airflow.settings.yaml` file
  • Loading branch information
paolaperaza committed May 18, 2021
2 parents 9ab5114 + 1bcc9b1 commit 880a532
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions airflow/include/settingsyml.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ import "strings"

// Settingsyml is the settings template
var Settingsyml = strings.TrimSpace(`
# This feature is in Beta.
# Please report any bugs to support@astronomer.io
# This file allows you to configure Airflow Connections, Pools, and Variables in a single place for local development only.
# NOTE: If putting a dict in conn_extra, please wrap in single quotes.
# More details you can find https://github.com/astronomer/docs/blob/main/v0.10/cli-airflow-configuration.md
# For more information, refer to our docs: https://www.astronomer.io/docs/cloud/stable/develop/customize-image#configure-airflowsettingsyaml
# For issues or questions, reach out to support@astronomer.io
airflow:
connections:
Expand Down

0 comments on commit 880a532

Please sign in to comment.