This website requires JavaScript.
Explore
Help
Sign In
steve
/
databricks-cli
mirror of
https://github.com/databricks/cli.git
Watch
1
Star
0
Fork
You've already forked databricks-cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
df8d39bf16
databricks-cli
/
example-project
/
my_first_job.py
8 lines
100 B
Python
Raw
Blame
History
import
sys
print
(
"
hello world!
"
)
print
(
sys
.
argv
)
for
x
in
spark
.
range
(
10
)
.
collect
(
)
:
print
(
x
)
Reference in New Issue
View Git Blame
Copy Permalink