Model for details used to connect to a Databricks Unity data source.
>>> details = fb.DatabricksUnityDetails(
... host="<host_name>",
... http_path="<http_path>",
... catalog_name="hive_metastore",
... schema_name="<schema_name>",
... group_name="<group_name>",
... )