Ben Andersen-Waine
10/18/2022, 11:39 AMdagster_databricks
and the databricks_pyspark_step_launcher
?
I can see one for EMR: https://github.com/dagster-io/dagster/blob/1.0.13/examples/with_pyspark_emr/with_pyspark_emr/repository.py
It would be nice to see an example of the config required to pass to:
"pyspark_step_launcher": databricks_pyspark_step_launcher.configured( {
# ???
}
),
chris
10/18/2022, 6:55 PMBen Andersen-Waine
10/19/2022, 8:33 AMsecrets_to_env_variables
is listed as optional but causes an error unless you pass at least an empty list.
A request for the future would be a minimal worked example on producing a run on a new job cluster and on an existing persistent cluster.chris
10/19/2022, 4:53 PM