Hi there. We just did some basic user testing and discovered a little flaw. With the following incantation, the transfer process succeeds, while I think it should fail because the source file foo/bar/baz.csv does not exist.
docker run --rm --publish 4566:4566 docker.io/floci/floci:latest
omniload ingest \
--source-uri 's3://?endpoint_url=http://localhost:4566&access_key_id=test&secret_access_key=test' \
--source-table 'foo/bar/baz.csv' \
--dest-uri 'duckdb:///example.db' \
--dest-table 'testdrive.test'
Hi there. We just did some basic user testing and discovered a little flaw. With the following incantation, the transfer process succeeds, while I think it should fail because the source file
foo/bar/baz.csvdoes not exist.