Skip to content

Commit

Permalink
rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Aug 9, 2022
1 parent 4b73912 commit 028bdfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ definitions:
datetime: "2022-08-01T00:00:00.0Z"
datetime_format: "%Y-%m-%dT%H:%M:%S.%f%z"
step: "10000d"
cursor_field: "{{ options.cursor_field }}"
cursor_field: "{{ options.stream_cursor_field }}"
start_time_option:
field_name: "start_time"
inject_into: "request_parameter"
Expand Down Expand Up @@ -205,6 +205,7 @@ streams:
$options:
name: "global_suppressions"
primary_key: "email"
stream_cursor_field: "created"
schema_loader:
$ref: "*ref(definitions.schema_loader)"
retriever:
Expand Down

0 comments on commit 028bdfb

Please sign in to comment.