prefect-databricks
prefect-databricks
compatible with your installed version of prefect
.
If you don’t already have prefect
installed, it will install the newest version of prefect
as well.
prefect
and prefect-databricks
:
with_options
to customize options on any existing task or flowexample.ipynb
on Databricks which accepts a name parameter:
example.ipynb
:
AutoScale(min_workers=1, max_workers=2)
is equivalent to {"min_workers": 1, "max_workers": 2}
.
prefect-databricks
SDK documentation to explore all the capabilities of the prefect-databricks
library.