Jeff Skoldberg

Results 6 comments of Jeff Skoldberg

In this code: sourceWB.datasources[0].connections[0].server = "MY-NEW-SERVER" sourceWB.datasources[0].connections[0].dbname = "NEW-DATABASE" sourceWB.datasources[0].connections[0].username = "benl" It does not seem like Document API allows a way for the user to give the password for...

> @YEM-1 (or anyone else that is interested) I'm fairly confident that a .twbx/.twb file does **not** store a password. I would assume this was a deliberate security decision by...

I have found running it on another machine solves the issue. The new machine has: • snowflake-connector-python==2.7.6 • Python 3.7.9 As a reminder, the machine with the issue has: •...

I've experienced this on a lot of machines now. There are many combinations of Python interpreter / snowflake connector version that conflict. That's why it's important to control the versions...

What happens when you upgrade your snowflake-connector-python in that environment? On Fri, Dec 9, 2022, 11:59 AM Tomáš Heran ***@***.***> wrote: > FWIW, I've had that happening to me when...

Also, all_output.txt is created with a lot of python code, but no .py files were created at all.