I’m trying to get `dagster_snowflake_pandas` worki...
# integration-snowflake
g
I’m trying to get
dagster_snowflake_pandas
working on my local machine but I keep getting this error:
Copy code
snowflake.connector.errors.OperationalError: 250001: Could not connect to Snowflake backend after 0 attempt(s).Aborting
I’m able to successfully connect using
snowflake.connector
in a REPL using the same account, user, and password so I really don’t know what to do next.
j
hi! I remember running into this issue as well. It was a while ago, so I need a minute to try to remember what the issue was. In the meantime, what version of dagster, dagster-snowflake, and dagster-snowflake-pandas are you using? can you share the config for the snowflake io manager (with passwords, etc removed)?
i vaguely remember it having to do with the account name, so for example, if the url for my snowflake instance is
<https://acb1234.us-east-1.snowflakecomputing.com>
the account I need to enter in the resource config is
abc1234.us-east-1
(I think I was entering the full url string)
g
Sorry I got derailed on this. I revisited it today with all of the libraries updated and it works. Not sure what the problem was 🤷, but thanks for your help
j
cool! glad it’s working