Flow fails to run with the actual input data, but it is successful to run with sample data input.
tabpy log has the message---
ERROR:tabpy.tabpy_server.handlers.base_handler:Responding with status=413, message="Request with size 107935213 exceeded limit of 104857600 (bytes).", info="Request Entity Too Large"
1) Add the configuration in tabpy.conf:
[TabPy]
tabpy_port = 9004
tabpy_host = 0.0.0.0
authentication = false
TABPY_MAX_REQUEST_SIZE_MB = 10240
2) Restart tabpy service
This log entry tells the problem cause.
Responding with status=413, message="Request with size 107935213 exceeded limit of 104857600 (bytes)."
Which means:
The TabPy server is still enforcing the default 100 MB limit, meaning:
TABPY_MAX_REQUEST_SIZE_MB=10240 was not successfully applied to the running TabPy process.
Refer: https://github.com/tableau/TabPy/blob/master/docs/server-config.md#configuration-file-content
005094429

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.