-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
While AWS configuration parameters can be set via a config file or environment variables, there may be cases where these parameters need to be overwritten.
The current put_df, get_df and transactions module functions do not provide a mean to pass these parameters.
Adding a **kwargs argument to the different functions and passing it to the underlying boto3.client or boto3.resource function call would provide this functionality.
For examples, the get_df function signature would become:
def get_df(*, table, keys=None, attributes=None, dtype=None, **resource_kwargs):
...Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request