Greg
09/14/2022, 12:22 PMuse-python-environment-entry-point
argument for the grpc
• somewhere/somehow give dagster which environment relates to which dagster repository.
Would anyone have some example setup to share?daniel
09/14/2022, 2:32 PMGreg
09/14/2022, 3:10 PMdaniel
09/14/2022, 3:14 PMGreg
09/14/2022, 5:08 PMdaniel
09/14/2022, 5:09 PMGreg
09/14/2022, 5:16 PMdaniel
09/14/2022, 5:21 PMGreg
09/14/2022, 5:44 PMexecution_path
for each job through dagster-k8s/config could do the trick since it is a argument sent to the job config in k8s @daniel
"entry_point": ["dagster"],
"executable_path": "/usr/local/bin/python"}}, "pipeline_run_id": "fc7dafdc-95b6-4486-a41d-c7328a575c6a","set_exit_code_on_failure": null}'