Smart_open indicates that you can provide credentials in some of the path strings, but this tap doesn't respect those conventions throughout the entire run process. It only respects, for example, s3 bucket names without any credentials included largely due to the parse_path function and its subsequent uses.
If this is not the desired way of providing access credentials to the spreadsheet, guidance in the docs would be helpful.
tap-spreadsheets-anywhere/tap_spreadsheets_anywhere/file_utils.py
Line 120 in 761b448
Smart_open indicates that you can provide credentials in some of the path strings, but this tap doesn't respect those conventions throughout the entire run process. It only respects, for example, s3 bucket names without any credentials included largely due to the
parse_pathfunction and its subsequent uses.If this is not the desired way of providing access credentials to the spreadsheet, guidance in the docs would be helpful.