lakehouse.databricks.common.get_all_tables

lakehouse.databricks.common.get_all_tables(spark, schema) DataFrame

A function to return all Hive tables in the hive database

Parameters

sparkspark context

spark context passed from the calling spark instance

schamastring

The name of the schema/database to retrieve the table from

Returns

dataframe