This is a breaking change for anyone relying on the emr_pyspark_step_launcher. Now they need to do
from dagster_aws.emr.pyspark import emr_pyspark_step_launcher instead of
from dagster_aws.emr import emr_pyspark_step_launcher.
Details
Details
- Reviewers
nate cdecarolis yuhan schrockn
bk
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- pyspark_step_launcher (branched from master)
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
As long we are doing a proper breaking change, why not move into its own module and actually model the dependencies properly?