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

Add column selection #6

Open
dacort opened this issue Mar 5, 2023 · 1 comment
Open

Add column selection #6

dacort opened this issue Mar 5, 2023 · 1 comment

Comments

@dacort
Copy link
Owner

dacort commented Mar 5, 2023

By default, we do a SELECT * to query Athena.

DuckDB can send the projected columns to the extension, which is what the postgres scanner does. We should do similar.

@dacort
Copy link
Owner Author

dacort commented Mar 5, 2023

Unfortunately, DuckDB just sends the ids of the projected columns. So we'll have to either maintain the list of columns in a local cache (since we look them up via the Glue Data Catalog) or query the GDC to get the list of columns again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant