I’m having an issue with hightouch integration, I’...
# ask-community
j
I’m having an issue with hightouch integration, I’m getting this error:
Copy code
dagster._core.errors.DagsterExecutionStepExecutionError: Error occurred while executing op "hightouch_deal_sync":
The above exception was caused by the following exception:
AttributeError: 'tuple' object has no attribute 'sync_and_poll'
As far as I can tell, I’ve followed the documentation - I have my hightouch API key set up and configured for the branch deployment, and I’ve provided the configurations that I see in the docs. It seems like there’s something missing from my configuration, but I can’t seem to find what it is
dagster bot responded by community 1
🤖 1
a
It looks like a syntax issue in your op - can you share any of that code?
🙏 1
j
wow - just going through again I found a small syntax error in the config object, thanks for the hint on where to look!