Romain
04/22/2020, 10:49 AMSean Albito
04/22/2020, 5:57 PMDaniel Olausson
04/23/2020, 11:12 AMpipenv run dagster pipeline execute -n ...
), running the same command locally works fine but in the jenkins job all the INFO messages are missing, and so is the rest of stdout/stderr from other printouts etc.Eric
04/23/2020, 8:12 PMMarieke
04/23/2020, 11:40 PM_pickle.UnpicklingError: NEWOBJ class argument isn't a type object
Does anyone know why dagster isn't recognizing the object?Binh Pham
04/24/2020, 12:56 AMuser
04/24/2020, 1:36 AMprha
04/24/2020, 1:40 AMschrockn
04/24/2020, 1:52 AMTobias Macey
04/24/2020, 7:07 PMJJ
04/24/2020, 8:29 PMChris Roth
04/27/2020, 6:45 PMChris Roth
04/27/2020, 6:46 PMChet Lemon
04/27/2020, 7:54 PMExpectationResult
objects. As an example, we have a composite solid that verifies a number of values are within acceptable thresholds.
Would it be preferred to do:
1. many ExpectationResult
objects per solid, with one JsonMetadataEntryData
metadata entry
2. one ExpectationResult
object per solid, with many JsonMetadataEntryData
metadata entries
While trying to decide, we were also unsure on future uses of the different children of EventMetadataEntry
(path, url. json, python attribute, markdown, text). Are there any set plans for using these? I think knowing that could perhaps help us better understandChris Roth
04/27/2020, 10:42 PMChris Roth
04/27/2020, 10:43 PMChris Roth
04/27/2020, 10:44 PMChris Roth
04/27/2020, 10:46 PMmax
04/28/2020, 12:26 AMmax
04/28/2020, 12:26 AMChris Roth
04/28/2020, 11:48 PMDoug Binder
04/29/2020, 2:07 AMdagster schedule up
Doug Binder
04/29/2020, 2:07 AMFile "/usr/local/lib/python3.7/site-packages/dagster_cron/cron_scheduler.py", line 12, in <module>
from dagster.serdes import ConfigurableClass
ModuleNotFoundError: No module named 'dagster.serdes'
Doug Binder
04/29/2020, 2:12 AMfrom dagster.core.serdes import ConfigurableClass
in https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-cron/dagster_cron/cron_scheduler.pymax
04/29/2020, 2:12 AMDoug Binder
04/29/2020, 2:14 AMuser
05/01/2020, 1:22 AMsashank
05/01/2020, 1:28 AMschrockn
05/01/2020, 2:12 AMBeau Hartshorne
05/02/2020, 5:39 PM