mirror of https://github.com/databricks/cli.git
13 lines
184 B
YAML
13 lines
184 B
YAML
|
bundle:
|
||
|
name: apps_config_section
|
||
|
|
||
|
resources:
|
||
|
apps:
|
||
|
myapp:
|
||
|
name: myapp
|
||
|
source_code_path: ./app
|
||
|
config:
|
||
|
command:
|
||
|
- python
|
||
|
- app.py
|