Skip to content

Commit

Permalink
Fix broken link in airflow.settings.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
paolaperaza committed May 13, 2021
1 parent 9ab5114 commit 1e32402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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
# 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
airflow:
connections:
Expand Down

0 comments on commit 1e32402

Please sign in to comment.