In the dagster-databricks create_databricks_run_now_op op factory, should the databricks_job_configuration really not be configurable? #22894
sean-stach-ff
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-databricks/dagster_databricks/ops.py
databricks_job_configuration is not in the config and is instead referencing the value in the factory function. Wouldn't it be more viable to have it added to the config as well to make it more dynamic?
Beta Was this translation helpful? Give feedback.
All reactions