Hi, I've been trying to get this going inside the python:3.6 docker container. I got an exception in interactive poking around with the version installed from pip (0.4.0), so I cloned the latest ...
tl;dr: Rust SDK's Connection::create_empty does not support setting embedding columns. It purely uses TableDefinition::new_from_schema(schema) which marks each column as physical. The Python SDK does ...