Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

INFACore SDK for Python

INFACore SDK for Python

Install Databricks Connect in your development environment

Install Databricks Connect in your development environment

Install the Databricks Connect library in your development environment.
  1. Create a development environment. Ensure that your Python environment is compatible with the cluster version.
    For example, if you are using Anaconda, run the following code snippet to create a Databricks environment that is compatible with cluster version 3.x:
    conda create --name databricks python=3.8.10
  2. Activate the development environment.
  3. Install the Databricks Connect library.
    pip install -U databricks-connect==<databricks_connect_version>*
    The Databricks Connect version number needs to be compatible with the Databricks cluster version you are working with.

0 COMMENTS

We’d like to hear from you!