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 UX of duckdb functions like read_parquet #501

Closed
JelteF opened this issue Dec 18, 2024 · 1 comment
Closed

Improve UX of duckdb functions like read_parquet #501

JelteF opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JelteF
Copy link
Collaborator

JelteF commented Dec 18, 2024

Description

Currently we need to describe all the columns of a parquet file inside a query using the AS (...) construct:

SELECT count(*), name
FROM read_parquet('s3://bucket/file.parquet') AS (name text)

This can be quite a hassle if there are lots of columns, especially when running exploratory queries. We should improve this UX.

@JelteF JelteF added the enhancement New feature or request label Dec 18, 2024
@JelteF JelteF added this to the 0.3.0 milestone Dec 18, 2024
@JelteF JelteF self-assigned this Dec 18, 2024
@JelteF
Copy link
Collaborator Author

JelteF commented Jan 28, 2025

Fixed by #531

@JelteF JelteF closed this as completed Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant