Hello @kranthi2 , I hope you're doing well.
It seems that this command won't work for MVs, as it expected table. When trying to run the following command, for example:
ALTER TABLE `catalog`.`schema`.`MV` ALTER COLUMN column_ SET MASK mask_func;
We g...
Hello @shivkumar , I hope this message finds you well.
I didn't fully understand your question, but to write a DataFrame you can follow the steps in the link below:https://docs.databricks.com/en/getting-started/dataframes.html#tutorial-load-and-trans...
Hello @ksenija,
I hope this message finds you well.
Is your source table receiving new records? If so, are the fields (operation/sequenceNum) being filled?
If possible, please provide a sample of the code you are using to create your target table wit...
Hello @lprevost , I hope this message finds you well.
In order to install this library, you can follow any of the steps below:- First step - search for libraries and versions:
Go the cluster;Libraries;Install new;Maven;Search Packages;Change from Spa...
Hello @Lily99 , I hope this message finds you well.
Could you please try the code below and let me know the results?
CREATE OR REPLACE FUNCTION fn_abc(var1 STRING, var2 STRING)
RETURNS DOUBLECOMMENT 'test function'RETURN SELECT CASE WHEN EXISTS...