1fanwang commented on code in PR #70331:
URL: https://github.com/apache/airflow/pull/70331#discussion_r3647221263


##########
providers/amazon/src/airflow/providers/amazon/aws/operators/glue.py:
##########
@@ -449,6 +449,8 @@ def validate_inputs(self) -> None:
                 raise AttributeError("Target table must have DatabaseName and 
TableName")
 
     def execute(self, context: Context):
+        # ruleset is a template field; strip the rendered value here, not in 
__init__.

Review Comment:
   Thanks, will do @shahar1 



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