destinations.impl.databricks.configuration
DatabricksCredentials Objects
@configspec
class DatabricksCredentials(CredentialsConfiguration)
session_configuration
Dict of session parameters that will be passed to databricks.sql.connect
connection_parameters
Additional keyword arguments that are passed to databricks.sql.connect
DatabricksClientConfiguration Objects
@configspec
class DatabricksClientConfiguration(
DestinationClientDwhWithStagingConfiguration)
destination_type
type: ignore[misc]
staging_credentials_name
If set, credentials with given name will be used in copy command
is_staging_external_location
If true, the temporary credentials are not propagated to the COPY command
__str__
def __str__() -> str
Return displayable destination location