Query
Fetch, export, delete and subscribe to data
Last updated
Was this helpful?
Fetch, export, delete and subscribe to data
Last updated
Was this helpful?
/joule/query/{schema}//{table}
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name
standardQuoteAnalyticsStream
Table to trigger data export
quotes
Date time parameter to define point in time to start from.
2022-10-14 17:00:00
Date time parameter to define point in time to go too.
2022-10-14 18:00:00
Page offset to fetch next set of events.
1
Number of events to return.
1000
/joule/export/{schema}//{table}//{type}
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name.
standardQuoteAnalyticsStream
Table to trigger data export upon.
processed
The data export type. Supported types parquet and csv.
parquet
Date time parameter to define point in time to start from.
2022-10-14 17:00:00
Date time parameter to define point in time to go too.
2022-10-14 18:00:00
Place to land export file too
~/quotes.parquet
No body
/joule/delete/{schema}//{table}
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name.
standardQuoteAnalyticsStream
Table to trigger data delete upon.
processed
Date time parameter to define point in time to start from.
2022-10-14 17:00:00
Date time parameter to define point in time to go too.
2022-10-14 18:00:00
No body