Skip to content

Commit

Permalink
add ability to specify host/port for Snowflake connection
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Jun 24, 2024
1 parent 5f5616c commit 1c67479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmos/profiles/snowflake/user_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class SnowflakeUserPasswordProfileMapping(BaseProfileMapping):
"warehouse": "extra.warehouse",
"schema": "schema",
"role": "extra.role",
"host": "extra.host",
"port": "extra.port",
}

def can_claim_connection(self) -> bool:
Expand Down

0 comments on commit 1c67479

Please sign in to comment.