Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve Dremio destination #1199

Open
rudolfix opened this issue Apr 8, 2024 · 0 comments
Open

improve Dremio destination #1199

rudolfix opened this issue Apr 8, 2024 · 0 comments
Labels
destination Issue related to new destinations enhancement New feature or request

Comments

@rudolfix
Copy link
Collaborator

rudolfix commented Apr 8, 2024

Following items are left or improving over #1026

    • add gcp and azure storage
    • prevent NOT NULL in ALTER TABLE (Dremio ignores nullability)
    • using a sentinel table for destinations that have no schemas/datasets actually makes sense. we do that for vector databases. we also support empty dataset names so tables are not prefixed (not sure it applies here after all)
    • we can implement dremio adapter to expose all the partition/clustering/retention features (some are implemented but adapters let users to add the hints conveniently to the resources)
    • I'd like to test a wider selection of destination data source types in Dremio. We are somewhat hamstrung by the lack of CREATE SCHEMA support, which is why the CI tests run against a "NAS" (really local file system). I know that Dremio does support CREATE FOLDER sql statements for Nessie catalogs, so Nessie might be next logical thing to add to the testing pipelines as it should be possible to get all the tests passing against it. It might also be worth running a subset of the tests that don't require CREATE SCHEMA against a Hive Metastore data source.
    • I can foresee that we may want to expose a "path_prefix" config option to build tables at arbitrarily nested levels in a folder structure.
@rudolfix rudolfix added enhancement New feature or request destination Issue related to new destinations labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
destination Issue related to new destinations enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant