perry2of5

Results 19 comments of perry2of5

I failed to recreate this. The commit that failed is gone (rebased away) and I need to move on to other things.

Just want to check, right now several of the existing operators get a handle to the connection and call the Microsoft Azure library directly. These should really be refactored down...

When I was working on this new operator I thought about moving some of those down into the hooks so I could reuse. I'll go ahead and put in a...

It seems to me if a message is sent from an airflow DAG then the DAG author probably wants a message back at some point to confirm completion, check for...

Need to rewrite to use a dedicated response queue because there is a race condition between adding the subscription and modifying the filter. The alternatives are to discard any messages...

I moved the ability to set message headers, reply-to and message-id into another PR https://github.com/apache/airflow/pull/47522