build_component_spec_for_group raises TypeError when using Input[List[Dataset]] within dsl.If #11020
Unanswered
heavenmarshal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I intended to implement a ETL pipeline that has multiple data sources and one data processor. The pipeline updates the data watermarks based on the returned state of the data processor. But the compiler raises a TypeError. The minimum reproducible example is in the code section below
when I run
it produces the traceback
The environment I used
thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions