Forum Discussion

Victormar's avatar
Victormar
Helper V
1 year ago

Incremental refresh on Azure Databricks datasource

Hello community,

I am trying to work around the icnremental refresh using Azure Databricks as a source. The thing is that up until this point, we are working as well with parameters, to select different databases inside the clusters.

More specifically, I have 2 clusters, and I have 2 databases in one cluster, and another one in the other one.

We have a function that points to the specific database based on the selected parameter. That allows us to run a sql query to the database:

 

 

I saw a video from "Guy in a cube" where they use Value.NativeQuery to be able to perform a native query, they essentially point to the database and modify the applied step. I assume I cannot follow this path because I don't point straight to a database, but rather a cluster, and then a database inside, but maybe I am wrong.

Video: https://www.youtube.com/watch?v=8hjdOCni_ZY

 

Has anybody faced this issue? Thanks for any input!

 

 

2 Replies