Michael Ulin
12/17/2021, 12:56 AMAnna Geller
12/17/2021, 11:36 AMMichael Ulin
12/17/2021, 3:28 PMprefect vertex agent start
on the command line
3. It's the default vertex run config flow.run_config = VertexRun()
Anna Geller
12/17/2021, 3:33 PMMichael Ulin
12/17/2021, 3:41 PMAnna Geller
12/17/2021, 4:22 PMMichael Ulin
12/17/2021, 4:23 PMSon Nguyen
01/18/2022, 11:31 AMAnna Geller
01/18/2022, 11:49 AM[server]
endpoint = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql|http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
[server.ui]
apollo_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql|http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
Son Nguyen
01/19/2022, 3:26 AMYou can ignore the API key and token in Server
As I understand, when you say ignore
you mean I don’t need to set the values of these two env vars?
If these values are not set, when flow running it’ll throw some errors saying that these two env vars need values.Anna Geller
01/19/2022, 12:49 PMprefect backend server
Son Nguyen
01/20/2022, 8:50 AMDid you switch to Server?I did, but it threw these following errors. I wonder if it’s a bug when using Server backend
400 List of found errors: 1.Field: job_spec.worker_pool_specs[0].container_spec.env[6].value; Message: Required field is not set. 2.Field: job_spec.worker_pool_specs[0].container_spec.env[5].value; Message: Required field is not set. [field_violations {
field: "job_spec.worker_pool_specs[0].container_spec.env[6].value"
description: "Required field is not set."
}
field_violations {
field: "job_spec.worker_pool_specs[0].container_spec.env[5].value"
description: "Required field is not set."
}
]
Anna Geller
01/20/2022, 11:02 AMI wonder if it’s a bug when using Server backendDoes it mean that you tried with Prefect Cloud and it worked, but with Server it didn’t?
Son Nguyen
01/21/2022, 3:07 AMAnna Geller
01/21/2022, 10:16 AM