-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[MAINTENANCE] Sqlite integration testing #10657
Conversation
✅ Deploy Preview for niobium-lead-7998 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #10657 +/- ##
===========================================
+ Coverage 80.37% 80.45% +0.07%
===========================================
Files 463 462 -1
Lines 40113 40098 -15
===========================================
+ Hits 32240 32259 +19
+ Misses 7873 7839 -34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM!
data: pd.DataFrame, | ||
extra_data: Mapping[str, pd.DataFrame], | ||
) -> BatchTestSetup: | ||
tmp_path = request.getfixturevalue("tmp_path") |
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.
I didn't know we could run fixtures this way.
NOTE: sqlite won't let us prefix table names with
sqlite
(we previously prefixed table names with the config's label, i.e. the datasource type). The datasource type didn't seem add any extra data (like if I'm looking at a table in snowflake, I probably know it's a snowflake table), so I just removed that from the table name.invoke lint
(usesruff format
+ruff check
)For more information about contributing, visit our community resources.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!