Skip to content

Commit

Permalink
Merge pull request #7514 from SimeonBrazeSA/patch-6
Browse files Browse the repository at this point in the history
Update event_delivery_semantics.md
  • Loading branch information
josh-mccrowell-braze authored Jun 13, 2024
2 parents 08b0ce9 + e3dc82f commit 79e1a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Currents will never write empty files.

### Avro schema changes

From time to time, Braze may make changes to the Avro schema when fields are added, changed, or removed. For our purposes here, there are two types of changes: breaking and non-breaking. In all cases, the `<schema-id>` will be advanced to indicate the schema was updated.
From time to time, Braze may make changes to the Avro schema when fields are added, changed, or removed. For our purposes here, there are two types of changes: breaking and non-breaking. In all cases, the `<schema-id>` will be advanced to indicate the schema was updated. Currents events written to Azure Blob Storage, Google Cloud Storage, and Amazon S3 will write the `<schema-id>` in the path. For example `<your-bucket-name0>/<currents-integration-id>/<event-type>/<date-of-event>/<schema-id>/<environment>/<avro-file>`.

#### Non-breaking changes

Expand Down

0 comments on commit 79e1a33

Please sign in to comment.