Hi <@U06CBLX2X26> <@U06D0TMQ2U8> I am trying to i...
# troubleshooting
n
Hi @alexander_butler @pat_nadolny I am trying to integrate airbyte via meltano Whe. I try teting the tap using the command Meltano config tap-greenhouse test Getting following error
Using M1 Mac for development
a
Looks rosetta related. Same as another thread. Could also be that you are mounting in your .meltano folder into an x86 image. One of the two.
t
Related thread https://meltano.slack.com/archives/CMN8HELB0/p1684442996512039 I don’t know why you’re having to install rust @nesbeer. You shouldn’t have to to get this to run
n
@taylor the rust issue is resolved. Now I have problem with orjson dlopen() due to M1 architecture issue. @alexander_butler / @taylor i will create a ec2 instance with ubuntu and setup the tap there
a
For what its worth @nesbeer, I use M1 mac exclusively, use
orjson
in multiple repos and as a dependency in libraries I personally consume and don't have any issues 🤷
n
Hi i have setup the meltano in ubuntu environment and it's working file now. I have a query Suppose if we are running tap-zenefits airbyte varient how can I skip some streams in zenefits integration. For example i only need to download all the stream (people, employment etc) and disable stream like 'time_duration'. It can be done via stream map, can I get a sample of json object for interactive mode
u
@nesbeer check out https://docs.meltano.com/guide/integration#selecting-entities-and-attributes-for-extraction for details on selecting and deselecting streams/properties
n
This worked thanks. Also in zenefits currently we can have nested streams Like /core/people?includes=department Is these scenarios support in meltano?