Tech Summit DEMO
Databricks Tech Summit FY2024 DEMO:
This demo will launch auto generated tables(100s) inside single bronze and silver DLT pipeline using dlt-meta.
Launch Command Prompt
Install Databricks CLI
- Once you install Databricks CLI, authenticate your current machine to a Databricks Workspace:
databricks auth login --host WORKSPACE_HOST
git clone https://github.com/databrickslabs/dlt-meta.git
cd dlt-meta
Set python environment variable into terminal
dlt_meta_home=$(pwd)
export PYTHONPATH=$dlt_meta_home
Run the command
python demo/launch_techsummit_demo.py --uc_catalog_name=<<Unity Catalog name>> --cloud_provider_name=aws
- uc_catalog_name : Unity Catalog name
- cloud_provider_name : aws or azure
- you can provide
--profile=databricks_profile name
in case you already have databricks cli otherwise command prompt will ask host and token