Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
Use the curl command to validate the network settings using the information collected in steps 2 & 3. If you get the TTransportException, that validates the connection is being established. Itโs a bit counter intuitive but that tells us weโre able to reach the databricks cluster or sql endpoint (depending on what you use for the httppath) and its just that weโre not using the right app to connect
If you get a Timeout or Exception we may have to look into proxy settings, etc which is better handled over a working session. Hopefully thatโs not needed
Proxy information can be specified in the "Advanced" tab of the Connection dialog 'ProxyHost=host;ProxyPort=123;ProxyUID=user;ProxyPWD=pass'
Once you have the validation, Follow Step 2 โ Configure Databricks connection in Tableau described here
Use the server hostname, HTTP Path and โPersonal Access Tokenโ from steps 2 & 3 and connect using the Personal Access Token Authentication method as shown below,
Use the curl command to validate the network settings using the information collected in steps 2 & 3. If you get the TTransportException, that validates the connection is being established. Itโs a bit counter intuitive but that tells us weโre able to reach the databricks cluster or sql endpoint (depending on what you use for the httppath) and its just that weโre not using the right app to connect
If you get a Timeout or Exception we may have to look into proxy settings, etc which is better handled over a working session. Hopefully thatโs not needed
Proxy information can be specified in the "Advanced" tab of the Connection dialog 'ProxyHost=host;ProxyPort=123;ProxyUID=user;ProxyPWD=pass'
Once you have the validation, Follow Step 2 โ Configure Databricks connection in Tableau described here
Use the server hostname, HTTP Path and โPersonal Access Tokenโ from steps 2 & 3 and connect using the Personal Access Token Authentication method as shown below,
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.