Summary
Error encountered while setting up Salesforce as source and Databricks as destination in Airbyte on a Mac local machine.
Question
i am running airbyte in mac local machine, setup source as salesforce and destination as databricks but i am running into this error , tried checking but couldnt find any reason to
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["error", "salesforce-connector", "databricks-connector", "mac-local-machine"]
I assume that you use abctl
install kind https://kind.sigs.k8s.io/docs/user/quick-start/#installation and check logs
kind export logs --name=airbyte-abctl kind-logs
in kind-logs
directory you will find all the logs, check for error, exception and so on
2024-09-19 10:15:49 INFO i.a.c.ConnectorWatcher(failWorkload):277 - Failing workload b117307c-14b6-41aa-9422-947e34922962_604afcdc-24e8-4874-873c-64ac9b648948_0_discover.
2024-09-19 10:15:50 INFO i.a.c.ConnectorWatcher(exitFileNotFound):201 - Deliberately exiting process with code 2.```
2024-09-19 10:06:49 WARN c.a.l.CommonsLog(warn):113 - JAXB is unavailable. Will fallback to SDK implementation which may be less performant.If you are using Java 9+, you will need to include javax.xml.bind:jaxb-api as a dependency.
<@U05JENRCF7C> does these two could be cause ?
<@U07N484DUR1> - I am running into the same issue but on EKS. Were you able to find a solution to this?
<@U07N484DUR1> - I actually found out what my issue was. I was running an AMD connector on ARM Airbyte. Since you’re running Mac, you probably can only run connectors that are compiled for ARM.
<@U07JC35MYCR> i am now trying to run on Azure VM