Brian Leonard

Results 80 comments of Brian Leonard

We should definitely not crash, but I'm not clear on the goal here. is it to support arrays (with any subtype) or render them as a string? @misteryeo @grishick @subodh1810

@subodh1810 @grishick Not sure about this one. The column type isn't BINARY, it's VARCHAR. The encoding seems like it should not influence the resulting destination table. I would think our...

Made a new issue: https://github.com/grouparoo/grouparoo/issues/1629 and we can decide to put it higher on the [roadmap](https://www.grouparoo.com/roadmap) than Amplitude.

Hey @tk26, we'd love to get a contribution. From the profile API, it looks like Courier takes an "external_id" approach, so `recipient_id` would be a required field in destination mappings....

Hey @njrogers, that's for letting us know! I'm happy to help walk through your setup in whatever works for you. I see you've joined the Slack. We can chat there...

Workaround: Make a property called `defaultedCompanyName` via a SQL query source. In that do `COALESCE(companyName, "No name given")`. This will give everyone a value. Then use that property to send...

Opening up based on the comment from @joablen in this issue: https://github.com/grouparoo/grouparoo/issues/854

A few options come to mind: 1) Add Salesforce as a source to get an understanding who is already a Contact. Make it so no one that is already a...

Did solution 2 here: https://github.com/grouparoo/grouparoo/pull/1051 Will add on solution 4 in future PR.

Did solution 4 here: https://github.com/grouparoo/grouparoo/pull/1052