-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add KafkaBatchPublisher #19
Commits on Oct 3, 2024
-
feat: add kafka-ui service so I can see what goes on
Also: - reshaped some data so that type checker stops complaining
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 2da9db5 - Browse repository at this point
Copy the full SHA 2da9db5View commit details -
test: separate batch from stream writer
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for aeaed3d - Browse repository at this point
Copy the full SHA aeaed3dView commit details -
feat: add chispa pkg for easy spark DF comparisons
See: https://github.com/MrPowers/chispa Also: - cleanup pytest log output
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for c558638 - Browse repository at this point
Copy the full SHA c558638View commit details -
feat(kafkaWriter): add batch publisher
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 03457fe - Browse repository at this point
Copy the full SHA 03457feView commit details -
test(kafkaWriter): add tests for batch publisher
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for bf8c9e8 - Browse repository at this point
Copy the full SHA bf8c9e8View commit details -
chore: ignore mypy warning for dev dependency "chispa"
Chispa doesn't have stubs or py.typed marker. Mypy throws error for that. This seems unnecessarily strict for a package that is just used for comparing dataframes in unit testing. This commit disables the behavior for this specific package.
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for a96f6a2 - Browse repository at this point
Copy the full SHA a96f6a2View commit details -
fix: check if Kafka columns in writer are *exactly* {key, value}
Co-authored-by: Reza Khanipour <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33ce26e - Browse repository at this point
Copy the full SHA 33ce26eView commit details -
Co-authored-by: Reza Khanipour <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d148db7 - Browse repository at this point
Copy the full SHA d148db7View commit details -
chore: add explanation to pytest flags
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 63a2851 - Browse repository at this point
Copy the full SHA 63a2851View commit details -
chore: add logging to some tests
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for c108e70 - Browse repository at this point
Copy the full SHA c108e70View commit details -
Federico Zambelli committed
Oct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 7791ae0 - Browse repository at this point
Copy the full SHA 7791ae0View commit details -
chore: add script to remove unused containers
Federico Zambelli committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for f992d87 - Browse repository at this point
Copy the full SHA f992d87View commit details