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
physical_destination
def physical_destination() -> str
Returns the host part of the connection URL.
can_join_with
def can_join_with(other: DestinationClientConfiguration) -> bool
Weaviate does not support dlt SQL joins.