featurebyte.DatabricksUnityDetails¶ class DatabricksUnityDetails( *, host: StrictStr, http_path: StrictStr, catalog_name: StrictStr, schema_name: StrictStr, group_name: StrictStr ) Description¶ Model for details used to connect to a Databricks Unity data source. Parameters¶ host: StrictStr http_path: StrictStr catalog_name: StrictStr schema_name: StrictStr group_name: StrictStr Examples¶ >>> details = fb.DatabricksUnityDetails( ... host="<host_name>", ... http_path="<http_path>", ... catalog_name="hive_metastore", ... schema_name="<schema_name>", ... group_name="<group_name>", ... )