Andy Lu
Andy Lu
Hi @pedromachados, Just to clarify, do you mean you are running version 3.5.2 of `singer-python` or version 3.5.2 of `python`? Also, if this is no longer an issue, I'll close...
Couldn't you do: ``` echo '{"host": "mysql-host.com", \ "port": "3306", \ "user": "$USR_PROD", \ "password": "$PWD_PROD"}' > /tmp/my_config; \ tap-mysql --config /tmp/my_config ```
Understood, feel free to open a PR for the feature 👍 On another note, how do you handle state files? Or do you not use those?
Nothing wrong with it 😄 It occurred to me that either you are not using state at all or we would have to also implement this for state
https://github.com/singer-io/getting-started/blob/master/docs/FAQ.md
Wrong button
The only way I found was to add a parameter `api_version='v5.0'` to [this line](https://github.com/singer-io/tap-facebook/blob/80944190b46e5534da16ba36d5213a0c46ab7664/tap_facebook/__init__.py#L714)
@kayvink @aaabuabat I have a PR open currently with a bump to V6 of the API, I would love to see if that fixes your problem. See #88
@Bhumikanj are you running your own version or `v1.9.0`?
> this is causing the tap to break What if you don't select `ads`?