David Cupp
09/29/2022, 4:37 PM2.4.0
installed locally.
For example, if I create the deployments Foo(customer=1)
, Foo(customer=2)
and Foo(customer=3
all under the flow name Foo
, I can go to my local UI, clicked on "Flows" and then "Foo", and I see those deployments.
But in the Prefect Cloud 2.0 UI, if I go to "Flows" and click on "Foo", no deployments appear! They do appear if I click on deployments.
Is this the expected behavior of the UI? (i.e. is there some criteria for a flow deployment to appear on the flow page?)Zanie
09/29/2022, 4:39 PMJake Kaplan
09/29/2022, 4:42 PMDavid Cupp
09/29/2022, 4:43 PMZanie
09/29/2022, 4:44 PMDavid Cupp
09/29/2022, 4:45 PMJenny
09/29/2022, 4:58 PMDavid Cupp
09/29/2022, 4:58 PMJenny
09/29/2022, 4:59 PMDavid Cupp
09/29/2022, 4:59 PMapi.prefect.cloud/api/accounts/91e68e1c-599c-4658-b45d-164a9b5b4b2e/workspaces/a21210a4-02f9-4cb1-9a16-ab26e6cd9172/flows/5fdef49a-c5dc-450d-9b61-63a9a2aa1811:1 Failed to load resource: the server responded with a status of 404 ()
Jake Kaplan
09/29/2022, 5:01 PM{
"flows": {
"id": {
"any_": [
"bac76317-04c7-443b-8879-48f7f3924d2b"
]
}
},
"flow_runs": {
"expected_start_time": {
"after_": "2022-09-22T04:00:00.000Z",
"before_": "2022-10-01T03:59:59.999Z"
}
},
"sort": "EXPECTED_START_TIME_DESC",
"offset": 0,
"limit": 200
}
if the deployment doesn't have a schedule (or no runs have been scheduled yet) nothing will come back
The other deployments page has no filter on it.Jenny
09/29/2022, 5:03 PM