initial commit

This commit is contained in:
2024-10-14 09:58:24 +02:00
commit 0196f8bd27
35 changed files with 2005 additions and 0 deletions

27
workspace.yaml Normal file
View File

@@ -0,0 +1,27 @@
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