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,
Join Us as a Local Community Builder!
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!