Forum Discussion

david_busint's avatar
david_busint
Advocate I
1 year ago
Solved

Avoiding including Snowflake credentials in Python script when python script uses Snowflake

Hi everyone,   I've been testing runing some forecasting scripts in Power BI desktop where the python script imports the data used to generate the forecast from Snowflake.  The Snowflake connection...
  • ibarrau's avatar
    1 year ago

    Hi. Power Bi has snowflake connector. You should use them to let powerbi keep the credentials encrypted and secured. Then you can run a python step at Query Editor (Transform Data) to keep going if you prefer transforming data that way.

    I hope that helps,