https://dagster.io/ logo
s

Sasha Gorelikov

02/26/2021, 10:40 AM
Is there any possibility to debug sensor? I can run pipe_line by
Copy code
if __name__ == "__main__":
execute_pipeline(
        pipe_line_process_data_exch,
        mode="some_mode"
        , run_config={"loggers": {"my_logger": {}}}

    )
but for sensor I didn't find any example.
s

schrockn

02/26/2021, 1:23 PM
s

Sasha Gorelikov

02/26/2021, 4:10 PM
keanu thanks thank you.
8 Views