-
Notifications
You must be signed in to change notification settings - Fork 757
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
Support copy
command to load csv/parquet or s3 file into table
#2627
Comments
I think it should be a query semantic in http handler? |
But we need to upload localfile, how could http handler handle this? |
https://docs.snowflake.com/en/sql-reference/sql/put.html |
copy
command to load csv/parquet file into table
copy
command to load csv/parquet file into tablecopy
command to load csv/parquet or s3 file into table
the csv file have to located on the bend-query instance's local filesystem? 🤔 |
how about copy file from a s3 or hdfs path? like:
|
Yes, we can judge the protocol like "s3", "http", "hdfs", "file". I'll implement a base version to support local filesystem. |
Are there any more tasks for this issue? |
Summary
Description for this feature.
support copy command to load csv file into table.
task list:
Reference:
https://www.postgresql.org/docs/13/sql-copy.html
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
https://duckdb.org/docs/sql/statements/copy
The text was updated successfully, but these errors were encountered: