Yiannis
08/21/2020, 6:12 PMManas Jain
08/22/2020, 1:56 PMIvan Rivera
08/24/2020, 7:14 AMAuster Cid
08/24/2020, 10:23 PMPartitionScheduleDefinition
?Ken
08/26/2020, 4:42 PMdagster.core.errors.ScheduleExecutionError: Error occurred during the execution of run_config_fn for schedule <name>
More Info in the description!Paul Wyatt
08/26/2020, 11:16 PMdagster.check.CheckError: Failure condition: Attempted to deserialize class "FileInDirectoryCodePointer" which is not in the serdes whitelist.
Any thoughts?szalai1
08/27/2020, 10:29 AMk8s-celery-worker:0.9.3
docker image hasn't been pushed to https://hub.docker.com/r/dagster/k8s-celery-worker/tags.
is this registry a supported source for images? or should we build our own images?
thanksHugo Pedroso de Lima
08/27/2020, 11:18 AMszalai1
08/27/2020, 2:46 PMCeleryK8sRunLauncher
and celery-k8s
executor. Using s3 as storage.
To give jobs access to S3 buckets I used dagster-k8s/config
tag and annotate the pods with the right role.
When I'm running the pipeline:
An exception was thrown during execution that is likely a framework error, rather than an error in user code.
botocore.exceptions.ClientError: An error occurred (403) when calling the HeadBucket operation: Forbidden
The only pod which doens't have the role annotation is CeleryK8sRunLauncher.
I'm wondering is this error coming from that and if yes how can I annotate it?Danny
08/27/2020, 6:01 PMsession.remove()
in its after_return method, just like that article recommends. What's the cleanest way to do this in dagster?user
08/27/2020, 11:55 PMsashank
08/27/2020, 11:57 PMAndrey Alekseev
08/28/2020, 6:20 PMLeor
08/28/2020, 6:21 PMKevin
08/30/2020, 4:37 AMdagster pipeline execute -f hello_dagster.py
but can't get http://localhost:3000 to open now (on any browser). Just get a "Firefox can’t establish a connection to the server at localhost:3000."sashank
08/31/2020, 10:56 PMManas Jain
09/01/2020, 3:40 PMBruno Ambrozio
09/01/2020, 4:16 PMBruno Ambrozio
09/01/2020, 4:29 PMlee
09/02/2020, 8:55 AMMose
09/03/2020, 4:06 PMdagster.check.ParameterCheckError: Param "msg" is not a str. Got {'id': 'sofijlaksdjfow', 'fields': {'id': 1, 'name': 'tester'}, 'createdTime': '2020-08-21T21:37:44.000Z'} which is type <class 'dict'>.
Here is the solid:
@solid
def get_lead_parameters(context):
lst = []
responses = json.loads(requests.get('')['data']
for res in responses:
lst.append(res)
return lst
And the above error is printed. This is the first solid and the next one just takes the list of dict .
ThanksAuster Cid
09/03/2020, 7:18 PMuser
09/03/2020, 11:55 PMprha
09/03/2020, 11:57 PMsashank
09/08/2020, 3:46 PMdwall
09/08/2020, 4:59 PMTamas Nemeth
09/08/2020, 5:01 PMJohn Mav
09/08/2020, 5:06 PMJosh Karlin
09/08/2020, 5:24 PMDavid Lacalle Castillo
09/09/2020, 9:00 AM