cancel
Showing results for 
Search instead for 
Did you mean: 
RGSLCA
New Contributor II
since a week ago
55 seconds ago

User Stats

  • 3 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hi,I need to compare the sizes of my delta tables , what's the correct approach ?Table size reported by analyze  command ? , but how do I check the delta log size , if I enable CDF .. how do I know the CDF log size(the overhead it adds) ? , kind of l...
Hi,I am able to execute the INSERT OVERWRITE TABLE <tables> PARTITION command , in a notebook cell  SET spark.sql.sources.partitionOverwriteMode=dynamic;DECLARE OR REPLACE VARIABLE v_load_date DATE;SET VAR v_load_date = DATE '2026-05-03';INSERT OVERW...
Hi,I am using databricks runtime 17.3.x-scala2.13 ,  But I am unable to create python stored procedures, (functions are possible but they dont support a spark session like below) , any thoughts/help is much appreciated ? [INVALID_STATEMENT_OR_CLAUSE]...