prratek_ramchandani
02/17/2022, 11:03 PMstart_date
config values for an extractor but it seems to not be seeing the start date param at all and throws Exception: Config is missing required keys: ['start_date']
. i'm threading the contents of the relevant parts of my meltano.yml
and an additional environments.meltano.yml
prratek_ramchandani
02/17/2022, 11:05 PMprratek_ramchandani
02/17/2022, 11:05 PMprratek_ramchandani
02/17/2022, 11:06 PMmeltano --environment=dev elt tap-twitter-ads target-bigquery --job_id=tap-twitter-ads-to-target-bigquery
aaronsteers
02/17/2022, 11:06 PM- name: start_date|date_iso8601
- name: user_agent|string
- name: consumer_key|password
- name: consumer_secret|password
- name: access_token|password
prratek_ramchandani
02/17/2022, 11:06 PMEnvironment 'dev' is active
so it's definitely seeing the environment definitionaaronsteers
02/17/2022, 11:07 PM- name: start_date
kind: date_iso8601
prratek_ramchandani
02/17/2022, 11:07 PMprratek_ramchandani
02/17/2022, 11:08 PMaaronsteers
02/17/2022, 11:08 PMaaronsteers
02/17/2022, 11:09 PMprratek_ramchandani
02/17/2022, 11:10 PMaaronsteers
02/17/2022, 11:13 PMmeltano add extractor
with the --custom
flag or in another method? If you go through the --custom
wizard and ended up with name|kind
on the same line (as above), that seems like a bug to me and we should probably look into whether we can repro it.prratek_ramchandani
02/17/2022, 11:15 PMprratek_ramchandani
02/17/2022, 11:16 PMname|kind
and i'm sure at least a few were added via meltano add extractor --custom
prratek_ramchandani
02/17/2022, 11:17 PMaaronsteers
02/17/2022, 11:17 PMprratek_ramchandani
02/17/2022, 11:18 PMaaronsteers
02/17/2022, 11:19 PMprratek_ramchandani
02/17/2022, 11:20 PMaaronsteers
02/17/2022, 11:21 PMedgar_ramirez_mondragon
02/17/2022, 11:22 PM:
delimiter was confused with |
?aaronsteers
02/17/2022, 11:29 PM