Introduction to Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$

$$
$$
$$

$$
# Recipient's code (using pandas)
import delta_sharing
profile = "config.share"
client = delta_sharing.SharingClient(
profile
)
tables = client.list_all_tables()
df = delta_sharing.load_as_pandas(
f"{profile}#share.schema.table"
)
$$
$$
$$

$$

$$
Introduction to Databricks Lakehouse