Open luancaarvalho opened 1 year ago
I am having the exact issue - thanks for outlining in detail @luancaarvalho
Same thing here, Netsuite is sloooooow and times out. Not really the connectors fault, NetSuite API is just slow, but connector needs to accomodate the delay please.
Also consistently hitting this issue.
fwiw i found a workaround by specifying the objects I need when setting up the source
fwiw i found a workaround by specifying the objects I need when setting up the source
This worked immediately for us as well. Thank you!
Using object type I can find the tables (account, customer, employee, vendor etc) but couldn't find the transaction
and deleted
.
Does anyone know how to solve the issue?
Using object type I can find the tables (account, customer, employee, vendor etc) but couldn't find the
transaction
anddeleted
. Does anyone know how to solve the issue?
the transaction table does not exist as you'd normally see it. you have to pull individual transaction types, ie. invoice, creditmemo, journalentry, etc. The deletes are also not accessible, our team is pulling them manually from the UI every month and adding them to a dbt seed file.
Using object type I can find the tables (account, customer, employee, vendor etc) but couldn't find the
transaction
anddeleted
. Does anyone know how to solve the issue?the transaction table does not exist as you'd normally see it. you have to pull individual transaction types, ie. invoice, creditmemo, journalentry, etc. The deletes are also not accessible, our team is pulling them manually from the UI every month and adding them to a dbt seed file.
Thanks @d-shames 👍
Is there any documentation that I can refer to? What are the objects falls under Transaction
Using object type I can find the tables (account, customer, employee, vendor etc) but couldn't find the
transaction
anddeleted
. Does anyone know how to solve the issue?the transaction table does not exist as you'd normally see it. you have to pull individual transaction types, ie. invoice, creditmemo, journalentry, etc. The deletes are also not accessible, our team is pulling them manually from the UI every month and adding them to a dbt seed file.
Thanks @d-shames 👍 Is there any documentation that I can refer to? What are the objects falls under
Transaction
I believe you can pull anything listed here (don't believe the airbyte connector is case senstive when defining objects)
Description
I am experiencing an issue with the Airbyte NetSuite connector while trying to fetch the schema without specifying any object types in Airbyte v0.45.8, which is the latest version available via the Helm package, as well as in previous versions. It appears that the connector does not wait long enough for the NetSuite
metadata-catalog
API to respond, causing the fetch schema operation to fail. The API's response time is around 98.437 seconds. This issue occurs when connecting the NetSuite source connector to any destination connector (e.g., e2e, S3, etc.).Steps to reproduce the issue
metadata-catalog
API, which takes around 98.437 seconds to respond.Expected behavior The Airbyte NetSuite connector should wait for a sufficient amount of time for the NetSuite
metadata-catalog
API to respond, allowing the fetch schema operation to complete successfully and enabling the proper configuration of the data pipeline between the NetSuite source and destination connectors.Additional context This issue is causing difficulties in setting up and configuring the NetSuite connector in Airbyte, as the schema information is essential for proper data extraction and syncing with destination connectors, even without specifying any object types. The problem persists across multiple versions of Airbyte, including the latest version available via the Helm package (v0.45.8) and earlier versions. Follow the Images showing the response time in NetSuite and how airbyte looks after the complete response in NetSuite.
I kindly request the Airbyte maintainers to investigate this issue and provide a solution that allows sufficient time for the NetSuite
metadata-catalog
API to respond during the fetch schema operation, ensuring seamless integration between the NetSuite source connector and various destination connectors without specifying object types, in both the latest version and previous versions of Airbyte.Thank you for your attention to this matter.