dlt.destinations.impl.weaviate.configuration
WeaviateCredentials Objects
@configspec
class WeaviateCredentials(CredentialsConfiguration)
__str__
def __str__() -> str
Used to display user friendly data location
WeaviateClientConfiguration Objects
@configspec
class WeaviateClientConfiguration(DestinationClientDwhConfiguration)
destination_type
type: ignore[misc]
fingerprint
def fingerprint() -> str
Returns a fingerprint of the connection host.
physical_location
def physical_location() -> str
Returns the host part of the connection URL.
can_read_from
def can_read_from(other: DestinationClientConfiguration) -> bool
Weaviate does not support dlt SQL joins.