Skip to content

Commit

Permalink
Add support for container types ARRAY, OBJECT, and FLOAT_VECTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 21, 2023
1 parent 2b20640 commit 558922f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions target_cratedb/tests/test_standard_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

from target_cratedb.connector import CrateDBConnector
from target_cratedb.sqlalchemy.patch import polyfill_refresh_after_dml_engine
from target_cratedb.sqlalchemy.vector import FloatVector
from target_cratedb.target import TargetCrateDB

try:
Expand Down Expand Up @@ -427,9 +428,6 @@ def test_array_float_vector(cratedb_target, helper):
"value": [1.1, 2.1, 1.1, 1.3],
}
helper.verify_data("array_float_vector", 3, "id", row)

from target_cratedb.sqlalchemy.vector import FloatVector

helper.verify_schema(
"array_float_vector",
check_columns={
Expand Down

0 comments on commit 558922f

Please sign in to comment.