UNLOAD
from a data warehouse, which can directly send event rows to S3 in the required format. Note that the following instructions are for our S3 integration, but the GCS integration is similar.
.jsonl
(new line delimited JSON) as well as csv
formats.properties
dictionary.id
but should map to Orb’s idempotency_key
)s3:ObjectCreated:*
event type which can be configured via the AWS Console. Note that this SQS queue should be in the same region as the bucket, so Orb will provide a provisioned SQS ARN once the bucket region is known.
events/2024/01/15/
, raw-data/billing-events/
, or no prefix at all).
The only consideration is when configuring your S3 Event Notifications - if you specify a prefix filter in your event notification configuration, make sure it aligns with where your event files will be placed in the bucket.