-
Notifications
You must be signed in to change notification settings - Fork 90
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
Debug #907
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
* feat(datasets): create separate `ibis.FileDataset` Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): deprecate `TableDataset` file I/O Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * feat(datasets): implement `FileDataset` versioning Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): try `os.path.exists`, for Windows Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * revert(datasets): use pathlib, ignore Windows test Refs: b7ff0c7 Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * docs(datasets): add `ibis.FileDataset` to contents Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * feat(datasets)!: expose `load` and `save` publicly Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): remove second filepath assignment Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> --------- Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Update error code in e2e test Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
…#891) * Update PR template with checkbox for core dataset contribution Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> * Fix lint Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> --------- Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
* fix(datasets): default to DuckDB in in-memory mode Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * test(datasets): use `object()` sentinel as default Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * docs(datasets): add default database to RELEASE.md Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> --------- Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
* Add GH action to check for TSC votes on core dataset changes * Ignore TSC vote action in gatekeeper * Trigger TSC vote action only on changes in core dataset --------- Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: Thomas <thomas.dhooghe95@gmail.com> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
* feat(datasets): create separate `ibis.FileDataset` Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): deprecate `TableDataset` file I/O Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * feat(datasets): implement `FileDataset` versioning Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): try `os.path.exists`, for Windows Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * revert(datasets): use pathlib, ignore Windows test Refs: b7ff0c7 Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * docs(datasets): add `ibis.FileDataset` to contents Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): add docstring for `hashable` func Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * feat(datasets)!: expose `load` and `save` publicly Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * chore(datasets): remove second filepath assignment Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> --------- Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: Thomas <thomas.dhooghe95@gmail.com>
…ons to pyproject.toml Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
…atrix Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
…atrix Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
…cd fails on coverage Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: tdhooghe <thomas_dhooghe@mckinsey.com>
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Development notes
Checklist
RELEASE.md
file