lin_liu
09/01/2022, 1:27 AM"account_id", "external_id", "role_name", "region_name"] of tap-dynamodb from meltano.yml file to .env file, but found it is actually having no effects. it is showing errors like missing required_config_keys["account_id", "external_id", "role_name", "region_name"]. Just wonder is this supported in tap-dynamodb or did i miss something to achieve this? Thanks! 🙏lin_liu
09/01/2022, 1:45 AMedgar_ramirez_mondragon
09/01/2022, 1:53 AMtap-dynamodb ? is that defined in meltano.yml?lin_liu
09/01/2022, 1:54 AMlin_liu
09/01/2022, 1:56 AMlin_liu
09/01/2022, 1:57 AMedgar_ramirez_mondragon
09/01/2022, 1:57 AMsettings for the parent plugin tap-dynamodb . For example:
- name: tap-dynamodb
settings:
- name: acount_id
- name: external_id
- name: role_name
- name: region_name
- name: use_local_dynamo
kind: booledgar_ramirez_mondragon
09/01/2022, 1:58 AMsorry, wanna double check, you are saying that I need to declare these configs in advance in meltano.yml first, then these values can be picked up from .env?yes because it seems the dynamodb tap is a custom meltano plugin, in contrast to tap-postgres which you probably `meltano add`ed (which reads from Meltano Hub).
lin_liu
09/01/2022, 1:59 AMlin_liu
09/01/2022, 2:06 AM