Why does the DataBricks profile require a 'database'?
See original GitHub issueI am excited by the included support for DataBricks in v0.9.4
https://github.com/lightdash/lightdash/issues/625
However, I don’t understand why the ‘database’ field is required. In my S3 installation, we just use the ‘schema’ field, and it works fine:
type: spark
method: http
schema: dev_ernest
host: nauto-biz-prod-us.cloud.databricks.com
token: _token_
cluster: 1004-233546-lager607
port: 443
connect_timeout: 30
connect_retries: 15
threads: 5
Is there some subtlety I am missing? Right now it seems to fail silently, whether or not I put anything in the database
field.
Alas, I can’t find any documentation for DataBricks yet:
https://docs.lightdash.com/get-started/setup-lightdash/connect-project#database-1
As a side not, I would love it if LightDash would follow the lead ofthe DBT GitHub Action and pull Warehouse connection data (apart from the token) from the profiles.yml file inside the dbt project:
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (2 by maintainers)
Top Results From Across the Web
Databricks CLI | Databricks on AWS - Databricks documentation
Requirements · Install the CLI · Update the CLI · Set up authentication · Connection profiles · Test your connection profiles · Alias...
Read more >Databricks CLI - Azure - Microsoft Learn
The Databricks CLI configuration supports multiple connection profiles. The same installation of Databricks CLI can be used to make API calls on ...
Read more >Installing, Configuring and Using the Azure Databricks CLI
pip install databricks-cli. or if you're using Python 3: · pip3 install databricks-cli · databricks --version · databricks configure --token.
Read more >Databricks CLI | | Command Line Interface for ... - eduCBA
Step 1: Run pip install databricks-cli with the appropriate pip version of python. ... Step 3: To start writing the CLI commands, the...
Read more >Databricks Migration Tool - GitHub
Updating the AWS Account ID. If your source and destination workspaces are in different accounts, you will need to update the Instance Profile...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the new project settings form, we need to set “database” to “schema” in the UI and move it to the “dbt configuration” just like in https://github.com/lightdash/lightdash/pull/2086
🎉 This issue has been resolved in version 0.132.2 🎉
The release is available on:
0.132.2
Your semantic-release bot 📦🚀