Hi,
I believe the solution shared by Martison would fix this issue.
In Databricks SQL, when using EXECUTE IMMEDIATE, the SQL string must be a single variable or single string literal, not an inline expression using string concatenation ('...' || clai...
Hi @Sadam97 ,
This seems to be expected behaviour. If you are running the jobs in a job cluster:
In job clusters, the Databricks job scheduler treats all streaming queries within a task as belonging to the same job execution context. If any query fai...
Hi @Subhrajyoti ,
Can you please try running REFRESH TABLE table_name when you encounter this issue.
Can you also try disabling Delta caching and check if it returns correct result (spark.databricks.io.cache.enabled false)