gorgeous-waitress-5026
09/05/2024, 6:19 PMgorgeous-waitress-5026
09/05/2024, 6:25 PM"outputs": {
"variables": {
"o0": {
"type": {
"blob": {
"format": "",
"dimensionality": "SINGLE"
},
"metadata": null,
"annotation": null,
"structure": null
},
"description": "o0",
"artifactPartialId": {
"artifactKey": {
"project": "",
"domain": "",
"name": "default",
"org": ""
},
"version": "",
"partitions": {
"value": {
"file": {
"staticValue": "test.file"
},
"group": {
"staticValue": "task_output"
},
"type": {
"staticValue": "data"
}
}
},
"timePartition": null
},
"artifactTag": {
"artifactKey": {
"project": "foo",
"domain": "",
"name": "test",
"org": ""
},
"value": {
"staticValue": "tagvalue"
}
}
}
}
}
},
It makes me think it may have been intentional to not support tags?gorgeous-waitress-5026
09/05/2024, 6:26 PMgorgeous-waitress-5026
09/05/2024, 7:55 PMversion field for the artifact at https://github.com/flyteorg/flytekit/blob/master/flytekit/core/artifact.py#L403-L404
The docs advise against setting version, but I assume this must apply only to Union?
Inline docs state that project and domain should also not be provided as they'll be set automatically. That's clearly not happening in open source Flyte given the above response -- so I'm wonder if it's "safe" to put a user specified value in version or not?damp-lion-88352
09/12/2024, 10:59 AM