Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/verified-sources/stripe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jun 26, 2024
1 parent 94a8994 commit 782ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/verified-sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ verified source.
```
> For subsequent runs, the dlt module sets the previous "end_date" as "initial_start_date", ensuring incremental data retrieval.

1. To load data created after December 31, 2022, adjust the data range for stripe_source to prevent redundant loading. For `incremental_stripe_source`, the initial_start_date will auto-update to the last loaded date from the previous run.
1. To load data created after December 31, 2022, adjust the data range for stripe_source to prevent redundant loading. For `incremental_stripe_source`, the `initial_start_date` will auto-update to the last loaded date from the previous run.

```py
source_single = stripe_source(
Expand Down

0 comments on commit 782ab20

Please sign in to comment.