-
-
Notifications
You must be signed in to change notification settings - Fork 370
fix(ci): add Pydantic V1 to tests in CI - Fixes #1446 #2006
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
base: main
Are you sure you want to change the base?
fix(ci): add Pydantic V1 to tests in CI - Fixes #1446 #2006
Conversation
7ff798c to
d947876
Compare
|
This PR is a continuation of #1447 to fix #1446. I do have a couple of queries and improvements in mind but wanted to go with the bare minimum to fix the bug. I do have an alternative implementation in mind where we can have a What are your thoughts on this @cosmicBboy? |
- Implement tests for the integration between PySpark and Pydantic. - Create sample schema models and validate data using Pydantic. Signed-off-by: Ezequiel Leonardo Castaño <[email protected]>
d947876 to
b0cb60f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2006 +/- ##
===========================================
- Coverage 94.28% 20.65% -73.63%
===========================================
Files 91 135 +44
Lines 7013 10557 +3544
===========================================
- Hits 6612 2181 -4431
- Misses 401 8376 +7975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: cosmicBboy <[email protected]>
* Delete foo.txt Signed-off-by: Deepyaman Datta <[email protected]> * Delete new_example.py Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
…s#2015) * Fix typehint in unique_values_eq Signed-off-by: Ahmet Zamanis <[email protected]> * Fix typo in unique_values_eq docstring Signed-off-by: Ahmet Zamanis <[email protected]> --------- Signed-off-by: Ahmet Zamanis <[email protected]>
- Set `spark.sql.ansi.enabled` to False in Spark session fixtures to prevent SQL compatibility issues during tests. Signed-off-by: Ezequiel Leonardo Castaño <[email protected]>
No description provided.