What does Atlan crawl from Google GCS
This document provides complete details on the GCS assets and properties that Atlan crawls and maps during the GCS cataloging process. Atlan supports two ingestion modes with different property coverage.
Buckets
Atlan maps buckets from GCS to its GCSBucket
asset type.
Source Property | Atlan Property |
---|---|
Bucket Name | name |
Object Count | gcsObjectCount |
Console URL | sourceURL |
Objects
Atlan maps objects from GCS to its GCSObject
asset type.
Source Property | Atlan Property |
---|---|
Object Name | name |
Object Key | gcsObjectKey |
Object Size (bytes) | gcsObjectSize |
Object updated | sourceUpdatedAt |
Object created | sourceCreatedAt |
Gcs object content type | gcsObjectContentType |
Object URL | sourceURL |
See also
- Set up GCS: Configure GCS permissions and environment
- Crawl GCS assets: Step-by-step guide for setting up GCS crawling