Auster Cid
03/09/2020, 10:24 PMBasil V
03/10/2020, 7:25 PMAuster Cid
03/10/2020, 10:40 PMTravis Cline
03/10/2020, 11:43 PMMuthu
03/11/2020, 9:36 AMMuthu
03/11/2020, 9:36 AMAndrew
03/11/2020, 3:30 PMKevin Wolf
03/11/2020, 3:39 PMsephi
03/12/2020, 7:50 AMuser
03/14/2020, 12:34 AMmax
03/14/2020, 12:52 AMsephi
03/15/2020, 8:57 AMyou may find that invoking Dask or Pyspark directly from within the body of a solid’s compute function is a better fit than the engine layer covered in this documentation.Do you have an example to invoke Dask execution compute function from within a
solid
, we are running on a cloudera
environment and need to run the solid process with dask-yarn.
any advice would be appreciated.Muthu
03/16/2020, 4:54 AMMarwan
03/16/2020, 3:48 PMGaetan DELBART
03/16/2020, 3:56 PMError response from daemon: Get <https://dagster.io/v2/>: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Is anyone also having this issue ?Tobias Macey
03/16/2020, 6:53 PMMuthu
03/16/2020, 7:29 PMTravis Cline
03/17/2020, 3:41 AMabhi
03/17/2020, 3:42 AMKen
03/17/2020, 5:36 AMdagit -f hello_cereal.py -n hello_cereal_pipeline
The dagit UI does not allow me to use re-execution, recommending me to use the "filesystem" storage mode.
Where am I doing wrong ? I want the button "re-execution" to work.
Dagit Page and intermediates.yaml file posted in thread of this postGaetan DELBART
03/17/2020, 6:50 AMhelm install dagster helm/dagster
, my celery workers fail to start
The result of a kubectl logs pod-name
:
Traceback (most recent call last):
File "/usr/local/bin/dagster-celery", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/dagster_celery/cli.py", line 159, in worker_start_command
pythonpath = get_config_dir(config_yaml)
File "/usr/local/lib/python3.7/site-packages/dagster_celery/cli.py", line 69, in get_config_dir
if 'broker' in validated_config:
TypeError: argument of type 'NoneType' is not iterable
if I run a kubectl exec on the pod, and look at the content of the celery-config.yaml, it looks like this
execution:
celery:
broker: "<pyamqp://test>:test@dagster-rabbitmq:5672//"
backend:
config_source:
So, it looks like the helm template is working as expected. Dos anyone has any advice about this ?Travis Cline
03/17/2020, 5:50 PMBasil V
03/17/2020, 7:41 PMBasil V
03/17/2020, 9:34 PMexecute_solid
with a solid that has been aliased? I'm running into this error:
dagster.check.ParameterCheckError: Param "solid_def" is not a ISolidDefinition. Got <dagster.core.definitions.composition.CallableSolidNode object at 0x10f233c10> which is type <class 'dagster.core.definitions.composition.CallableSolidNode'>.
Basil V
03/17/2020, 9:35 PMsome_alias = some_solid.alias('some_alias')
execute_solid(some_alias)
Auster Cid
03/17/2020, 10:29 PMJohn Mav
03/18/2020, 5:25 AMScheduleDefinition
's should_execute
filter to another pipeline having completed. I'm wondering if there is a way to set dependencies like Pipeline B executes at scheduled time if and only if the last run of Pipeline A successfully ran.J Groß
03/18/2020, 12:16 PMPedro Moranga
03/18/2020, 12:37 PMJustin Swaney
03/18/2020, 3:13 PMfilesystem
, everything works great. When I use the Python API and pass the YAML config like dagster pipeline execute -f dask_hello_world.py -n dask_pipeline -e dask_hello_world.yaml
, I get a PIPELINE_INIT_FAILURE
error.