Raphael Krupinski
04/05/2022, 10:19 AMUserWarning: Error loading repository location nemec.jobs:dagster.core.errors.DagsterInvariantViolationError: Attempted to index in to an InvokedSolidOutputHandle. This object represents the output "result" from the op 'load_spreadsheet'. Consider defining multiple Outs if you seek to pass different parts of this output to different ops.
Ben Gatewood
04/05/2022, 10:55 AM@op(required_resource_keys={"gcs"}, out={"hitters": Out(), "pitcher_opp": Out(), "pitchers": Out()})
return hitters, pitcher_opp, pitchers
Raphael Krupinski
04/05/2022, 10:57 AMBen Gatewood
04/05/2022, 11:27 AMout
param in the op decoratorRaphael Krupinski
04/05/2022, 4:03 PMBen Gatewood
04/05/2022, 10:04 PM