Update docs/en/engines/table-engines/integrations/deltalake.md

This commit is contained in:
Dan Roscigno 2023-01-11 07:38:41 -05:00 committed by GitHub
parent 75c04945bd
commit 21573028ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ CREATE TABLE deltalake
**Engine parameters**
- `path` — Bucket url with path to the existing Delta Lake table.
- `url` — Bucket url with path to the existing Delta Lake table.
- `aws_access_key_id`, `aws_secret_access_key` - Long-term credentials for the [AWS](https://aws.amazon.com/) account user. You can use these to authenticate your requests. Parameter is optional. If credentials are not specified, they are used from the configuration file. For more information see [Using S3 for Data Storage](../mergetree-family/mergetree.md#table_engine-mergetree-s3).
**Example**