This moves the airline demo to use the new io_manager abstractions.
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- dagstermill-file-handling
- Lint
Lint Errors Severity Location Code Message Error examples/airline_demo/airline_demo/solids.py:165 E1123 Unexpected Keyword Arg Error examples/airline_demo/airline_demo/solids.py:206 E1123 Unexpected Keyword Arg Error examples/airline_demo/airline_demo/solids.py:219 E1123 Unexpected Keyword Arg Error examples/airline_demo/airline_demo/solids.py:262 E1123 Unexpected Keyword Arg Error examples/airline_demo/airline_demo/solids.py:548 E1123 Unexpected Keyword Arg Error examples/airline_demo/airline_demo_tests/unit_tests/test_load_data_from_spark.py:34 E1123 Unexpected Keyword Arg - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Looks good! Left a comment that I think is worth addressing before merging.
examples/airline_demo/airline_demo/pipelines.py | ||
---|---|---|
88 | You should be able to take out these intermediate_storage_def arguments |