ferruzzi commented on code in PR #28321:
URL: https://github.com/apache/airflow/pull/28321#discussion_r1061006224
##########
airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -108,12 +110,13 @@ class BatchOperator(BaseOperator):
"job_queue",
"overrides",
Review Comment:
> TIL the names here need to match not the parameter name in the ctor but
the name of the attribute in the class
To translate that into ELI5: if you have `self.foo = bar` in your operator,
the template field would be named "foo" to match "self.foo", not "bar". :P
--
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]