Channels
announcements
dagster-airbyte
dagster-airflow
dagster-bigquery
dagster-cloud
dagster-cube
dagster-dask
dagster-dbt
dagster-de
dagster-ecs
dagster-feedback
dagster-kubernetes
dagster-machine-learning
dagster-noteable
dagster-releases
dagster-serverless
dagster-showcase
dagster-snowflake
dagster-spatial
dagster-support
dagster-wandb
dagstereo
data-platform-design
events
faq-read-me-before-posting
gigs-freelance
github-discussions
introductions
jobs
random
tools
豆瓣酱帮
Powered by
Title
c
Chris Histe
02/20/2023, 9:32 PM
Hi, is there a way to use
pdb
with recent Dagster version. I found
ForkedPdb().set_trace()
but I couldn’t make it work locally. It seems to be blocking the process but the REPL doesn’t start. Documentation is also
missing
. Thanks in advance
:dagster-bot-responded-by-community: 2
d
Daniel Mosesson
02/20/2023, 11:14 PM
if this is outside of dagit, there are two options (inside of dagit, I don't really know of any): 1. python -m pdb <yourmodule> 2. call
breakpoint()
from your code, it will drop you right into pdb at that location
c
Chris Histe
02/22/2023, 1:39 PM
I see, thanks I will try that next time 🙂
7 Views
#dagster-support
Join Slack