Scott Vermillion
06/15/2021, 12:36 AMERROR - <name> | Failed to query for flow run metadata
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.8/site-packages/prefect/agent/agent.py", line 324, in _submit_deploy_flow_run_jobs
flow_runs = self._get_flow_run_metadata(flow_run_ids)
File "/home/ubuntu/.local/lib/python3.8/site-packages/prefect/agent/agent.py", line 684, in _get_flow_run_metadata
result = self.client.graphql(query)
File "/home/ubuntu/.local/lib/python3.8/site-packages/prefect/client/client.py", line 319, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'path': ['flow_run', 0, 'id'], 'message': 'Cannot return null for non-nullable field flow_run.id.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
I rebuilt my agent (was planning to anyway) but same error right away upon launching. I deleted and reinitialized my project. It doesn’t seem like I’m doing anything differently than before when the agent appeared happy but my issue was further down the line. Really mystified right now, but I’m a bit frazzled from working it so many hours…maybe I’m missing something obvious? (I’m also not the least bit experienced with Prefect - nor very much with AirFlow.)Mariia Kerimova
06/15/2021, 1:15 PMScott Vermillion
06/15/2021, 2:08 PMScott Vermillion
06/15/2021, 2:12 PMMariia Kerimova
06/15/2021, 3:53 PMScott Vermillion
06/15/2021, 4:44 PMZanie
prefect diagnostics
?Zanie
Scott Vermillion
06/15/2021, 7:28 PMScott Vermillion
06/15/2021, 7:34 PMScott Vermillion
06/15/2021, 7:46 PMZanie
Zanie
PREFECT__LOGGING__LEVEL=DEBUG prefect agent local start
Scott Vermillion
06/15/2021, 11:31 PM