Skip to content

Commit

Permalink
fix: Typo in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Jun 20, 2024
1 parent cb8223b commit 451eaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/batch_exports/snowflake_batch_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ async def flush_to_snowflake(
interval_end=inputs.data_interval_end,
exclude_events=inputs.exclude_events,
include_events=inputs.include_events,
destination_destination_default_fields=snowflake_default_fields(),
destination_default_fields=snowflake_default_fields(),
is_backfill=inputs.is_backfill,
)
first_record_batch, record_iterator = await apeek_first_and_rewind(record_iterator)
Expand Down

0 comments on commit 451eaf6

Please sign in to comment.