-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CREATE OR REPLACE STREAM IF NOT EXISTS postal_snapshot_oslo_stream_v2 ( | ||
messagekey varchar KEY, | ||
headers ARRAY<STRUCT<key STRING, value BYTES>> HEADERS, | ||
`@context` varchar, | ||
`@type` varchar, | ||
identificator STRUCT<id varchar, naamruimte varchar, objectId varchar, versieId varchar>, | ||
gemeente STRUCT<objectId varchar, detail varchar, gemeentenaam STRUCT<geografischenaam STRUCT<spelling varchar, taal varchar>>>, | ||
postnamen Array<STRUCT<geografischeNaam STRUCT<spelling varchar, taal varchar>>>, | ||
postInfoStatus varchar) | ||
WITH (KAFKA_TOPIC='postal.snapshot.oslo', VALUE_FORMAT='JSON'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters