destinations.impl.databricks.factory
databricks Objects
class databricks(Destination[DatabricksClientConfiguration,
"DatabricksClient"])
__init__
def __init__(credentials: t.Union[DatabricksCredentials, t.Dict[str, t.Any],
str] = None,
destination_name: t.Optional[str] = None,
environment: t.Optional[str] = None,
**kwargs: t.Any) -> None
Configure the Databricks destination to use in a pipeline.
All arguments provided here supersede other configuration sources such as environment variables and dlt config files.
Arguments:
credentials
- Credentials to connect to the databricks database. Can be an instance ofDatabricksCredentials
or a connection string in the formatdatabricks://user:password@host:port/database
**kwargs
- Additional arguments passed to the destination config