lakehouse.databricks.cdm.get_cdm_tables_to_process

lakehouse.databricks.cdm.get_cdm_tables_to_process(spark, file_mount, table_list=[])

This function returns a JSON list of tables from the CDM to be processed

Parameters

sparkspark context

spark context passed from the calling spark instance

file_mountstring

The mounting point where the cdm datalake storage is found

table_listlist, optional, default = []

a list of tables to integrate, if blank all tables in the cdm lake will be integrated Defaults to [].

Returns:
json array :

an array of tables to be intgerated int the data lakehouse