Skip to content

Commit

Permalink
Add template_fields to S3KeySensorAsync (#373)
Browse files Browse the repository at this point in the history
closes #362
  • Loading branch information
kaxil authored May 22, 2022
1 parent ccb044d commit 84b69e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astronomer/providers/amazon/aws/sensors/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class S3KeySensorAsync(BaseOperator):
CA cert bundle than the one used by botocore.
"""

template_fields: Sequence[str] = ("bucket_key", "bucket_name")

def __init__(
self,
*,
Expand Down

0 comments on commit 84b69e0

Please sign in to comment.