seeing some odd behaviour with prefect 2.7.7 and `...
# ask-community
s
seeing some odd behaviour with prefect 2.7.7 and
prefect-snowflake
I set-up my
SnowflakeCredentials
block for username/password auth but I get the error:
Copy code
Do not provide both private_key and private_key_path; select one.
See screenshot. The UI is saying those are both set to None
Have tried deleting/re-creating blocks etc. to no avail
n
Hi @Stephen Herron hmm seems like a bug (cc: @Andrew Huang) - although I'm having a hard time reproducing did you create the block with Python or from the UI? also could you share your
prefect-snowflake
version?
a
Thanks for reporting; should be fixed in https://github.com/PrefectHQ/prefect-snowflake/pull/63 and probably released tomorrow.