-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] No jobs table in NS2 schema but package trying import #29
Comments
Hi @ropalloni thanks for opening this issue. From my understanding it looks like you are not using the jobs component within Netsuite2. Is that correct? If so, this may be an easy update to simply add a variable to disable these models if you do not have the jobs component (similar to how you are Ideally we would include these models within the disable sources section of our README. Are there any other sources that you are currently not using which our package assumes you to have? |
hey @ropalloni , as for your second question, i think tax details and transaction lines are linked if you have the SuiteTax feature enabled https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4283867856.html (which we don't have internally) |
hi @fivetran-jamie, thanks for this. Very helpful. |
Is there an existing issue for this?
Describe the issue
the package is trying to import a table that does not exist in NS2 schema [JOB]
Relevant error log or model output
Database Error in model stg_netsuite2__jobs_tmp JOB does not exist or not authorized
Expected behavior
No error
dbt Project configurations
Now is "enabled = false" to avoid error
Package versions
0.7.0
What database are you using dbt with?
snowflake
dbt Version
1.3.2
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: