Forum Discussion
Don-Bot
Helper V
1 year agoAzure Databricks Query: The key didn't match any rows in the table
I am attempting to use the azure databricks connection but instead of searching for a table I want to use a query. However, even though I am throwing in a very simple query that works in my databric...
MFelix
Super User
1 year agoHi Don-Bot ,
This is very picky you when you want to use a query you need to define the optional fields but also add them to the query.
What I have done in my use cases I have made parameter for each one and a SQLQuery line to be pickedup that way when I want to update everything I just need to change the parameters.
Don-Bot
Helper V
1 year agoHi MFelix ,
I agree on the parameters, and for my other models I am heavily invested in the parameters but I'm not using queries. Just pointing to already created tables/views. This was a special need and was trying to setup a dummy pbi to make sure it would work.
Quite annoying but thanks for the help.