Skip to content

Commit

Permalink
use stream_partition instead of stream_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev committed May 12, 2024
1 parent 5e1eebd commit 8a55445
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ definitions:
fields:
- path:
- strategy
value: "{{ stream_slice.strategy }}"
value: "{{ stream_partition.strategy }}"
schema_loader:
type: InlineSchemaLoader
schema:
$ref: "#/schemas/pagespeed"
base_requester:
type: HttpRequester
url_base: https://www.googleapis.com/pagespeedonline/v5/
url_base: https://www.googleapis.com/pagespeedonline/v5

streams:
- $ref: "#/definitions/streams/pagespeed"
Expand Down

0 comments on commit 8a55445

Please sign in to comment.