if i wanted to run a hightouch sync at the end of my meltano pipeline, is a utility plugin the right approach at the moment? if so, are there examples of utility plugins y’all would recommend looking at to get started?
e
edgar_ramirez_mondragon
01/07/2022, 6:30 PM
Hi @prratek_ramchandani! Probably the most common utility folks are using is sqlfluff (in squared repo: https://gitlab.com/meltano/squared/-/blob/master/data/meltano.yml#L231-242).
I know hightouch does reverse etl, but I'm not familiar with sync. If you can wrap it in a Python CLI, then Meltano should have no problem using it as a utility.
p
prratek_ramchandani
01/07/2022, 6:35 PM
sync = the process of writing a query result to a destination. it’s just an API call to their rest API so yeah i could wrap that in a python CLI.