things kinda work
This commit is contained in:
parent
c38ce5cfe6
commit
7eb697fecd
10 changed files with 342 additions and 29 deletions
15
example-streams.yml
Normal file
15
example-streams.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue