sycamore icon indicating copy to clipboard operation
sycamore copied to clipboard

When parameter's type is incorrect, print the type of the parameter, not its value

Open rbpasker opened this issue 6 months ago • 1 comments

should be ), f"Wrong kind of query parameters found: {type(query_params)}"

https://github.com/aryn-ai/sycamore/blob/b4fc331e82ed5a7f693945d6b5e294c95ccbd98d/lib/sycamore/sycamore/connectors/duckdb/duckdb_reader.py#L37

rbpasker avatar Jul 29 '24 17:07 rbpasker