ruijiang-rjian commented on code in PR #62962:
URL: https://github.com/apache/airflow/pull/62962#discussion_r2932932643


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/sagemaker_unified_studio.py:
##########
@@ -113,7 +113,14 @@ def __init__(
 
     def _get_sagemaker_studio_config(self):
         config = ClientConfig()
-        config.overrides["execution"] = {"local": is_local_runner()}
+        if self.domain_region:
+            config.region = self.domain_region

Review Comment:
   Nice catch! 



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

Reply via email to