Skip to content

Process succeeds when importing from fileystem yields empty results #260

Description

@amotl

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions