-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds case insensitive naming convention to weaviate, handles property conflicts + tests * fixes wrong prop name in aws credentials docs * defines and tests merging behavior for tables and columns, removes adding default hints * pass the hints to database engine when adding columns * fixes tests * updates weaviate doc * review fixes
- Loading branch information
Showing
40 changed files
with
1,140 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from dlt.common.schema.typing import TSchemaUpdate, TSchemaTables, TTableSchema, TStoredSchema, TTableSchemaColumns, TColumnHint, TColumnSchema, TColumnSchemaBase # noqa: F401 | ||
from dlt.common.schema.typing import COLUMN_HINTS # noqa: F401 | ||
from dlt.common.schema.schema import Schema # noqa: F401 | ||
from dlt.common.schema.utils import add_missing_hints, verify_schema_hash # noqa: F401 | ||
from dlt.common.schema.utils import verify_schema_hash # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.