You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerquery-docs/change-gateway-dataflow.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ After changing your data gateway, we recommended that you check your data source
49
49
>
50
50
>The path value is derived from the required parameters of your data source function and, for this example, that would be the folder path.
51
51
52
-
The best way to validate the data source path is to go into the query where your data source function is being used and check the parameters being used for it. For this example, there's only one query that connects to a folder and this query has the **Source** step with the data source path defined in it. You can double-click the **Source** step to get the dialog that shows you the parameters used for your data source function. Make sure that the folder path, or the correct parameters for your data source function, is the correct one in relation to the gateway being used.
52
+
The best way to validate the data source path is to go into the query where your data source function is being used and check the parameters being used for it. For this example, there is only one query that connects to a folder and this query has the **Source** step with the data source path defined in it. You can double-click the **Source** step to get the dialog that shows you the parameters used for your data source function. Make sure that the folder path, or the correct parameters for your data source function, is the correct one in relation to the gateway being used.
53
53
54
54

55
55
56
-
## Modifiy authentication
56
+
## Modify authentication
57
57
58
58
To modify the credentials used against your data source, you can click the **Get data** button in the ribbon to launch the *Choose data source* dialog and define a new or existing connection to your data source. For the purpose of this example, the connector that will be used is the Folder connector.
59
59
@@ -63,7 +63,7 @@ Once in the *Connection settings* dialog, you can create a new connection or sel
63
63
64
64

65
65
66
-
After defining the connection details, you can click the OK button at the bottomright corner and validate that your query is loading in the Power Query editor.
66
+
After defining the connection details, you can click the OK button at the bottom-right corner and validate that your query is loading in the Power Query editor.
67
67
68
68
>[!NOTE]
69
69
>This process is the same as if you were to connect again to your data source, but by doing the process again you're effectively re-defining what authentication method and credentials to use against your data source.
0 commit comments