Alex Garcia

Results 1 comments of Alex Garcia

@RickRen7575 you can resolve that limitation separating the full webhook teams url by the `http_conn_id ` and `webhook_token` when calling the `MSTeamsWebhookOperator` operator: ``` teams_notification = MSTeamsWebhookOperator( task_id="notify_failure", http_conn_id="", webhook_token="",...