-
Notifications
You must be signed in to change notification settings - Fork 25
Bootstrap CDC backfill CLI e2e tests #115
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
Conversation
| // given | ||
| Config connectorConfig = createConnectorConfigs("sample-001.csv"); | ||
| connector.configure(connectorConfig, true, true); | ||
| connector.init(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we removing this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in DSBulk, the init() is responsible for calculating the directory/file structure of the exported table so the init should happen lazily. I moved it to when the actual import is called - will add unit tests for it. Alternatively I can keep it here and just inject a factory class into the importer.
d9eb832 to
67349b4
Compare
This patch is setup the first backfill e2e test. What's remaining: