Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Snowflake update datasource API

Hi, we have created some PBI reports that are connected to snowflake Dev environment. The connection has been made during get data and using the "Snowflake connection"     We have filled in...
  • ibarrau's avatar
    ibarrau
    3 years ago

    That's weird but it look like you have an error in your code that make the request. if you want to make it easier for the text in the parameter try entering data in a new table with two columns. One of them is going to be the name of the environment and the second column the server name. If you need a third one for db name you can also create it. Then create a parameter that will filter the table with environment name.

    Now for regular tables just take the first row in the entered data table to complete de server.

    That way you can add new environments or change them dynamically in a more secure way.

    I hope that make sense