-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feat background task nf #765
Merged
Merged
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
nazarfil
force-pushed
the
feat-background_task-nf
branch
6 times, most recently
from
July 10, 2024 14:04
14857c0
to
41b9015
Compare
wip: adding tests |
nazarfil
force-pushed
the
feat-background_task-nf
branch
from
July 12, 2024 08:18
e15438d
to
2f8e666
Compare
nazarfil
force-pushed
the
feat-background_q_dataset-nf
branch
from
July 12, 2024 08:18
6950da9
to
3770808
Compare
nazarfil
force-pushed
the
feat-background_q_dataset-nf
branch
from
July 12, 2024 08:53
3770808
to
eb337b6
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
3 times, most recently
from
July 12, 2024 09:05
f5a9e31
to
da4c070
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
2 times, most recently
from
July 15, 2024 08:09
d8bda21
to
4d51db1
Compare
qgerome
reviewed
Jul 15, 2024
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'd add the metadata object directly on the DatasetVersionFile
in the graphql schema
qgerome
requested changes
Jul 16, 2024
nazarfil
force-pushed
the
feat-background_task-nf
branch
2 times, most recently
from
July 17, 2024 07:30
ed3061a
to
e2c1e5d
Compare
nazarfil
force-pushed
the
feat-background_q_dataset-nf
branch
from
July 17, 2024 07:33
898c651
to
400056b
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
3 times, most recently
from
July 18, 2024 07:03
1fa774a
to
ecf23dd
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
2 times, most recently
from
August 7, 2024 11:09
6b0e3f9
to
ecd80c5
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
from
August 7, 2024 12:37
ecd80c5
to
a347e39
Compare
nazarfil
force-pushed
the
feat-background_task-nf
branch
from
August 8, 2024 09:54
b449ff1
to
0f7fd7c
Compare
qgerome
approved these changes
Aug 9, 2024
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.
Creates dataset snapshot model and the functional flow to generate snapshot object in the task
Exposes snapshot object through GraphQL api