Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File CDK: add start_date config option #28136

Closed
clnoll opened this issue Jul 11, 2023 · 1 comment · Fixed by #28845
Closed

File CDK: add start_date config option #28136

clnoll opened this issue Jul 11, 2023 · 1 comment · Fixed by #28845

Comments

@clnoll
Copy link
Contributor

clnoll commented Jul 11, 2023

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.

@brianjlai
Copy link
Contributor

brianjlai commented Jul 11, 2023

Additional notes: this should be pretty straightforward to add in and the InMemoryFilesSource has a sample Pydantic field defined that I was using for testing. It should hopefully be as simple as adding a new field to the AbstractFileBasedSpec which is part of this PR: https://github.com/airbytehq/airbyte/pull/28139/files#diff-350520aab49a744e977546bc24f69c609e1564e3078839395d0394d86d6d0d47R15-R27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants