Hey all, has anyone successfully configured `tap-d...
# plugins-general
g
Hey all, has anyone successfully configured
tap-dbt
to run in Meltano? Specifically, regardless of how I try to set the
account_ids
in
meltano.yml
I always get hit by:
ValueError: JSON value '<account_id>' is not an array
, the tap runs successfully when executed directly with a config file but... in
meltano.yml
I've currently got:
Copy code
config:
  account_ids:
    - "<account_id>"