Skip to content

Commit

Permalink
Update Databricks agent example to V2 (#1733)
Browse files Browse the repository at this point in the history
* use V2 instead

Signed-off-by: Future-Outlier <eric901201@gmail.com>

* Update examples/databricks_agent/databricks_agent/databricks_agent_example_usage.py

Co-authored-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Future-Outlier <eric901201@gmail.com>

* Update examples/databricks_agent/databricks_agent/databricks_agent_example_usage.py

Co-authored-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Future-Outlier <eric901201@gmail.com>

---------

Signed-off-by: Future-Outlier <eric901201@gmail.com>
Co-authored-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
Future-Outlier and pingsutw committed Sep 24, 2024
1 parent a94aa97 commit b7b0f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import flytekit
from flytekit import Resources, task, workflow
from flytekitplugins.spark import Databricks
from flytekitplugins.spark import DatabricksV2 as Databricks


# %% [markdown]
Expand Down

0 comments on commit b7b0f7a

Please sign in to comment.