Hello @Ramana ,The above error occurs when the Spark SQL optimiser is unable to resolve a query within the fixed maximum number of rule-application iterations (default 1000) in its internal logical plan "Resolution" phase. This typically happens with...
Hello @Soumenkumar ,I believe OGG has a Databricks target that stages to cloud storage (ADLS on S3) and then runs MERGE into Delta tables. This is designed for UC and documented in the official Oracle Docs.In Unity Catalog, create a storage credentia...
Hello Revanth,It could be that the The table is too small to benefit from liquid clustering, or it has a good clustering scheme. Could you tell me the size of the table?Also, if the table is not being frequently queried on a column or set of columns,...
Hello @ToBeDataDriven ,If it's a notebook cell, you can silence the output of the cell by using %%capture %%capture
dbutils.fs.put("dbfs:/FileStore/anudeep/datasets/word_count/tmp/3.txt","foo") If you want to do it in your code, then there is no flag...