-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR that changes the explorer to match the new dataset format. ![image](https://github.com/ml6team/fondant/assets/47530815/233170df-3e75-4949-b26b-f3bfdc5227a9) There is some weird refersh error that is occurring which might get resolved/ will be easier to debug after removing the partitions. Let's focus on first getting this [PR](#677) merged since it might fix the issue
- Loading branch information
1 parent
9d1abed
commit 6a84677
Showing
8 changed files
with
182 additions
and
117 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,6 @@ | |
"partition", | ||
] | ||
|
||
DEFAULT_INDEX_NAME = "id" | ||
|
||
ROWS_TO_RETURN = 20 | ||
ROWS_PER_PAGE = 10 |
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
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
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
Oops, something went wrong.