Skip to content

Commit

Permalink
fix error in repos example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Mar 26, 2022
1 parent 27f1da5 commit 109e3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# [START howto_operator_databricks_repo_delete]
# Example of deleting a Databricks Repo
repo_path = "/Repos/user@domain.com/demo-repo"
delete_repo = DatabricksReposDeleteOperator(task_id='update_repo', repo_path=repo_path)
delete_repo = DatabricksReposDeleteOperator(task_id='delete_repo', repo_path=repo_path)
# [END howto_operator_databricks_repo_delete]

(create_repo >> update_repo >> notebook_task >> delete_repo)

0 comments on commit 109e3e3

Please sign in to comment.