Forum Discussion
Anonymous
6 years agoNot applicable
Can you remove a dataflow datasource when it is no longer used in the dataflow?
I have created several data flows using azure blob storage and then linked them to another data flow that combines them via linked entities. I do some transformations from queries that reference the...
JayWhy
3 years agoNew Member
Hi, your solution worked for me when it came to database connections (i.e. ODBC, Redshift, SQL, etc) but not for web connections, such as sharepoint links. I did find a method that worked for me, so hopefully it could help you or others:
- In your workspace, click on the cog at the top right and select Manage connections and gateways (should be under the Resources and extensions header)
- In the Data (preview) page, go through all the data connections and find the one that you want to remove
- Select it by clicking on the radio button on the left
- Scroll back up to the top of the page and click Remove to remove
- Repeat for each additional data connection (yes, you can only do this one at a time)
Hope that helps
quizhyo
Advocate I
2 years agoThank you, it works for me