Hi i am using the meltano dev containers and i am ...
# singer-tap-development
a
Hi i am using the meltano dev containers and i am trying to add a requied auth token for the config. however, i dont know how to create the config file. any hints.
v
Yeah there's two ways I do it. One is just use meltano and it'll make it for you
Here's an example config.json
from
meltano invoke --dump=config tap-googleads
Copy code
{
  "client_id": "<http://sdfdsfsdfjf.apps.googleusercontent.com|sdfdsfsdfjf.apps.googleusercontent.com>",
  "client_secret": "sdfdsfsdf",
  "developer_token": "sdfsdfsd",
  "refresh_token": "sdfdsfsdfsdf",
  "customer_id": "sdfdsf",
  "login_customer_id": "sdfdsfdf",
  "start_date": "2010-01-01T00:00:00Z"
}
a
Thank you; i type that it is not creating a config that i can use. maybe