Skip to content

Commit 3e06c6a

Browse files
committed
ident
1 parent 598f03e commit 3e06c6a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

acceptance/bundle/deployment/migrate/basic/databricks.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ resources:
99
- task_key: "main"
1010
notebook_task:
1111
notebook_path: "./notebook.py"
12-
#permissions:
13-
# - level: CAN_VIEW
14-
# user_name: [email protected]
12+
# permissions dont work yet
13+
#permissions:
14+
# - level: CAN_VIEW
15+
# user_name: [email protected]
1516
volumes:
1617
test_volume:
1718
catalog_name: "mycat"
@@ -39,6 +40,6 @@ resources:
3940
libraries:
4041
- notebook:
4142
path: "./pipeline.py"
42-
#permissions:
43-
# - level: CAN_MANAGE
44-
# user_name: [email protected]
43+
#permissions:
44+
# - level: CAN_MANAGE
45+
# user_name: [email protected]

0 commit comments

Comments
 (0)