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

CREATE STAGE #2976

Closed
1 task done
Tracked by #3429
BohuTANG opened this issue Nov 23, 2021 · 1 comment
Closed
1 task done
Tracked by #3429

CREATE STAGE #2976

BohuTANG opened this issue Nov 23, 2021 · 1 comment
Assignees
Labels
A-query Area: databend query C-feature Category: feature prio: high High priority

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Nov 23, 2021

Summary

Same as snowflake stage:

Internal stage: Stores data files internally within Snowflake
External stage: References data files stored in a location outside of Snowflake, like Amazon S3 buckets

Statement:

CREATE STAGE <stage_name>
[URL = 's3://bucket[/path/]']
CREDENTIALS = ( AWS_KEY_ID = 'string' AWS_SECRET_KEY = 'string' ] )
ENCRYPTION = (MASTER_KEY = 'string')

Tasks:

@BohuTANG BohuTANG self-assigned this Nov 23, 2021
@BohuTANG BohuTANG added A-databend-cloud A-query Area: databend query C-feature Category: feature labels Nov 23, 2021
@BohuTANG BohuTANG added the prio: high High priority label Dec 1, 2021
This was referenced Dec 1, 2021
@BohuTANG BohuTANG mentioned this issue Dec 13, 2021
7 tasks
@BohuTANG
Copy link
Member Author

This need #3575 done, stage needs the DAL api when reading files from s3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature prio: high High priority
Projects
None yet
Development

No branches or pull requests

1 participant