You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new file-based CDK does not offer the start_date configuration option, but it seems particularly useful and will also give us backwards compatibility with the existing S3 connector.
When start_date is set, we should only sync files whose last_modified is equal to or greater than that date.
The text was updated successfully, but these errors were encountered:
The new file-based CDK does not offer the
start_date
configuration option, but it seems particularly useful and will also give us backwards compatibility with the existing S3 connector.When
start_date
is set, we should only sync files whoselast_modified
is equal to or greater than that date.The text was updated successfully, but these errors were encountered: