proud-glass-36655
08/24/2023, 6:43 PMFailed with Unknown Exception <class 'flytekit.core.type_engine.TypeTransformerFailedError'> Reason: Python value cannot be None, expected <class 'int'>/<FlyteLiteral simple: INTEGER>
Here is my code referencing the workflow (this matches the inputs/output types for the referenced version of common.workflow.ingest
):
@reference_workflow(
project="[]",
domain="development",
name="common.workflow.ingest",
version="[]",
)
@workflow
def ingest(kickoff_time: datetime.datetime, report_type_id: int) -> int:
...
Thank you!thankful-minister-83577
proud-glass-36655
08/24/2023, 6:57 PMthankful-minister-83577
thankful-minister-83577
proud-glass-36655
08/24/2023, 6:58 PMproud-glass-36655
08/24/2023, 6:58 PMproud-glass-36655
08/24/2023, 6:59 PMthankful-minister-83577