<@U02QNJQ9H0U> why am I getting: ```13:32:33.651 |...
# ask-marvin
b
@marvin why am I getting:
Copy code
13:32:33.651 | ERROR   | Flow run 'porcelain-giraffe' - Validation of flow parameters failed with error: TypeError: _validate_dataclass() takes 2 positional arguments but 3 were given
13:32:33.652 | INFO    | prefect.engine - Flow run 'porcelain-giraffe' received invalid parameters and is marked as failed.
my flow is declared as:
Copy code
@flow
def organization_summary_flow(org_data: OrganizationData):