Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Given I have a Dataflow with one or more queries to data source A
When I change the queries to use data source B
And I remove data source A from the gateway
And I go to the Gateway connection for Dataflow
And I look at "Data sources included in this dataset"
Then I should see that data source B is there (yes, no problem)
And I should see that data source A is gone
But I see data source A is still there
And it has a green check mark
When I look at the "Status" column for the selected gateway
Then I should see the status is good
But I see "Gateway or datasources not reachable"
When I look at "Data source credentials"
Then I should see a single line saying
ODBC (admin has granted access, credentials are not required)
But I see two lines, and the first line has an X in a circle
ODBC (x) (admin has granted access, credentials are not required)
When I hover on the circle, I see a message saying the data source may have been removed (which is the case)
When I click on the Settings gear ("Manage Gateways" on tool tip) icon under "Actions" for the gateway, the browser goes into an infinite loop loading two pages, where one of them has this URL: (I replaced my GUIDs with XXXXX - this is not the actual URL)
https://app.powerbi.com/groups/XXXXX/settings/dataflows/XXXXX
My data sources are 64-bit ODBC, but I am doubtful that should matter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.