shahar1 commented on code in PR #70331:
URL: https://github.com/apache/airflow/pull/70331#discussion_r3643768515
##########
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:
@1fanwang for next times - please ask your LLM to avoid adding such
commentary :)
--
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]