How to perform incremental load for particular table inside schema without performing Full load to the other tables inside schema.
Please check the screenshot for reference.Thanks,Madhan
Please check the screenshot for reference.Thanks,Madhan
I am trying to refactor some tables that were previously using pyspark to use scala. However whenever I try to read in my data I am met with an error that states "table or view not found"My code looks something like this: import org.apache.spark.sql....
Hi,I'm trying to write a query in MV (Spark SQL) which excludes the items ending with "_X" I understand underscore ("_") is single character wildcard in SQL and should be addressed as '%[_]x' or '%\_x' which will include the Underscore (_). But it s...
HelloI am trying to create an inception-to-data measure. This would be similar to year-to-date but across all years in the data. I need this to show the development of Balance sheet numbers (which are in the data as transactional data, so the sum of ...
Any why to add filter to business schema that created without analyzer ??