Hello guys - I’ve just got aware about Dagster and...
# announcements
b
Hello guys - I’ve just got aware about Dagster and I’m evaluating it as a possible candidate to orchestrate a big ETL system… I’m going through the tutorial; however I got stuck in a problem. I’ve logged a question to the StackOverflow. I appreciate if anyone can help addressing it: Dagster: Multiple and Conditional Outputs (Type check failed for step output xxx PySparkDataFrame)
a
b
Thanks!
s
@Bruno Ambrozio I'm looking at this now, and the tutorial is a little confusing here
I'd recommend taking out the
dagster_type
argument from your code there. I'm going to update the tutorial to do this
b
yep - commenting out the the
dagster_type
it ran successfully. Thanks for the help!