You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to connect to AWS Glue, the configuration states that
Glue requires no further configuration. We will let boto3 handle the connection configuration.
Added source: <name> to ~/.whale/config/connections.yaml.
This is an issue, since the organization I work at uses cross accounts, thus, requiring me to swap out profiles when trying to access resources. Currently, I am unable to specify which profile to use in order to extract data and it ends up using the default aws credentials, which does not have access to the aws glue catalog.
Issue:
When trying to connect to AWS Glue, the configuration states that
This is an issue, since the organization I work at uses cross accounts, thus, requiring me to swap out profiles when trying to access resources. Currently, I am unable to specify which profile to use in order to extract data and it ends up using the
default
aws credentials, which does not have access to the aws glue catalog.Possible Solution:
This could be remedied by asking the user to specify the aws config to use and then make modifications to the class constructor of GlueExtractor.py.
Something along the lines of:
Let me know if you would like me to try and make a PR with the suggested changes or whether you have another idea on how to resolve this.
The text was updated successfully, but these errors were encountered: