Set default python version to 2 (#441)
This commit is contained in:
Родитель
b62f508112
Коммит
edf9647432
|
@ -39,7 +39,7 @@ class MozDatabricksSubmitRunOperator(DatabricksSubmitRunOperator):
|
||||||
output_visibility=None,
|
output_visibility=None,
|
||||||
ebs_volume_count=None,
|
ebs_volume_count=None,
|
||||||
ebs_volume_size=None,
|
ebs_volume_size=None,
|
||||||
python_version=3,
|
python_version=2,
|
||||||
*args, **kwargs):
|
*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Generate parameters for running a job through the Databricks run-submit
|
Generate parameters for running a job through the Databricks run-submit
|
||||||
|
|
Загрузка…
Ссылка в новой задаче