mirror of https://github.com/databricks/cli.git
14 lines
311 B
YAML
14 lines
311 B
YAML
|
targets:
|
||
|
development:
|
||
|
resources:
|
||
|
pipelines:
|
||
|
my_pipeline:
|
||
|
|
||
|
# Append library; the path is resolved relative to the pipeline's directory.
|
||
|
libraries:
|
||
|
- file:
|
||
|
path: ../src/file2.py
|
||
|
|
||
|
- notebook:
|
||
|
path: ../src/notebook2.py
|