Skip to content

Commit

Permalink
Log the incremental value used
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Dec 19, 2024
1 parent 82c7b02 commit d3bfcba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def import_data_activity_sync(inputs: ImportDataActivityInputs):
schema.sync_type_config.get("incremental_field_type"),
)

if schema.is_incremental:
logger.debug(f"Incremental last value being used is: {processed_incremental_last_value}")

source = None
if model.pipeline.source_type == ExternalDataSource.Type.STRIPE:
from posthog.temporal.data_imports.pipelines.stripe import stripe_source
Expand Down

0 comments on commit d3bfcba

Please sign in to comment.