mirror of https://github.com/databricks/cli.git
4 lines
68 B
Python
4 lines
68 B
Python
|
from databricks.bundles.jobs import Job
|
||
|
|
||
|
my_job = Job.from_dict({})
|