You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This confused people, it seems to be a problem of the function f and schema settings. It is actually because [[0]] is not an acceptable input data format.
So we should change it to:
FugueWorkflowCompileError: schema is required for input data type <class 'list'>
The text was updated successfully, but these errors were encountered:
For this code
It will generate an error, saying:
This confused people, it seems to be a problem of the function
f
and schema settings. It is actually because[[0]]
is not an acceptable input data format.So we should change it to:
The text was updated successfully, but these errors were encountered: