featurebyte.DatabricksDetails¶
class DatabricksDetails( 
*, 
host: str, 
http_path: str, 
catalog_name: str, 
schema_name: str, 
storage_path: str
)Description¶
Model for details used to connect to a Databricks data source.
Parameters¶
- host: str
 Databricks host. This is typically the URL you use to go to to access your databricks environment.
- http_path: str
 Databricks compute resource URL.
- catalog_name: str
 The name of the catalog to use for creation of output tables.
- schema_name: str
 The name of the schema to use for creation of output tables.
- storage_path: str
 DBFS path to use for file storage.