Minor: Added the Supported File types for GCS Storage (#16184)

This commit is contained in:
Prajwal214 2024-05-09 11:14:40 +05:30 committed by GitHub
parent e159dc3392
commit eaf066312a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,8 @@ In any other connector, extracting metadata happens automatically. In this case,
metadata from buckets, but in order to understand their internal structure we need users to provide an `openmetadata.json`
file at the bucket root.
`Supported File Formats: [ "csv", "tsv", "avro", "parquet", "json", "json.gz", "json.zip" ]`
You can learn more about this [here](/connectors/storage). Keep reading for an example on the shape of the manifest file.
{% partial file="/v1.3/connectors/storage/manifest.md" /%}

View File

@ -42,6 +42,8 @@ In any other connector, extracting metadata happens automatically. In this case,
metadata from buckets, but in order to understand their internal structure we need users to provide an `openmetadata.json`
file at the bucket root.
`Supported File Formats: [ "csv", "tsv", "avro", "parquet", "json", "json.gz", "json.zip" ]`
You can learn more about this [here](/connectors/storage). Keep reading for an example on the shape of the manifest file.
{% partial file="/v1.3/connectors/storage/manifest.md" /%}

View File

@ -39,6 +39,8 @@ In any other connector, extracting metadata happens automatically. In this case,
metadata from buckets, but in order to understand their internal structure we need users to provide an `openmetadata.json`
file at the bucket root.
`Supported File Formats: [ "csv", "tsv", "avro", "parquet", "json", "json.gz", "json.zip" ]`
You can learn more about this [here](/connectors/storage). Keep reading for an example on the shape of the manifest file.
{% partial file="/v1.4/connectors/storage/manifest.md" /%}

View File

@ -42,6 +42,8 @@ In any other connector, extracting metadata happens automatically. In this case,
metadata from buckets, but in order to understand their internal structure we need users to provide an `openmetadata.json`
file at the bucket root.
`Supported File Formats: [ "csv", "tsv", "avro", "parquet", "json", "json.gz", "json.zip" ]`
You can learn more about this [here](/connectors/storage). Keep reading for an example on the shape of the manifest file.
{% partial file="/v1.4/connectors/storage/manifest.md" /%}