17 November 2020,06:32:15 prefect-server.Lazarus.FlowRun INFO Rescheduled by a Lazarus process. This is attempt 1. 17 November 2020,06:32:24 hs-databricks agent INFO Submitted for execution: Container ID: d72583300b42edb4dac320136892e0bedc768e29ce79eb53e92d21dcb43c6340 17 November 2020,06:32:25 prefect.CloudFlowRunner INFO Beginning Flow run for 'Daily production' 17 November 2020,06:32:25 prefect.CloudTaskRunner INFO Task 'Flow Fact subscription events': Starting task run... 17 November 2020,06:32:25 prefect.CloudTaskRunner ERROR Failed to set task state with error: ClientError('400 Client Error: Bad Request for url: http://[REDACTED]:4200/graphql\n\nThis is likely caused by a poorly formatted GraphQL query or mutation. GraphQL sent:\n\nquery {\n mutation($input: set_task_run_states_input!) {\n set_task_run_states(input: $input) {\n states {\n id\n status\n message\n }\n }\n }\n}\nvariables {\n {"input": {"states": [{"state": {"_result": {"__version__": "0.13.14", "type": "NoResultType"}, "cached_inputs": {}, "message": "Starting task run.", "context": {"tags": []}, "__version__": "0.13.14", "type": "Running"}, "task_run_id": null, "version": null}]}}\n}') Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/prefect/engine/cloud/task_runner.py", line 128, in call_runner_target_handlers cache_for=self.task.cache_for, File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 1424, in set_task_run_state version=version, File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 281, in graphql retry_on_api_error=retry_on_api_error, File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 237, in post retry_on_api_error=retry_on_api_error, File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 413, in _request session=session, method=method, url=url, params=params, headers=headers File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 344, in _send_request raise ClientError(msg) prefect.utilities.exceptions.ClientError: 400 Client Error: Bad Request for url: http://[REDACTED]:4200/graphql This is likely caused by a poorly formatted GraphQL query or mutation. GraphQL sent: query { mutation($input: set_task_run_states_input!) { set_task_run_states(input: $input) { states { id status message } } } } variables { {"input": {"states": [{"state": {"_result": {"__version__": "0.13.14", "type": "NoResultType"}, "cached_inputs": {}, "message": "Starting task run.", "context": {"tags": []}, "__version__": "0.13.14", "type": "Running"}, "task_run_id": null, "version": null}]}} } 17 November 2020,06:32:25 prefect.CloudTaskRunner INFO Task 'Flow Fact subscription events': Finished task run for task with final state: 'ClientFailed' 17 November 2020,06:32:25 prefect.CloudFlowRunner INFO Flow run RUNNING: terminal tasks are incomplete. 17 November 2020,06:32:44 PrefectUIRunMarkAsButton INFO User marked flow run as Success