-
Notifications
You must be signed in to change notification settings - Fork 75
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
DATA-2006 - Remove filter from SubmitTrainingJobRequest in API #402
DATA-2006 - Remove filter from SubmitTrainingJobRequest in API #402
Conversation
This reverts commit 21a96c4.
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, can get approval from Simone or Steve and make sure to merge both this and the app update before tomorrow's deployment.
@Simberific would you mind manually merging? This is based on this scope doc, where we decided we would disallow training on data by filter and only support training on data in dataset. |
Hi Tahiya - so sorry I missed this. Do you still need assistance?
…On Thu, Nov 30, 2023 at 9:18 AM tahiyasalam ***@***.***> wrote:
@Simberific <https://github.com/Simberific> would you mind manually
merging? This is based on this scope doc
<https://docs.google.com/document/d/1D6TGiQ9n1qip1jW2O_dg5ahNv__1O_pZztqwT3hF7fI/edit?usp=sharing>,
where we decided we would disallow training on data by filter and only
support training on data in dataset.
—
Reply to this email directly, view it on GitHub
<#402 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA4B2R6OWK7Q3FZ24Z4D7TYHCITFAVCNFSM6AAAAAA74FHNDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZTHA3DMOBWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Looks like I'm currently |
Thank you!
…On Mon, Dec 4, 2023 at 4:57 PM Simone Kalmakis ***@***.***> wrote:
Looks like I'm currently member - just asked Steve to bump my permissions
so I can squash & merge.
—
Reply to this email directly, view it on GitHub
<#402 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA46OPECEI2YXXTZZFRR3FLYHZBLJAVCNFSM6AAAAAA74FHNDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZZGU2TANRXGE>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Done! |
I cross-referenced this PR against both https://github.com/viamrobotics/app/pull/3010 and viamrobotics/rdk#3267, where tests in all scenarios and there was no reference to the
GetFilter
field. Once merged, I will double pull intoapp
and complete the last change which is removing thefilter: undefined
field from the FE