eschutho commented on code in PR #35832:
URL: https://github.com/apache/superset/pull/35832#discussion_r2482668569


##########
superset/commands/report/execute.py:
##########
@@ -142,14 +142,15 @@ def update_report_schedule_slack_v2(self) -> None:
                     channel_names = (slack_recipients["target"] or 
"").replace("#", "")
                     # we need to ensure that existing reports can also fetch
                     # ids from private channels
-                    channels = get_channels_with_search(
+                    channels_data = get_channels_with_search(
                         search_string=channel_names,
                         types=[
                             SlackChannelTypes.PRIVATE,
                             SlackChannelTypes.PUBLIC,
                         ],
                         exact_match=True,
                     )
+                    channels = channels_data["result"]

Review Comment:
   Ok, nm. I see that the function has changed. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to