You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/01 15:51:36 UTC

[GitHub] [airflow] dstandish commented on a diff in pull request #24625: Implement Azure service bus subscription (create, delete)Operators

dstandish commented on code in PR #24625:
URL: https://github.com/apache/airflow/pull/24625#discussion_r912076725


##########
airflow/providers/microsoft/azure/hooks/asb.py:
##########
@@ -114,6 +119,93 @@ def delete_queue(self, queue_name: str) -> None:
         with self.get_conn() as service_mgmt_conn:
             service_mgmt_conn.delete_queue(queue_name)
 
+    def create_subscription(

Review Comment:
   I suggest to just use the underlying client method rather than adding this one



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org