28 lines
662 B
YAML
28 lines
662 B
YAML
load_from:
|
|
- grpc_server:
|
|
location_name: example
|
|
host: user_code
|
|
port: 4000
|
|
|
|
# - python_file:
|
|
# location_name: local
|
|
# relative_path: repo.py
|
|
# working_directory: /opt/dagster/home
|
|
|
|
# - grpc_server:
|
|
# location_name: other
|
|
# host: other_image
|
|
# port: 4000
|
|
|
|
# - python_file:
|
|
# location_name: towel
|
|
# relative_path: towel.py
|
|
# working_directory: /opt/dagster/home
|
|
# executable_path: /venv/towel/bin/python
|
|
|
|
# - python_file:
|
|
# location_name: alliander
|
|
# relative_path: towel.py
|
|
# working_directory: /opt/dagster/home
|
|
# executable_path: /venv/alliander/bin/python
|