Like what you see? Have a play with our trial version.

Follow the instructions below to connect Yellowfin to a Databricks database.

  1. Click on the yellow Create button and choose the data source option.

    2. Select Databricks from the databases list.

    3. Connection String: when selecting Connection String you have the same functionality as in Generic JDBC Data Source

    4.  Databricks  configuration fields:
     
    5. Authentication Adapter: Specify an authentication method for the database adapter. More details Advanced Connection Editor.
    6. Select the Include Schema in SQL checkbox to add the schema name when addressing database tables in SQL queries.
    7. Next, select the Authentication method, it is Access Token by default. You can also use Username and Password for authentication, in which case you would need to provide them in the fields below.

    8. Enter the name or IP address of the server hosting the Databricks database, as well as the HTTP Path - these details are provided on the Cluster Configuration screen in the JDBC/ODBC section of Advanced options.
    9. Select the Use Custom Fetch Size checkbox if you want a specific number of data rows to be retrieved from the database after a query is executed, instead of fetching its entire result. Specify the number of rows in the newly appearing Fetch Size field. This will allow Yellowfin to process data faster.

             10. Yellowfin will automatically select the driver to talk to your Databricks database based on the version of the driver you have installed in your Yellowfin instance.
             11. Enter the API access token or username and password of your Databricks database account.
             12. Toggle Advanced Settings to see more settings. 
             

             13. Once you have completed your connection information, you will have several options:
             

    1. Back: This will navigate to the database selection.
    2. Cancel: This will close the New Connection popup.
    3. Test Connection: This will test the connection parameters you provided to ensure it can connect to your database. If the connection is successful, an indicator will appear and you will be able to save the connection.
              
    4. Save: This will allow you to save your connection and navigate to the Success page:


  • No labels