Skip to content

Commit

Permalink
Fix sql_alchemy_engine_args config example (#38971)
Browse files Browse the repository at this point in the history
It's json, not python, so we need lowercase bools.
  • Loading branch information
jedcunningham committed Apr 12, 2024
1 parent 5f6f4a5 commit 6150179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ database:
version_added: 2.3.0
type: string
sensitive: true
example: '{"arg1": True}'
example: '{"arg1": true}'
default: ~
sql_engine_encoding:
description: |
Expand Down

0 comments on commit 6150179

Please sign in to comment.