You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the tap into a new virtual environment, obtained the required credentials from QBO, executed the tap in discovery mode to get the catalog, and then as described in the readme.
I've installed the tap into a new virtual environment, obtained the required credentials from QBO, executed the tap in discovery mode to get the catalog, and then as described in the readme.
After I manually modified the state.json from
to
to make it work with the tap, I got a single duplicate entry.
I identified the reason for the tap's behavior in the file
tap_quickbooks/query_builder.py
. In my opinion, thewhere_base
is wrong:It should be corrected from
to
without the
=
operator.After removing it, the duplicate entry disappeared.
The text was updated successfully, but these errors were encountered: