Replies: 1 comment
-
Hi @eckhami, Use the authentication bit at the end. For private key, Please store the key as environment variable( Under the env define the file as:
just before running the cstools script add: Once done add below to remove the private key file: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
am trying to run CS-Tools within Azure Pipeline and to write to Snowflake, according to https://thoughtspot.github.io/cs_tools/getting-started/#azure-pipelines
The connection to Thoughtspot seems to work ok, only when trying to configure the SnowFlake bit, I get below message:
I tried
&authentication=key-pair
in all variations: without any quotation marks, with single and double quotation marks. I even put it in a variable - none of these seem to work.As for the
&private_key_path
I used a sharepoint link (as in the screenshot above), and when I click on the link the p8 file will be downloaded - so it is in fact pointing to a file.what am I missing here?
Thanks
Michael
Beta Was this translation helpful? Give feedback.
All reactions