destinations.impl.dremio.factory
dremio Objects
class dremio(Destination[DremioClientConfiguration, "DremioClient"])
__init__
def __init__(credentials: t.Union[DremioCredentials, t.Dict[str, t.Any],
str] = None,
staging_data_source: str = None,
destination_name: t.Optional[str] = None,
environment: t.Optional[str] = None,
**kwargs: t.Any) -> None
Configure the Dremio 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 dremio database. Can be an instance ofDremioCredentials
or a connection string in the formatdremio://user:password@host:port/database
staging_data_source
- The name of the "Object Storage" data source in Dremio containing the s3 bucket