Kamal Tuteja
10/30/2024, 12:51 AMuser
10/30/2024, 12:51 AMKamal Tuteja
10/30/2024, 1:07 AMuser
10/30/2024, 1:08 AMuser
10/30/2024, 1:08 AMcursor_field
is being instantiated in the connector code. Here's what we know about this issue: 1. It seems to be affecting the open-source (OSS) version of Airbyte. 2. The error occurs during the configuration check of the connector, specifically when trying to connect to the "accounts" stream. 3. The root cause appears to be that the cursor_field
is being instantiated as a regular string object instead of an InterpolatedString
(which has an eval
method). 4. A pull request has been created to address this issue, as mentioned by a contributor in [GitHub Issue #44471](https://github.com/airbytehq/airbyte/issues/44471#issuecomment-2313870457): "I've created a PR for the QuickBooks error that you were getting while setting up the connector (str has no method eval) I've resolved that..." The Airbyte team is aware of this problem and is working on a fix. However, as of the latest information available in these knowledge sources, the fix has not yet been merged into the main codebase. If you're encountering this error, the best course of action is to: 1. Keep an eye on the GitHub issues mentioned above for updates. 2. Wait for the next release of the Quickbooks source connector, which should include the fix for this issue. 3. If you urgently need to use the Quickbooks connector, you might want to reach out to Airbyte support for any potential workarounds or an estimated timeline for the fix. Remember, this issue is specific to the Quickbooks source connector and does not affect other Airbyte connectors.