ian_lewis
03/16/2023, 1:00 PMtarget-s3-parquet or target-s3 plugins require the AWS aws_access_key_id and aws_secret_access_key . Om my local machine I have access to AWS resurces via profiles used by 'aws sso login'.
Is Meltano capable of doing the equivalent of boto3.setup_default_session() to provide the required credentials to the plugins?Sven Balnojan
03/16/2023, 1:13 PMaws configure export-credentials --profile your-profile-name --format envian_lewis
03/16/2023, 1:14 PM