Conversation
|
fyi, I test this with a vanilla |
I personally would like to get this merged as quickly as possible. I can look into this but I haven't used Sensors so I would also need to look into that. If it's easy, I can do it, but otherwise I would like to create a new PR. |
|
We can do another PR for the sensors, they are just another template that is being compiled as part of Could you resolve the conflicts with this branch so it is ready for merging? |
Conflicts resolved. Thanks for your help. |
|
Tested the latest with: |
|
Sensor Labels: dhpollack#1 |
feat: add labels to argo sensors and refactor label handling
Revises: #1236
Fixes error related to null labels trying to get added to a dictionary in argo workflows.
Refactored based on comments from @saikonen
Now one can only add labels via the environmental variable
METAFLOW_KUBERNETES_LABELSwith the formatlabel=val,label2=val2. Json is no longer supported. And the decorator does not allow labels either.