Jelle Vegter
05/22/2022, 2:01 PMJoshua Greenhalgh
05/22/2022, 2:45 PMNash Taylor
05/22/2022, 4:26 PMTodd de Quincey
05/22/2022, 4:44 PMNash Taylor
05/22/2022, 5:12 PMBob Colner
05/22/2022, 7:23 PMshell_run_command
in orion. I’m not able to pass a retries
parameter to the task.
TypeError: got an unexpected keyword argument 'retries'
any ideas?Hafsa Junaid
05/22/2022, 8:51 PMNash Taylor
05/22/2022, 10:26 PMreveal_type
of a task run according to mypy: (threaded to avoid an obnoxiously long message)Jacob Blanco
05/23/2022, 12:58 AMJeff Kehler
05/23/2022, 2:57 AMBigQueryTask
from prefect.tasks.gcp
. I want to be able to pass as Parameter
value into this task but I am unable to do so. It appears the request being sent to BigQuery contains the following which generates a JSON error
{'value': <Parameter: min_date>}
The above value is not valid JSON so therefore explains why the Google API won't accept this request.Sumant Agnihotri
05/23/2022, 4:18 AMRaymond Yu
05/23/2022, 5:14 AMwait_for_flow_run
for a long running DatabricksSubmitRun in another flow even when the Databricks job runs to completion without an issue. We noticed this can occasionally result in the error enclosed below that causes no heartbeat to be detected. Has anyone encountered this? Any ideas on what may be causing this and how to address the issue?
Error during execution of task: ClientError([{'path': ['flow_run'], 'message': 'request to <http://hasura:3000/v1alpha1/graphql> failed, reason: read ECONNRESET', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'request to <http://hasura:3000/v1alpha1/graphql> failed, reason: read ECONNRESET', 'type': 'system', 'errno': 'ECONNRESET', 'code': 'ECONNRESET'}}}])
Jacob Blanco
05/23/2022, 7:27 AMSander
05/23/2022, 7:31 AMVadym Dytyniak
05/23/2022, 8:29 AMVadym Dytyniak
05/23/2022, 8:29 AMFailed to load and execute flow run: FlowStorageError('An error occurred while unpickling the flow:\n AttributeError("Can\'t get attribute \'_make_function\' on <module \'cloudpickle.cloudpickle\' from \'/usr/local/lib/python3.10/dist-packages/cloudpickle/cloudpickle.py\'>")\nThis may be due to one of the following version mismatches between the flow build and execution environments:\n - cloudpickle: (flow built with \'2.1.0\', currently running with \'2.0.0\')')
Vadym Dytyniak
05/23/2022, 8:30 AMprefect[aws]==1.2.1
Vadym Dytyniak
05/23/2022, 8:35 AMValentin Baert
05/23/2022, 8:44 AMFlorian Guily
05/23/2022, 10:25 AMref
parameter but it is refering to a "SHA-1 value, tag, or branch name". Where can i find this SHA1 value of a given branchname ?Todd de Quincey
05/23/2022, 10:28 AMOlivér Atanaszov
05/23/2022, 11:19 AMIlhom Hayot o'g'li
05/23/2022, 12:08 PMMatthew Seligson
05/23/2022, 12:46 PMale
05/23/2022, 1:23 PMdict
, but got the following error:
At least one upstream state has an unmappable result.
Looking at the docs, it seems that map
should work with an Iterable
.
Afaik, dict
is an Iterable
in Python, so I’m a bit confused 😅
I’m using Prefect 0.15.16
Mateo Merlo
05/23/2022, 2:11 PMJoshua Greenhalgh
05/23/2022, 2:36 PMtry:
scheduled_start_time: DateTime = prefect.context.scheduled_start_time
except AttributeError:
raise Exception("No start/end time params and no schedule")
Joshua Greenhalgh
05/23/2022, 2:36 PMJessica Smith
05/23/2022, 3:07 PMJonathan Mathews
05/23/2022, 3:31 PMJonathan Mathews
05/23/2022, 3:31 PMKevin Kho
05/23/2022, 3:32 PMJonathan Mathews
05/23/2022, 3:35 PMChris L.
05/23/2022, 4:30 PMJonathan Mathews
05/23/2022, 4:52 PM