Skip to content

Snowflake has connection issues #2595

@esadler-hbo

Description

@esadler-hbo

Expected Behavior

I try to connect to snowflake using a private key

Current Behavior

I get an error from the snowflake python connection object saying that I need to set the warehouse.

Steps to reproduce

I ran the demo

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

I removed this double quoting and it worked

# line 61 in snowflake_utils.py
    for k, v in kwargs.items():
        if k in ["role", "warehouse", "database", "schema_"]:
            kwargs[k] = f'"{v}"'

Happy to replicate through the testing setup and make a PR

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions