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

Make Duckplyr_df from csv more generic so it can be from json, parquet, csv et.c #32

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

Tmonster
Copy link
Contributor

@Tmonster Tmonster commented Jun 6, 2023

Don't merge until duckdb/duckdb#7823 is merged.

DuckDB relational api now exposes all table functions so if the user can specify the function and options that might be nicer. Then we don't have to update dplyr every time duckdb adds a new table function.

the query from duckdb_functions() where function_type like '%table%' and (function_name like '%read%' or function_name like '%scan%'); in duckdb shows that there are a number of functions that could be used to read different file formats, (namely json, csv, parquet).

Open to different ideas/implementations for this.

@krlmlr krlmlr merged commit a787d2a into duckdblabs:main Jun 6, 2023
5 checks passed
@krlmlr
Copy link
Collaborator

krlmlr commented Jun 6, 2023

Thanks! Merging is fine at this stage, it's not accessed by any tests or anything.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants