Skip to content

Commit

Permalink
fix typo in glue_catalog connection
Browse files Browse the repository at this point in the history
  • Loading branch information
navado authored May 2, 2023
1 parent 996d4b3 commit ec5d07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/upsolver/options/connection_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"topic_display_filter": {"type": "text", "editable": True, "optional": True},
"comment": {"type": "text", "editable": True, "optional": True}
},
"glue_katalog": {
"glue_catalog": {
"aws_role": {"type": "text", "editable": True, "optional": True},
"external_id": {"type": "text", "editable": True, "optional": True},
"aws_access_key_id": {"type": "text", "editable": True, "optional": True},
Expand Down

0 comments on commit ec5d07e

Please sign in to comment.