2025-01-14 18:23:34 +00:00
2025-02-03 14:10:19 +00:00
>>> [CLI] bundle init dbt-sql --config-file ./input.json --output-dir output
2025-01-14 18:23:34 +00:00
Welcome to the dbt template for Databricks Asset Bundles!
A workspace was selected based on your current profile. For information about how to change this, see https://docs.databricks.com/dev-tools/cli/profiles.html.
2025-02-03 14:10:19 +00:00
workspace_host: [DATABRICKS_URL]
2025-01-14 18:23:34 +00:00
📊 Your new project has been created in the 'my_dbt_sql' directory!
If you already have dbt installed, just type 'cd my_dbt_sql; dbt init' to get started.
Refer to the README.md file for full "getting started" guide and production setup instructions.
2025-02-03 14:10:19 +00:00
>>> [CLI] bundle validate -t dev
2025-01-14 18:23:34 +00:00
Name: my_dbt_sql
Target: dev
Workspace:
2025-02-03 14:10:19 +00:00
Host: [DATABRICKS_URL]
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/my_dbt_sql/dev
2025-01-14 18:23:34 +00:00
Validation OK!
2025-02-03 14:10:19 +00:00
>>> [CLI] bundle validate -t prod
2025-01-14 18:23:34 +00:00
Name: my_dbt_sql
Target: prod
Workspace:
2025-02-03 14:10:19 +00:00
Host: [DATABRICKS_URL]
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/my_dbt_sql/prod
2025-01-14 18:23:34 +00:00
Validation OK!