Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Feb 5, 2025
1 parent 904b249 commit a17dcbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class S3DataLakeSpecification :
@get:JsonSchemaInject(json = """{"order":4}""") override val s3Endpoint: String? = null

@get:JsonSchemaDescription(
"""The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, Must include the storage protocol (such as "s3://" for Amazon S3)."""
"""The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3)."""
)
@get:JsonSchemaInject(
json =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"warehouse_location" : {
"type" : "string",
"description" : "The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, Must include the storage protocol (such as \"s3://\" for Amazon S3).",
"description" : "The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as \"s3://\" for Amazon S3).",
"title" : "Warehouse Location",
"examples" : [ "s3://your-bucket/path/to/store/files/in" ],
"always_show" : true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"warehouse_location" : {
"type" : "string",
"description" : "The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, Must include the storage protocol (such as \"s3://\" for Amazon S3).",
"description" : "The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as \"s3://\" for Amazon S3).",
"title" : "Warehouse Location",
"examples" : [ "s3://your-bucket/path/to/store/files/in" ],
"always_show" : true,
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/s3-data-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:::caution

This connector is in early access, and should be used for production workloads.
This connector is in early access, and should not be used for production workloads.

We're interested in hearing about your experience! See [Github](https://github.com/airbytehq/airbyte/discussions/50404)
for more information on joining the beta.
Expand Down

0 comments on commit a17dcbd

Please sign in to comment.