FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Snowflake has connection issues · Issue #2595 · feast-dev/feast · GitHub

Snowflake has connection issues #2595

Description

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL