Forum Discussion
rhartop
1 year agoFrequent Visitor
Databricks VNet DM_GWPipeline_Gateway_MashupDataAccessError
We are getting the following error when trying to refresh data from databricks via a VNet gateway. We have checked everything we can think of in terms of what might be causing the error though so far...
- 1 year ago
Walkaround is possible by native queries
Value.NativeQuery(Databricks.Catalogs(
"adb-xxxxxxxxx.azuredatabricks.net",
"/sql/xx/xx/xx",
[Catalog = "xxx", Database = null, EnableAutomaticProxyDiscovery = null]
){[Name = "xxx", Kind = "Database"]}[Data],
"select * from Sample",
null,
[EnableFolding = true])
Anonymous
1 year agoNot applicable
Hi rhartop
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.