mirror of https://github.com/databricks/cli.git
testdata
This commit is contained in:
parent
2be6b85beb
commit
c1ccf8204f
|
@ -0,0 +1 @@
|
|||
hello, world
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
.databricks
|
|
@ -0,0 +1 @@
|
|||
print(1)
|
|
@ -0,0 +1 @@
|
|||
hello, world
|
|
@ -0,0 +1,2 @@
|
|||
#Databricks notebook source
|
||||
print(2)
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
.databricks
|
|
@ -0,0 +1,2 @@
|
|||
#Databricks notebook source
|
||||
print("from dir A")
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
.databricks
|
|
@ -0,0 +1,2 @@
|
|||
#Databricks notebook source
|
||||
print("from dir B")
|
Loading…
Reference in New Issue