class documentation
class DatabricksConnectionConfig: (source)
Constructors: DatabricksConnectionConfig.databricks_or_serverless(host, token)
, DatabricksConnectionConfig.serverless(host, token)
, DatabricksConnectionConfig.with_cluster_id(cluster_id, host)
, DatabricksConnectionConfig(host, cluster_id, token)
Undocumented
Static Method | databricks |
Undocumented |
Static Method | serverless |
Undocumented |
Static Method | with |
Undocumented |
Method | __init__ |
Undocumented |
Method | catalog |
Undocumented |
Method | connection |
Undocumented |
Method | sql |
Undocumented |
Method | with |
Undocumented |
Instance Variable | cluster |
Undocumented |
Instance Variable | host |
Undocumented |
Instance Variable | token |
Undocumented |
@staticmethod
def databricks_or_serverless(host:
def databricks_or_serverless(host:
str | ConfigValue | None
= None, token: str | ConfigValue | None
= None) -> DatabricksConnectionConfig
:
(source)
¶
Undocumented
@staticmethod
def serverless(host:
def serverless(host:
str | ConfigValue | None
= None, token: str | ConfigValue | None
= None) -> DatabricksConnectionConfig
:
(source)
¶
Undocumented
@staticmethod
def with_cluster_id(cluster_id:
def with_cluster_id(cluster_id:
str | ConfigValue
, host: str | ConfigValue
) -> DatabricksConnectionConfig
:
(source)
¶
Undocumented
def __init__(self, host:
str | ConfigValue
, cluster_id: str | ConfigValue | None
, token: str | ConfigValue | None
):
(source)
¶
Undocumented
def with_auth(self, token:
str | ConfigValue
, host: str | ConfigValue
) -> DatabricksConnectionConfig
:
(source)
¶
Undocumented