Nitin Madhavan
02/04/2022, 6:50 AMAshish Khaitan
02/04/2022, 2:23 PMkubectl describe pods
or datadogjonvet
02/04/2022, 3:26 PMcontext.alias
which throws this error:
AttributeError: 'SolidExecutionContext' object has no attribute 'alias'
what’s weird is that I have a test for this op (via pytest) and there everything works. I can debug into the op and access context.alias
without problems. any ideas where this discrepancy comes from and how to access alias
inside an op in real runs?Igor
02/05/2022, 12:28 PMJohnny Bravo
02/05/2022, 10:30 PMRetryRequested
. This option is documented however in dagit we don't get the correct stack trace. I see the RetryRequested
exception, not the original one.
2. passing retry_policy
param to @op
decorator. I see the correct stack trace, also I see a warning that this is an experimental param.
What's the correct way of retrying ops?Daniel Suissa
02/06/2022, 10:52 AMSaurabh Pal
02/07/2022, 7:08 AMAlessio Civitillo
02/07/2022, 10:18 AMAlessio Civitillo
02/07/2022, 10:18 AMAlessio Civitillo
02/07/2022, 10:19 AMAlejandro A
02/07/2022, 10:47 AMJohnny Bravo
02/07/2022, 11:16 AMJonas De Beukelaer
02/07/2022, 1:22 PMlogger = logging.getLogger("dagster")
to no availAdam McCartney
02/07/2022, 1:29 PMDimka Filippov
02/07/2022, 2:03 PM@logger
decorator and with some default config items (look on screenshot)
and want to understand, is it possible to set here, as the default value for the "name" parameter, the name of the Job currently running, or its ID for example???
just instead of the simple string "dagster" 😃Misa
02/07/2022, 8:04 PMKevin Haynes
02/07/2022, 8:17 PMpip install -r requirements.txt
and then running the Dagster services than it would be when working with Pipenv. Are there any other pros/cons I should consider here? Does anyone think Pipenv is worth the fuss? Anyone else think it's not worth the hassle and pip+venv works fine? Thanks in advance for the discussion 🙂Oyin
02/07/2022, 10:48 PMKevin Haynes
02/07/2022, 11:03 PMout
parameter for the op config instead of just a return value for the function? Is it because it has multiple return values and one is not always guaranteed? Are there other reasons one might use that pattern?Kalyan katamreddi
02/08/2022, 3:30 AMKeshav
02/08/2022, 5:52 AMFernando Ferrer
02/08/2022, 8:02 AMHuib Keemink
02/08/2022, 8:48 AMSebastian Napiorkowski
02/08/2022, 10:52 AMSagit Dotan
02/08/2022, 3:08 PMcelery_executor
and need to limit the parallelism on specific ops (by tag for example) within a job.
In the docs I found only a solution for multiprocess_executor
and for celery_k8s_job_executor.
but we want to keep using the celery_executor
.
Is there any solution/ ticket for future? thanks!Ginger Balmat
02/08/2022, 3:30 PMHuib Keemink
02/08/2022, 4:19 PMbodik
02/08/2022, 6:04 PMbodik
02/08/2022, 8:34 PMChris Nogradi
02/08/2022, 9:49 PM