Ryan Baker
04/28/2021, 8:15 PMprefect describe flows --name foo-bar
That I get output like this, which includes information about the storage and parameters, but contains no information about the run configuration (I’m using kubernetes)
{
"archived": false,
"created": "2021-04-20T19:01:08.156447+00:00",
"description": null,
"environment": null,
"name": "inference-alpha-poc",
"parameters": [
.......
],
"project": {
"name": "recursion-mlops-poc"
},
"storage": {
"__version__": "0.14.16",
"access_token_secret": "GITHUB_ACCESS_TOKEN",
"base_url": null,
"flows": {
"inference-alpha-poc": "prefect_cloud/inference_flow.py"
},
"path": "prefect_cloud/inference_flow.py",
"ref": "prefect-cloud",
"repo": "recursionpharma/inference-alpha",
"secrets": [],
"type": "GitHub"
},
"version": 9
}
Is this expected, or a bug? Why isn’t the run configuration shown in this output?Kevin Kho
Kevin Kho
Marvin
04/28/2021, 10:18 PM