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

feature(query): copy into stage support #5579

Merged
merged 7 commits into from
May 26, 2022

Conversation

sundy-li
Copy link
Member

@sundy-li sundy-li commented May 25, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

Changelog

  • New Feature

Related Issues

Fixes #4498

@vercel
Copy link

vercel bot commented May 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview May 26, 2022 at 3:45AM (UTC)

@mergify
Copy link
Contributor

mergify bot commented May 25, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label May 25, 2022
Copy link
Member

@BohuTANG BohuTANG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

LGTM

@BohuTANG BohuTANG merged commit ff483cb into databendlabs:main May 26, 2022
@BohuTANG
Copy link
Member

@soyeric128
Copy link
Collaborator

We add a new feature: unloading data into s3.
There is a demo https://github.com/datafuselabs/databend/pull/5579/files#diff-7c8278d52ae4ed2008a0098db05b1f085394cab7c01888a7fb71435d7b2e354f
cc @soyeric128

Hi @BohuTANG,

Do we support unloading into all of the three places, internalStage | externalStage | externalLocation as the syntax shows in #4498 ? Or the external stage only as indicated in the demo above?

@BohuTANG
Copy link
Member

Hi @soyeric128
Yes, we support three.

@soyeric128
Copy link
Collaborator

Hi @soyeric128
Yes, we support three.

Thanks for the reply. I just created a PR to add a file describing the command "COPY INTO location".

  • Most of the parameter description is from the "COPY INTO table" page.
  • I used the test script in the demo you provided as the example.

Please help review the page and let me know if any comments, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unloading data into stage
4 participants