Forum Discussion
Azure Databricks Query: The key didn't match any rows in the table
Hi MFelix ,
I have done that and it willl error if it ry to remove catalog.
and then i get
If I modify what i have a little bit. IE: Put in the db in the query and remove it from the above list I get
a working query..... I swear it didn't work when I was testing this....
Hi 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-Bot1 year ago
Helper V
Hi 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.