question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why does the DataBricks profile require a 'database'?

See original GitHub issue

I 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:

https://github.com/mwhitaker/dbt-action

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:23 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
owlascommented, May 17, 2022

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

Screenshot 2022-05-17 at 15 56 15
0reactions
github-actions[bot]commented, Jun 6, 2022

🎉 This issue has been resolved in version 0.132.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found