Dr. Jones
01/09/2021, 11:26 AM[2021-01-09 11:20:53,118] ERROR - My_Agent | 400 Client Error: Bad Request for url: <http://apollo:4200/>
The following error messages were provided by the GraphQL server:
GRAPHQL_VALIDATION_FAILED: Cannot query field "run_config" on type "flow_run".
The GraphQL query was:
query {
flow_run(where: { id: { _in: ["84b340e4-9f74-425b-9abd-27247fdc3759"] }, _or: [{ state: { _eq: "Scheduled" } }, { state: { _eq: "Running" }, task_runs: { state_start_time: { _lte: "2021-01-09T11:20:50.061124+00:00" } } }] }) {
id
version
state
serialized_state
parameters
scheduled_start_time
run_config
flow {
core_version
name
storage
id
environment
version
}
task_runs(where: { state_start_time: { _lte: "2021-01-09T11:20:50.061124+00:00" } }) {
serialized_state
version
task_id
id
}
}
}
The passed variables were:
null
Amanda Wee
01/09/2021, 11:33 AMDr. Jones
01/09/2021, 12:47 PMprefect~=0.14.0
in the other. Now it works, thank you 🙂