Derek Visch
Derek Visch
fwiw the logout and login flow worked without having to hit enter after I had already authed once and my browser had the "auth" cached ``` visch@DESKTOP-9BDPA9T:~/git/prodder$ meltano-cloud logout Logging...
I hit an issue with their tap (I was trying to write Meltano instructions to place in the planetscale readme) see https://github.com/planetscale/singer-tap/issues/51
We could probably do something better than this but here's a "working" example. Note that their tap doesn't follow the singer spec so I don't think we can add this...
I played around a bit with the latest version of the planet scale tap (they fixed the catalog output) I can't get meltano to properly select the fields I have,...
Is this one already done? https://github.com/meltano/sdk/blob/0d54ebed751b7db34935d31ca4b405a31b774f09/singer_sdk/streams/sql.py#L202 Made a seperate issue here for adding this configuration for users to control themselves here https://github.com/meltano/sdk/issues/2312
Note that https://github.com/AutoIDM/tap-clickup/blob/main/tap_clickup/client.py#L116-L142 is the latest implementation of this, and state does work. There's still a little oddity with having to have partitions be set to None that could probably...
The few things I see almost everyone mess up with csv generation is: 1. The separator chosen can also come up in your data, you have to have some way...
Another implementation here https://github.com/MeltanoLabs/tap-mysql/pull/6
https://github.com/AutoIDM/tap-clickup#clickup-table-schemas has a decent example of Documentation that's nice to have for each Stream. Note that I was following some kind of template from the singer community
fyi v12 will continue working (at least for my use case on https://github.com/AutoIDM/tap-googleads) but you have to do some work to get to v14 by September