Is there any possibility to debug sensor? I can ru...
# announcements
s
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
s
keanu thanks thank you.