Xu Zhang
11/21/2020, 6:10 AMFrom a GUI, use the Dagit tool
section, the image under Click on the "Playground" tab and you'll see the view below.
is still using the Definition
’s screenshot.Xu Zhang
11/21/2020, 6:11 AMXu Zhang
11/21/2020, 7:46 AMXu Zhang
11/21/2020, 7:53 PMXu Zhang
11/22/2020, 5:27 AMEvent
filter, the waterfall does not stop.Istvan Darvas
11/23/2020, 2:39 PMAndy H
11/23/2020, 9:11 PMYichen
11/24/2020, 12:06 AMschrockn
11/24/2020, 12:22 AMschrockn
11/24/2020, 12:22 AMpaul.q
11/24/2020, 10:11 AMmy_package:
workspace.yaml
subfolder:
repository.py
The workspace.yaml
file under my_package
looks like this:
load from:
- relative_path: subfolder/repository.py
We start dagit from a folder with another workspace.yaml
in it that contains:
load_from:
- python_package: my_package
We get this error:
dagster.core.errors.DagsterUserCodeProcessError: (DagsterInvariantViolationError) - dagster.core.errors.DagsterInvariantViolationError: No pipelines or repositories found in "my_package".
I've changed some names and paths to simplify this. Also, this loads properly when we do it from our local environments where my_package
is not packaged (i.e. we set our PYTHONPATH
to the my_package
parent folder and our workspace.yaml
in the folder where dagit starts points at relative path my_package/subfolder/repository.py
So, is this meant to work? We'd like to be able to have a workspace.yaml
file in our deployment target that has pointers to packages as they're developed and these packages will have repositories inside them. In that way we can allow different teams to develop their own dagster packages and deploy them to a central dagit server.Richard Fisher
11/24/2020, 10:57 AMdocker
, (through subprocess.call()
) which seems not to be on the path when cron runs.
I can manually fix this by adding export PATH=/usr/local/bin:/usr/local/sbin:~/bin:/usr/bin:/bin:/usr/sbin:/sbin
to the $DAGSTER_HOME/schedules/scripts/{}.sh
file, although this file is overwritten each time I call dagster schedule up
.
Is there a better approach/workaround for this?Istvan Darvas
11/24/2020, 1:51 PMAlex Flanagan (Proof Zero)
11/24/2020, 9:12 PMPaul Wyatt
11/24/2020, 10:41 PMIstvan Darvas
11/25/2020, 7:05 PMIstvan Darvas
11/25/2020, 7:29 PMNoah K
11/26/2020, 3:27 AMException iterating responses: Failure condition: Attempted to deserialize class "ExternalRepositoryOrigin" which is not in the serdes whitelist.
as I try to enable grpc originsNoah K
11/26/2020, 3:27 AMNoah K
11/26/2020, 3:27 AMNoah K
11/26/2020, 3:54 AMIstvan Darvas
11/26/2020, 2:55 PMXu Zhang
11/26/2020, 6:55 PMIstvan Darvas
11/26/2020, 8:08 PMNoppadon Kemmanee
11/27/2020, 2:26 AMNoppadon Kemmanee
11/27/2020, 2:32 AMNoppadon Kemmanee
11/27/2020, 2:35 AMNoah K
11/27/2020, 5:22 AMpaul.q
11/27/2020, 5:27 AMNoah K
11/27/2020, 5:28 AM