How to use `private_key` in `target-snowflake` ? I...
# singer-target-development
a
How to use
private_key
in
target-snowflake
? I see we can use
private_key_path
though
1
h
It doesn't look like
private_key
is supported, just
private_key_path
. Could you open an issue on
target-snowflake
project please. I'm happy to take a look, and it ought to be a 10 line change. I implemented
private_key
for ``tap-snowflake`, so it won't take me very long to port the logic over.
👍 1
https://github.com/MeltanoLabs/target-snowflake/pull/260 @Edgar Ramírez (Arch.dev) would you mind taking a look here please. thanks in advance!
👀 1
thanks for the feedback, updated.
e
github merged !
🙌 1
h
I'll port this over to tap-snowflake as well.
👌 1
a
Thanks @haleemur_ali and @Edgar Ramírez (Arch.dev) for the quick fix. When do we get the next release?
h
if you need the private_key support right away, you could set pip_url to point to the repo directly in your
meltano.yml
file.
Copy code
pip_url: git+<https://github.com/MeltanoLabs/target-snowflake.git>
1
@Edgar Ramírez (Arch.dev) Copied the code over so now the tap & target can have parity in ways to connect to snowflake https://github.com/MeltanoLabs/tap-snowflake/pull/46
ty 1
1
e
Thanks, I'll try to cut a release of both today
h
Thanks Edgar!
m
Thanks for getting this added. Definitely helpful! One question: I am trying to run
meltano lock --update --all
to get new changes but for some reason it's not showing the newly added config for
private_key
in the lock file even when the the plugin itself has been updated to 0.11. am I missing something here?
👍 1
r
@mayank_sardana Should be fixed now: https://github.com/meltano/hub/pull/1856
ty 2
m
Thank you for fixing this quickly!
np 1