Brian Tate
Brian Tate
Look at https://argoproj.github.io/argo-workflows/workflow-archive/ to see if that can be used to make log retrieval possible in the platform vs. needing admin privileges to an artifact bucket per @jrtcppv's suggestion. Generally...
Usages: - Similar localizations across versions - Tracking could be neat (frame deltas)
I believe this was fixed prior to but appears to no longer happen in testing [9ec932a](https://github.com/cvisionai/tator/commit/9ec932aa9453bbbb4a60e5a2fedebb9caefd9926)
In an ES-less world another implementation path is something like the following: -Add a new JSONB field (one could piggy back off attributes, but that might be messy). - In...
Searching on tags, I could see `anyOf` and `allOf` being operations added to `AttributeOperationSpec` in `object_search`
The comments above relate to 'filtering tags' which are akin to tags in github. E.g. being able to search on bugs vs. feature requests.
Also of note, its possible doing a list of strings with a TGRM-based index is also effecvtive here. Would require some prototype whether key/val in an object on btree is...
Related to: https://github.com/cvisionai/tator/issues/1153 as well.
TODO: Investigate use of a tag (future work) or custom attribute to allow for searching on archive state.
I believe this was resolved in some of the animator fixes for 1.2.0; have we been able to confirm if the issue is still occurring on early access?