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

Add docs for load #3183

Merged
merged 1 commit into from
Dec 1, 2021
Merged

Add docs for load #3183

merged 1 commit into from
Dec 1, 2021

Conversation

sundy-li
Copy link
Member

@sundy-li sundy-li commented Dec 1, 2021

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

Summary

Summary about this PR

Changelog

  • Documentation

Related Issues

Fixes #3181

Test Plan

Unit Tests

Stateless Tests

@databend-bot
Copy link
Member

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.

1 similar comment
@databend-bot
Copy link
Member

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.

@BohuTANG
Copy link
Member

BohuTANG commented Dec 1, 2021

/lgtm

@ZhiHanZ
Copy link
Collaborator

ZhiHanZ commented Dec 1, 2021

Do we plan to support cloud provider parameters such as add credentials to copy from external S3 storage?
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html#additional-cloud-provider-parameters

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2021

Codecov Report

Merging #3183 (b6383d8) into main (37aa878) will increase coverage by 0%.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #3183   +/-   ##
=====================================
  Coverage     66%     66%           
=====================================
  Files        673     673           
  Lines      35671   35671           
=====================================
+ Hits       23849   23856    +7     
+ Misses     11822   11815    -7     
Impacted Files Coverage Δ
query/src/sql/sql_parser_test.rs 79% <100%> (ø)
metasrv/src/meta_service/meta_service_impl.rs 76% <0%> (-1%) ⬇️
query/src/clusters/cluster.rs 53% <0%> (-1%) ⬇️
common/management/src/cluster/cluster_mgr.rs 81% <0%> (+1%) ⬆️
metasrv/src/store/meta_raft_store.rs 78% <0%> (+2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37aa878...b6383d8. Read the comment docs.

@databend-bot
Copy link
Member

Wait for another reviewer approval

@BohuTANG BohuTANG merged commit 47b691b into databendlabs:main Dec 1, 2021
@BohuTANG
Copy link
Member

BohuTANG commented Dec 1, 2021

Do we plan to support cloud provider parameters such as add credentials to copy from external S3 storage? https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html#additional-cloud-provider-parameters

Sure, more tasks going on it, like:
#2976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document Loading Data into Databend
5 participants