Skip to content

Commit

Permalink
adds emty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Nov 29, 2024
1 parent e6d20fa commit e72ae5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tap_s3_csv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

LOGGER = singer.get_logger()

REQUIRED_CONFIG_KEYS = ["start_date", "bucket", "account_id", "external_id", "role_name"]
REQUIRED_CONFIG_KEYS = ["start_date", "bucket", "account_id", "external_id", "role_name"]


def do_discover(config):
Expand Down
1 change: 1 addition & 0 deletions tap_s3_csv/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def load(self):
self.METHOD
)


@retry_pattern
def setup_aws_client(config):
role_arn = "arn:aws:iam::{}:role/{}".format(config['account_id'].replace('-', ''),
Expand Down

0 comments on commit e72ae5a

Please sign in to comment.