-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No documentation for Config file. #15
Comments
Ditto - I landed here and had the same concern. @TebanSierra - By chance did you figure this out and can you share back here in this convo? |
It looks like at least these are required:
There are probably more but these are the ones explicitly 'required': https://github.com/singer-io/tap-dynamodb/blob/master/tap_dynamodb/__init__.py#L15 |
Not the right platform, I know, but these setup instructions seem helpful for the Dynamo side. I did not find anything similar on AWS's docs site. https://fivetran.com/docs/databases/dynamodb/setup-guide |
Updates from my research (and thanks to the great help of others in the community):
|
I just installed tap-dynamodb and trying to extract data out of a table....I have accesskey and secretkey setup in environment variables....how do I extract data. What is external_id? |
There is no documentation on what the config file MUST have, what is optional and what are the possible values of each input.
The text was updated successfully, but these errors were encountered: