Alessandro Marrella
11/23/2021, 3:18 PMManny Schneck
12/02/2021, 8:19 AMManny Schneck
12/04/2021, 12:54 AMManny Schneck
12/04/2021, 12:54 AMManny Schneck
12/04/2021, 8:25 PMmedihack
12/05/2021, 3:55 PMStefan Adelbert
12/07/2021, 12:06 AMdagit
Some of my ops will use a resource that wraps a headless selenium webdriver. I'd like to take screenshots of the pages that the headless webdriver is interacting with and expose them via dagit
so that someone following up on a failed job can see what the headless webdriver was seeing.
Does anyone have any suggestions on how to achieve something like this?
I'd imagined that I could create a failure sensor that would get a screenshot from the webdriver resource and "put" it somewhere.Stefan Adelbert
12/09/2021, 2:28 AMDagsterStepOutputNotFoundError
for op
which yields AssetMaterialization
I have an op
which doesn't have an output. I have added yielding of an AssetMaterialization
and now I'm getting DagsterStepOutputNotFoundError
. I've tried adding:
• yield
• yield Output()
• yield Nothing
I'm on 0.13.9
.
What does the op
need yield in addition to the AssertMaterialization
?Slackbot
12/09/2021, 3:02 AMdixel
12/09/2021, 9:05 AMMartin Carlsson
12/10/2021, 9:59 AMManny Schneck
12/14/2021, 3:48 AMKashif Vikaas
12/19/2021, 7:21 PMManny Schneck
12/19/2021, 9:31 PMManny Schneck
12/19/2021, 9:32 PMKeshav
12/20/2021, 6:00 AMKeshav
12/30/2021, 5:45 AMIvan Doroshenko
01/10/2022, 10:25 AMAndy Chen
01/13/2022, 10:29 PMCampbellG
01/17/2022, 4:41 AMkevin
01/20/2022, 3:02 AMMohan Kancherla
01/24/2022, 3:01 AMSimon Späti
01/27/2022, 9:06 AMAkshay Verma
02/01/2022, 9:43 AMAlex Service
02/11/2022, 11:07 PMIsy
02/14/2022, 8:20 AMIsy
02/15/2022, 9:48 AMjob_name.execute_in_process(run_config=run_config)
Mike
02/15/2022, 10:05 AM