16 lines
557 B
YAML
16 lines
557 B
YAML
|
|
streams:
|
||
|
|
example-stream:
|
||
|
|
stream_name: example-stream
|
||
|
|
cosmos_database_id: some-database-in-yml-file
|
||
|
|
cosmos_container_name: a-container
|
||
|
|
cutoff_timestamp:
|
||
|
|
postgres_database: some-database-in-yml-file
|
||
|
|
postgres_schema_name: some-schema-name
|
||
|
|
another-example-stream:
|
||
|
|
stream_name: another-example-stream
|
||
|
|
cosmos_database_id: some-database-in-yml-file
|
||
|
|
cosmos_container_name: a-container
|
||
|
|
cutoff_timestamp: 2024-08-13T09:52:43+0000
|
||
|
|
postgres_database: some-database-in-yml-file
|
||
|
|
postgres_schema_name: some-schema-name
|