Jacob Bedard
04/10/2024, 7:33 PMPrefectHTTPStatusError: Client error '422 Unprocessable Entity' for url '<https://api.prefect.cloud/api/accounts/31b5f36a-4a3e-4b90-a1aa-ec5a6c794192/workspaces/2e0cb677-1bec-4912-9270-e845f84475b0/flow_runs/>'
Response: {'exception_message': 'Invalid request received.', 'exception_detail': [{'loc': ['body', 'parameters'], 'msg': 'Flow run parameters must be less than 512KB when serialized.'
The error message shows that it recognizes the first of the 2 dataframe arguments as a dataframe when it prints out the arguments to the function in the traceback. But the second df prints out as a massive dictionary in the traceback. They’re both definitely dataframes, so I don’t see what the issue isKevin Grismore
04/10/2024, 7:47 PMJacob Bedard
04/10/2024, 7:47 PMJacob Bedard
04/10/2024, 7:48 PMKevin Grismore
04/10/2024, 7:49 PMKevin Grismore
04/10/2024, 7:49 PMJacob Bedard
04/10/2024, 7:49 PMJacob Bedard
04/10/2024, 7:50 PMKevin Grismore
04/10/2024, 7:50 PM