Skip to content

Commit

Permalink
Update naming convention path
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Nov 14, 2023
1 parent 25202d1 commit b8f9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/destinations/impl/weaviate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def capabilities() -> DestinationCapabilitiesContext:
caps.max_text_data_type_length = 8 * 1024 * 1024
caps.is_max_text_data_type_length_in_bytes = False
caps.supports_ddl_transactions = False
caps.naming_convention = "dlt.destinations.weaviate.naming"
caps.naming_convention = "dlt.destinations.impl.weaviate.naming"

return caps

0 comments on commit b8f9d97

Please sign in to comment.