lakehouse.databricks.common.generate_delta_load_rowsOutput
- lakehouse.databricks.common.generate_delta_load_rowsOutput(spark, schema, table)
a function to return the number of rows output rows from a delta table operation
Parameters
- sparkspark context
spark context passed from the calling spark instance
- schemastring
hive database/schema where table exists
- tablestring
delta table name
Returns
- integer:
the number of rows from the delta table insert operation