Вступ до Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$

$$
$$
$$

$$
# Код отримувача (з використанням 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"
)
$$
$$
$$

$$

$$
Вступ до Databricks Lakehouse