o-nikolas commented on PR #28338: URL: https://github.com/apache/airflow/pull/28338#issuecomment-1490954958
> Is there a way to patch the call to `get_item()` in my sensor so that it returns a canned response? Absolutely, you could even just mock the conn to return a Mocked Table object and then set the return value you want on table.get_item() to be whatever you like. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
