AirbyteCodeTamperedError
after publishing forked connector to workspace
#64158
Unanswered
misplacedbyte
asked this question in
Low-code Framework
Replies: 1 comment
-
I've finally found what exactly is triggering this issue. If I have any strings with escaped characters, like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a fork of the GitLab source connector. The connection builder allows me to publish the connection, but when I try to use it in a new connection, I get an
AirbyteCodeTamperedError
error, which apparently means the checksum of thecomponents.py
file is different than what the connector development kit is expecting. I looked through the source code for the CDK, but I don't really understand why this could fail. Isn't the checksum something that should be updated by the connection builder once I publish a new version of my connector?Here is the start of the error in text:
And the end of the stacktrace:
Beta Was this translation helpful? Give feedback.
All reactions