Documentation Index
Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-479583-raisers-edge-connec.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Intro
This article explains how to use Domo’s Databricks AWS Writeback Connector to export data from a Domo DataSet to a Databricks table, configure connection credentials, and specify the destination table for the writeback.Prerequisites
To configure this connector, you must have the following:- The username and password you use to log into your Databricks host
- The host name for the database
- The port number for the database
- The database name or schema name
- The HTTP path
- Your AWS S3 access key and secret key
- The name of your S3 bucket
- The AWS region where your S3 bucket is located
Note: The owner of a writeback DataSet must also be an owner or co-owner of the input DataSet.
Configure the Connection
This section describes the options in the Credentials and Details panes on the Databricks AWS Writeback Connector page. The components of the Scheduling and Name & Describe Your DataSet panes are universal across most connector types and are discussed in Add a DataSet Using a Data Connector.Enter Your Credentials
The Credentials pane contains fields for entering credentials to connect to the Databricks account where you want your data to be copied. The following table describes what is needed for each field.| Field | Description |
|---|---|
| Host | Enter the host name for the Databricks database. For example: db.company.com. |
| Port | Enter the port number for the Databricks database. |
| Database Name | Enter the name of the Databricks database. |
| Username | Enter your Databricks username. |
| Password | Enter your Databricks password. |
| HTTP Path | Enter the HTTP path. |
| AWS S3 Access Key | Enter your AWS access key. |
| AWS S3 Secret Key | Enter your AWS secret key. |
| AWS S3 Bucket | Enter the name of your S3 bucket. |
| AWS S3 Region | Select the region where your S3 bucket is located. |
Configure the Details Pane
In the Details pane, you specify the input DataSet and the destination Databricks table.| Menu | Description |
|---|---|
| Input DataSet ID | Enter your Domo DataSet ID (GUID) located in the DataSet URL. For example: https://customer.domo.com/datasources/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/details/settings. |
| Enter Databricks Table Name | Enter the Databricks table name where you want to copy the data from your Domo DataSet. |
Configure Other Options
For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Add a DataSet Using a Data Connector.FAQ
What kind of credentials do I need to power up this connector?
What kind of credentials do I need to power up this connector?
You need the username, password, host name, port number, and database name of your Databricks database. You also need to provide the HTTP path, your AWS S3 access key and secret key, your S3 bucket name, and the AWS region where your S3 bucket is located.
Where can I find the values that I need to enter for my credentials?
Where can I find the values that I need to enter for my credentials?
You can find the host name, database, port number, and HTTP path by going to your cluster in Databricks and viewing the JDBC/ODBC tab in the Advanced section of the cluster details.
Are there any API limits that I need to be aware of?
Are there any API limits that I need to be aware of?
Limits depend on your server configuration.
How often can the data be updated?
How often can the data be updated?
As often as needed.
How do I find the Input DataSet ID?
How do I find the Input DataSet ID?
Your Domo input DataSet ID is in the URL of the DataSet you are exporting data from. For example:
https://customer.domo.com/datasources/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/details/settings.What is the Databricks table name?
What is the Databricks table name?
The Databricks table name is the table where you want to copy the data from your Domo DataSet.