-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: ROOT-11: Support reading JSONL from source cloud storages #7555
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
Merged
Merged
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
3d23bf8
feat: ROOT-1: Add offset to storage link model to support storage lin…
matt-bernstein 9e2a7bb
review comments
matt-bernstein 2cbcb41
remove whitespace
matt-bernstein 3de9ffb
update comment
matt-bernstein dc423d0
Sync Follow Merge dependencies
matt-bernstein ad6a221
Merge branch 'develop' into 'fb-ROOT-1'
matt-bernstein 411940c
feat: ROOT-9: Allow reading multiple tasks from a JSON file in source…
matt-bernstein f37b8af
update comment
matt-bernstein cfbb076
update storagelink creation
matt-bernstein d3c02d9
fix DM action
matt-bernstein 1033d26
blue
matt-bernstein c18d792
Merge remote-tracking branch 'origin/develop' into fb-ROOT-9
matt-bernstein 4e75268
udpate test
matt-bernstein b629817
futureproof create method
matt-bernstein 8f9d6e8
Sync Follow Merge dependencies
matt-bernstein b0c25a7
Merge branch 'develop' into 'fb-ROOT-9'
matt-bernstein 5714e98
Sync Follow Merge dependencies
matt-bernstein 027ad73
Merge remote-tracking branch 'origin/develop' into fb-ROOT-9
matt-bernstein 85e7b0a
Sync Follow Merge dependencies
matt-bernstein f6841e3
make row_index=none default
matt-bernstein 810ba62
get_data return type
matt-bernstein 8b41a3d
blue
matt-bernstein 3ae1230
test new model fields
matt-bernstein 7cb8e9c
feat: ROOT-11: Support reading JSONL from source cloud storages
matt-bernstein 36e181e
split out repeated json parsing logic from import storages
matt-bernstein 015a2f7
Apply pre-commit linters
robot-ci-heartex aa51131
add to settings
matt-bernstein 8c45515
comment
matt-bernstein 6948285
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein fbe800f
add pyarrow lib
matt-bernstein e89639d
cleanup GCS utils
matt-bernstein 364ccfb
Sync Follow Merge dependencies
matt-bernstein e0364b4
Merge branch 'develop' into 'fb-ROOT-11'
matt-bernstein 2dcbca3
fix gcs
matt-bernstein c45fbfd
organize import
matt-bernstein 515228e
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein 64ac978
handle localfiles
matt-bernstein fecf18e
remove unused TaskValidationError
matt-bernstein f219f21
add jsonl; compute row_idx and row_group in get_data instead of after…
matt-bernstein 606fa1f
don't pass storage class name
matt-bernstein e62cbc6
more permissive parsing
matt-bernstein 1d4cc49
fix recursion
matt-bernstein bb42c08
structured return type for get_data
matt-bernstein 2d9bafe
ruff
matt-bernstein b79b886
string fmt
matt-bernstein 5cb81f6
string fmt
matt-bernstein 93104db
remove comment
matt-bernstein 773413d
remove option
matt-bernstein f604b81
bugfix
matt-bernstein f4c7d38
change structured type, add tests
matt-bernstein 92e14fc
wip fix ff mocking
matt-bernstein 384bc3f
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein 065b6a3
wip convert to pytest
matt-bernstein 561c446
regen lockfile
jombooth 2000629
fix tests
matt-bernstein 78fbdd4
place django_db mark at file level
jombooth 882c08a
handle None
matt-bernstein cf0c0d3
wip mock ffs
matt-bernstein bae6ae1
ensure blob_str enters as bytes
matt-bernstein 9001423
add debug log, fix azure test
matt-bernstein 10e9725
fix imputed field in task from other tasks in file
matt-bernstein 39e4178
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein 2109679
fix redis
matt-bernstein 3f065f5
fix mixed task formats and tests
matt-bernstein 2806f0c
Apply pre-commit linters
robot-ci-heartex 2aef19e
fix docstring
matt-bernstein 1e82dd6
rename symbols
matt-bernstein c15d15e
add comment
matt-bernstein d58650b
remove comment
matt-bernstein a50ffe9
update min version
matt-bernstein 9bd9639
rename
matt-bernstein b1aae02
defensive fix
matt-bernstein bd189df
Apply pre-commit linters
robot-ci-heartex 2a3c07f
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein 933b27e
lockfile
matt-bernstein 0cb56ec
Sync Follow Merge dependencies
matt-bernstein 50726af
Merge branch 'develop' into 'fb-ROOT-11'
matt-bernstein 885da86
Sync Follow Merge dependencies
matt-bernstein 966ba88
Merge branch 'develop' into 'fb-ROOT-11'
matt-bernstein 6320d8a
add some debugging prints
jombooth 8f9dee8
more logging, add close call
jombooth b2484af
more logging
jombooth f2665f9
Revert "more logging"
jombooth 6a5b397
Revert "more logging, add close call"
jombooth a8a1c22
Revert "add some debugging prints"
jombooth 3d3c8e4
manually toggle logging FF
matt-bernstein 80b3492
conditionally skip test
matt-bernstein 77c3f27
Revert "manually toggle logging FF"
matt-bernstein dff2f12
Merge remote-tracking branch 'origin/develop' into fb-ROOT-11
matt-bernstein 046f897
Sync Follow Merge dependencies
matt-bernstein File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.