diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 17c2c54..abfd1c8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -83,6 +83,6 @@ body: description: Our team will assess this issue and let you know if we will add it to a future sprint. However, if you would like to expedite the solution, we encourage you to contribute to the package via a PR. Our team will then work with you to approve and merge your contributions as soon as possible. options: - label: Yes. - - label: Yes, but I will need assistance and will schedule time during our [office hours](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) for guidance + - label: Yes, but I will probably need assistance. - label: No. required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index a1d28bb..5b19932 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -34,7 +34,7 @@ body: description: Our team will assess this feature and let you know if we will add it to a future sprint. However, if you would like to expedite the feature, we encourage you to contribute to the package via a PR. Our team will then work with you to approve and merge your contributions as soon as possible. options: - label: Yes. - - label: Yes, but I will need assistance and will schedule time during your [office hours](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) for guidance. + - label: Yes, but I will probably need assistance. - label: No. required: false - type: textarea diff --git a/.gitignore b/.gitignore index 0c450e6..e85d34f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ logs/ keyfile.json .DS_Store develop/ - -dbt_packages/ \ No newline at end of file +env/ +dbt_packages/ +package-lock.yml \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1315a2a..87940a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# dbt_netsuite_source v0.10.1 +[PR #51](https://github.com/fivetran/dbt_netsuite_source/pull/51) includes the following update: + +## Feature Update +- Added the `entities_pass_through_columns` variable to be leveraged within the `stg_netsuite2__entities` model. This variable will allow users to pass through fields which are not natively included to the package staging model. + - Removed fields from the `get_entity_columns` macro that are not brought into the `stg_netsuite2__entities` model to ensure that the passthrough feature works properly. + +## Contributors: +- [@FrankTub](https://github.com/FrankTub) ([PR #51](https://github.com/fivetran/dbt_netsuite_source/pull/51)) + # dbt_netsuite_source v0.10.0 [PR #47](https://github.com/fivetran/dbt_netsuite_source/pull/47) includes the following update: ## 🚨 Breaking Changes 🚨 diff --git a/README.md b/README.md index f2fb480..d9dc507 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ vars: customers_pass_through_columns: - name: "customer_custom_field" alias: "customer_field" + entities_pass_through_columns: + - name: "entity_custom_field" + alias: "entity_field" locations_pass_through_columns: - name: "location_custom_field" subsidiaries_pass_through_columns: @@ -222,5 +225,4 @@ We highly encourage and welcome contributions to this package. Check out [this d # 🏪 Are there any resources available? - If you have questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_netsuite_source/issues/new/choose) section to find the right avenue of support for you. -- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). -- Have questions or want to be part of the community discourse? Create a post in the [Fivetran community](https://community.fivetran.com/t5/user-group-for-dbt/gh-p/dbt-user-group) and our team along with the community can join in on the discussion! +- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index c93316e..cc7442e 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] name: 'netsuite_source' -version: '0.10.0' +version: '0.10.1' models: netsuite_source: @@ -67,6 +67,7 @@ vars: consolidated_exchange_rates_pass_through_columns: [] vendors_pass_through_columns: [] items_pass_through_columns: [] + entities_pass_through_columns: [] clean-targets: - target diff --git a/docs/catalog.json b/docs/catalog.json index e703794..6c1bd0f 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.9", "generated_at": "2024-04-29T22:43:42.902210Z", "invocation_id": "759846ac-cafe-4ad0-849f-960f0a10d57a", "env": {}}, "nodes": {"seed.netsuite_source_integration_tests.netsuite2_account_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_account_data"}, "seed.netsuite_source_integration_tests.netsuite2_account_type_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_account_type_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_account_type_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_book_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_book_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_book_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_book_sub_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_book_sub_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_book_sub_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_period_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_period_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_period_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_period_fiscal_cal_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_period_fiscal_cal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_period_fiscal_cal_data"}, "seed.netsuite_source_integration_tests.netsuite2_classification_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_classification_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_classification_data"}, "seed.netsuite_source_integration_tests.netsuite2_consolidated_exchange_rate_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_consolidated_exchange_rate_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_consolidated_exchange_rate_data"}, "seed.netsuite_source_integration_tests.netsuite2_currency_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_currency_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_currency_data"}, "seed.netsuite_source_integration_tests.netsuite2_customer_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_customer_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_customer_data"}, "seed.netsuite_source_integration_tests.netsuite2_department_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_department_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_department_data"}, "seed.netsuite_source_integration_tests.netsuite2_entities_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_entities_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_entities_data"}, "seed.netsuite_source_integration_tests.netsuite2_entity_address_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_entity_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_entity_address_data"}, "seed.netsuite_source_integration_tests.netsuite2_item_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_item_data"}, "seed.netsuite_source_integration_tests.netsuite2_job_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_job_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_job_data"}, "seed.netsuite_source_integration_tests.netsuite2_location_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_location_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_location_data"}, "seed.netsuite_source_integration_tests.netsuite2_location_main_address_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_location_main_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_location_main_address_data"}, "seed.netsuite_source_integration_tests.netsuite2_subsidiary_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_subsidiary_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_subsidiary_data"}, "seed.netsuite_source_integration_tests.netsuite2_tran_acct_line_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_tran_acct_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_tran_acct_line_data"}, "seed.netsuite_source_integration_tests.netsuite2_transaction_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_transaction_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_transaction_data"}, "seed.netsuite_source_integration_tests.netsuite2_transaction_line_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_transaction_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_transaction_line_data"}, "seed.netsuite_source_integration_tests.netsuite2_vendor_category_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_vendor_category_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_vendor_category_data"}, "seed.netsuite_source_integration_tests.netsuite2_vendor_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_vendor_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_vendor_data"}, "seed.netsuite_source_integration_tests.netsuite_accounting_books_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounting_books_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounting_books_data"}, "seed.netsuite_source_integration_tests.netsuite_accounting_periods_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounting_periods_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounting_periods_data"}, "seed.netsuite_source_integration_tests.netsuite_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_classes_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_classes_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_classes_data"}, "seed.netsuite_source_integration_tests.netsuite_consolidated_exchange_rates_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_consolidated_exchange_rates_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_consolidated_exchange_rates_data"}, "seed.netsuite_source_integration_tests.netsuite_currencies_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_currencies_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_currencies_data"}, "seed.netsuite_source_integration_tests.netsuite_customers_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_customers_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_customers_data"}, "seed.netsuite_source_integration_tests.netsuite_departments_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_departments_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_departments_data"}, "seed.netsuite_source_integration_tests.netsuite_expense_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_expense_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_expense_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_income_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_income_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_income_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_items_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_items_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_items_data"}, "seed.netsuite_source_integration_tests.netsuite_locations_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_locations_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_locations_data"}, "seed.netsuite_source_integration_tests.netsuite_subsidiaries_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_subsidiaries_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_subsidiaries_data"}, "seed.netsuite_source_integration_tests.netsuite_transaction_lines_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_transaction_lines_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_transaction_lines_data"}, "seed.netsuite_source_integration_tests.netsuite_transactions_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_transactions_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_transactions_data"}, "seed.netsuite_source_integration_tests.netsuite_vendor_types_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_vendor_types_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_vendor_types_data"}, "seed.netsuite_source_integration_tests.netsuite_vendors_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_vendors_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_vendors_data"}, "model.netsuite_source.stg_netsuite2__account_types": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__account_types", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_type_id": {"type": "text", "index": 3, "name": "account_type_id", "comment": null}, "is_balancesheet": {"type": "boolean", "index": 4, "name": "is_balancesheet", "comment": null}, "is_leftside": {"type": "boolean", "index": 5, "name": "is_leftside", "comment": null}, "type_name": {"type": "text", "index": 6, "name": "type_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__account_types"}, "model.netsuite_source.stg_netsuite2__account_types_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__account_types_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__account_types_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_book_subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "accounting_book_id": {"type": "integer", "index": 3, "name": "accounting_book_id", "comment": null}, "status": {"type": "text", "index": 4, "name": "status", "comment": null}, "subsidiary_id": {"type": "integer", "index": 5, "name": "subsidiary_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries"}, "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_book_subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_books": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_books", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_book_name": {"type": "text", "index": 3, "name": "accounting_book_name", "comment": null}, "base_book_id": {"type": "integer", "index": 4, "name": "base_book_id", "comment": null}, "effective_period_id": {"type": "integer", "index": 5, "name": "effective_period_id", "comment": null}, "is_adjustment_only": {"type": "boolean", "index": 6, "name": "is_adjustment_only", "comment": null}, "is_consolidated": {"type": "boolean", "index": 7, "name": "is_consolidated", "comment": null}, "is_contingent_revenue_handling": {"type": "text", "index": 8, "name": "is_contingent_revenue_handling", "comment": null}, "is_primary": {"type": "boolean", "index": 9, "name": "is_primary", "comment": null}, "is_two_step_revenue_allocation": {"type": "text", "index": 10, "name": "is_two_step_revenue_allocation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_books"}, "model.netsuite_source.stg_netsuite2__accounting_books_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_books_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_books_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_period_fiscal_cal", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "parent_id": {"type": "integer", "index": 5, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal"}, "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_period_fiscal_cal_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_periods": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_periods", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "accounting_period_id": {"type": "integer", "index": 2, "name": "accounting_period_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "starting_at": {"type": "timestamp without time zone", "index": 5, "name": "starting_at", "comment": null}, "ending_at": {"type": "timestamp without time zone", "index": 6, "name": "ending_at", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 7, "name": "closed_at", "comment": null}, "is_quarter": {"type": "boolean", "index": 8, "name": "is_quarter", "comment": null}, "is_year": {"type": "boolean", "index": 9, "name": "is_year", "comment": null}, "is_adjustment": {"type": "boolean", "index": 10, "name": "is_adjustment", "comment": null}, "is_posting": {"type": "boolean", "index": 11, "name": "is_posting", "comment": null}, "is_closed": {"type": "boolean", "index": 12, "name": "is_closed", "comment": null}, "is_all_locked": {"type": "boolean", "index": 13, "name": "is_all_locked", "comment": null}, "is_ar_locked": {"type": "boolean", "index": 14, "name": "is_ar_locked", "comment": null}, "is_ap_locked": {"type": "boolean", "index": 15, "name": "is_ap_locked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_periods"}, "model.netsuite_source.stg_netsuite2__accounting_periods_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounting_periods_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_periods_tmp"}, "model.netsuite_source.stg_netsuite2__accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "integer", "index": 2, "name": "account_id", "comment": null}, "account_external_id": {"type": "text", "index": 3, "name": "account_external_id", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "account_type_id": {"type": "text", "index": 6, "name": "account_type_id", "comment": null}, "special_account_type_id": {"type": "text", "index": 7, "name": "special_account_type_id", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "account_description": {"type": "integer", "index": 9, "name": "account_description", "comment": null}, "deferral_account_id": {"type": "integer", "index": 10, "name": "deferral_account_id", "comment": null}, "cash_flow_rate_type": {"type": "text", "index": 11, "name": "cash_flow_rate_type", "comment": null}, "general_rate_type": {"type": "text", "index": 12, "name": "general_rate_type", "comment": null}, "currency_id": {"type": "integer", "index": 13, "name": "currency_id", "comment": null}, "class_id": {"type": "integer", "index": 14, "name": "class_id", "comment": null}, "department_id": {"type": "integer", "index": 15, "name": "department_id", "comment": null}, "location_id": {"type": "integer", "index": 16, "name": "location_id", "comment": null}, "is_including_child_subs": {"type": "boolean", "index": 17, "name": "is_including_child_subs", "comment": null}, "is_inactive": {"type": "boolean", "index": 18, "name": "is_inactive", "comment": null}, "is_summary": {"type": "boolean", "index": 19, "name": "is_summary", "comment": null}, "is_eliminate": {"type": "boolean", "index": 20, "name": "is_eliminate", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 21, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounts"}, "model.netsuite_source.stg_netsuite2__accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounts_tmp"}, "model.netsuite_source.stg_netsuite2__classes": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__classes", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "class_id": {"type": "integer", "index": 2, "name": "class_id", "comment": null}, "class_external_id": {"type": "integer", "index": 3, "name": "class_external_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 5, "name": "full_name", "comment": null}, "is_inactive": {"type": "boolean", "index": 6, "name": "is_inactive", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 7, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__classes"}, "model.netsuite_source.stg_netsuite2__classes_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__classes_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__classes_tmp"}, "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__consolidated_exchange_rates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 2, "name": "accounting_period_id", "comment": null}, "from_currency_id": {"type": "integer", "index": 3, "name": "from_currency_id", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 4, "name": "from_subsidiary_id", "comment": null}, "to_currency_id": {"type": "integer", "index": 5, "name": "to_currency_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 6, "name": "to_subsidiary_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 7, "name": "accounting_book_id", "comment": null}, "current_rate": {"type": "integer", "index": 8, "name": "current_rate", "comment": null}, "average_rate": {"type": "integer", "index": 9, "name": "average_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 10, "name": "historical_rate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates"}, "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__consolidated_exchange_rates_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates_tmp"}, "model.netsuite_source.stg_netsuite2__currencies": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__currencies", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "currency_id": {"type": "integer", "index": 2, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 4, "name": "symbol", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__currencies"}, "model.netsuite_source.stg_netsuite2__currencies_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__currencies_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__currencies_tmp"}, "model.netsuite_source.stg_netsuite2__customers": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__customers", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "entity_id": {"type": "text", "index": 2, "name": "entity_id", "comment": null}, "customer_external_id": {"type": "integer", "index": 3, "name": "customer_external_id", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}, "is_person": {"type": "boolean", "index": 5, "name": "is_person", "comment": null}, "company_name": {"type": "text", "index": 6, "name": "company_name", "comment": null}, "first_name": {"type": "text", "index": 7, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 8, "name": "last_name", "comment": null}, "email_address": {"type": "text", "index": 9, "name": "email_address", "comment": null}, "phone_number": {"type": "integer", "index": 10, "name": "phone_number", "comment": null}, "default_billing_address_id": {"type": "integer", "index": 11, "name": "default_billing_address_id", "comment": null}, "default_shipping_address_id": {"type": "integer", "index": 12, "name": "default_shipping_address_id", "comment": null}, "receivables_account_id": {"type": "integer", "index": 13, "name": "receivables_account_id", "comment": null}, "currency_id": {"type": "integer", "index": 14, "name": "currency_id", "comment": null}, "date_first_order_at": {"type": "integer", "index": 15, "name": "date_first_order_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__customers"}, "model.netsuite_source.stg_netsuite2__customers_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__customers_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__customers_tmp"}, "model.netsuite_source.stg_netsuite2__departments": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__departments", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "department_id": {"type": "integer", "index": 2, "name": "department_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 5, "name": "full_name", "comment": null}, "subsidiary_id": {"type": "text", "index": 6, "name": "subsidiary_id", "comment": null}, "is_inactive": {"type": "boolean", "index": 7, "name": "is_inactive", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__departments"}, "model.netsuite_source.stg_netsuite2__departments_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__departments_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__departments_tmp"}, "model.netsuite_source.stg_netsuite2__entities": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__entities", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "entity_id": {"type": "integer", "index": 2, "name": "entity_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "entity_name": {"type": "text", "index": 4, "name": "entity_name", "comment": null}, "entity_type": {"type": "text", "index": 5, "name": "entity_type", "comment": null}, "is_person": {"type": "boolean", "index": 6, "name": "is_person", "comment": null}, "contact_id": {"type": "integer", "index": 7, "name": "contact_id", "comment": null}, "customer_id": {"type": "integer", "index": 8, "name": "customer_id", "comment": null}, "employee_id": {"type": "integer", "index": 9, "name": "employee_id", "comment": null}, "job_id": {"type": "integer", "index": 10, "name": "job_id", "comment": null}, "vendor_id": {"type": "integer", "index": 11, "name": "vendor_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entities"}, "model.netsuite_source.stg_netsuite2__entities_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__entities_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entities_tmp"}, "model.netsuite_source.stg_netsuite2__entity_address": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__entity_address", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 2, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 3, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 4, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 5, "name": "addressee", "comment": null}, "full_address": {"type": "text", "index": 6, "name": "full_address", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "country": {"type": "text", "index": 8, "name": "country", "comment": null}, "state": {"type": "text", "index": 9, "name": "state", "comment": null}, "nkey": {"type": "integer", "index": 10, "name": "nkey", "comment": null}, "zipcode": {"type": "integer", "index": 11, "name": "zipcode", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entity_address"}, "model.netsuite_source.stg_netsuite2__entity_address_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__entity_address_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entity_address_tmp"}, "model.netsuite_source.stg_netsuite2__items": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__items", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "item_id": {"type": "integer", "index": 2, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 5, "name": "sales_description", "comment": null}, "department_id": {"type": "integer", "index": 6, "name": "department_id", "comment": null}, "class_id": {"type": "integer", "index": 7, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 8, "name": "location_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 9, "name": "subsidiary_id", "comment": null}, "asset_account_id": {"type": "integer", "index": 10, "name": "asset_account_id", "comment": null}, "expense_account_id": {"type": "integer", "index": 11, "name": "expense_account_id", "comment": null}, "gain_loss_account_id": {"type": "integer", "index": 12, "name": "gain_loss_account_id", "comment": null}, "income_account_id": {"type": "integer", "index": 13, "name": "income_account_id", "comment": null}, "interco_expense_account_id": {"type": "integer", "index": 14, "name": "interco_expense_account_id", "comment": null}, "interco_income_account_id": {"type": "integer", "index": 15, "name": "interco_income_account_id", "comment": null}, "deferred_expense_account_id": {"type": "integer", "index": 16, "name": "deferred_expense_account_id", "comment": null}, "deferred_revenue_account_id": {"type": "integer", "index": 17, "name": "deferred_revenue_account_id", "comment": null}, "parent_item_id": {"type": "integer", "index": 18, "name": "parent_item_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__items"}, "model.netsuite_source.stg_netsuite2__items_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__items_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__items_tmp"}, "model.netsuite_source.stg_netsuite2__jobs": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__jobs", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "job_id": {"type": "integer", "index": 2, "name": "job_id", "comment": null}, "job_external_id": {"type": "integer", "index": 3, "name": "job_external_id", "comment": null}, "customer_id": {"type": "integer", "index": 4, "name": "customer_id", "comment": null}, "entity_id": {"type": "text", "index": 5, "name": "entity_id", "comment": null}, "billing_address_id": {"type": "integer", "index": 6, "name": "billing_address_id", "comment": null}, "shipping_address_id": {"type": "integer", "index": 7, "name": "shipping_address_id", "comment": null}, "parent_id": {"type": "integer", "index": 8, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__jobs"}, "model.netsuite_source.stg_netsuite2__jobs_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__jobs_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__jobs_tmp"}, "model.netsuite_source.stg_netsuite2__location_main_address": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__location_main_address", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 2, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 3, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 4, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 5, "name": "addressee", "comment": null}, "full_address": {"type": "text", "index": 6, "name": "full_address", "comment": null}, "city": {"type": "integer", "index": 7, "name": "city", "comment": null}, "country": {"type": "integer", "index": 8, "name": "country", "comment": null}, "state": {"type": "integer", "index": 9, "name": "state", "comment": null}, "nkey": {"type": "integer", "index": 10, "name": "nkey", "comment": null}, "zipcode": {"type": "integer", "index": 11, "name": "zipcode", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__location_main_address"}, "model.netsuite_source.stg_netsuite2__location_main_address_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__location_main_address_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__location_main_address_tmp"}, "model.netsuite_source.stg_netsuite2__locations": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__locations", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 4, "name": "full_name", "comment": null}, "main_address_id": {"type": "integer", "index": 5, "name": "main_address_id", "comment": null}, "parent_id": {"type": "integer", "index": 6, "name": "parent_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 7, "name": "subsidiary_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__locations"}, "model.netsuite_source.stg_netsuite2__locations_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__locations_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__locations_tmp"}, "model.netsuite_source.stg_netsuite2__subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "subsidiary_id": {"type": "integer", "index": 2, "name": "subsidiary_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 4, "name": "full_name", "comment": null}, "email_address": {"type": "integer", "index": 5, "name": "email_address", "comment": null}, "main_address_id": {"type": "integer", "index": 6, "name": "main_address_id", "comment": null}, "country": {"type": "text", "index": 7, "name": "country", "comment": null}, "state": {"type": "text", "index": 8, "name": "state", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 9, "name": "fiscal_calendar_id", "comment": null}, "parent_id": {"type": "integer", "index": 10, "name": "parent_id", "comment": null}, "currency_id": {"type": "integer", "index": 11, "name": "currency_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__subsidiaries"}, "model.netsuite_source.stg_netsuite2__subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite2__transaction_accounting_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transaction_accounting_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 4, "name": "transaction_line_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 5, "name": "accounting_book_id", "comment": null}, "account_id": {"type": "integer", "index": 6, "name": "account_id", "comment": null}, "is_posting": {"type": "boolean", "index": 7, "name": "is_posting", "comment": null}, "amount": {"type": "integer", "index": 8, "name": "amount", "comment": null}, "credit_amount": {"type": "integer", "index": 9, "name": "credit_amount", "comment": null}, "debit_amount": {"type": "integer", "index": 10, "name": "debit_amount", "comment": null}, "net_amount": {"type": "integer", "index": 11, "name": "net_amount", "comment": null}, "paid_amount": {"type": "integer", "index": 12, "name": "paid_amount", "comment": null}, "unpaid_amount": {"type": "integer", "index": 13, "name": "unpaid_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_accounting_lines"}, "model.netsuite_source.stg_netsuite2__transaction_accounting_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transaction_accounting_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_accounting_lines_tmp"}, "model.netsuite_source.stg_netsuite2__transaction_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transaction_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_line_number": {"type": "integer", "index": 4, "name": "transaction_line_number", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "entity_id": {"type": "integer", "index": 6, "name": "entity_id", "comment": null}, "item_id": {"type": "integer", "index": 7, "name": "item_id", "comment": null}, "class_id": {"type": "integer", "index": 8, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 9, "name": "location_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 10, "name": "subsidiary_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "is_closed": {"type": "boolean", "index": 12, "name": "is_closed", "comment": null}, "is_billable": {"type": "boolean", "index": 13, "name": "is_billable", "comment": null}, "is_cogs": {"type": "boolean", "index": 14, "name": "is_cogs", "comment": null}, "is_cleared": {"type": "boolean", "index": 15, "name": "is_cleared", "comment": null}, "is_commitment_firm": {"type": "boolean", "index": 16, "name": "is_commitment_firm", "comment": null}, "is_main_line": {"type": "boolean", "index": 17, "name": "is_main_line", "comment": null}, "is_tax_line": {"type": "boolean", "index": 18, "name": "is_tax_line", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_lines"}, "model.netsuite_source.stg_netsuite2__transaction_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transaction_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_lines_tmp"}, "model.netsuite_source.stg_netsuite2__transactions": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transactions", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "_fivetran_synced_date": {"type": "date", "index": 2, "name": "_fivetran_synced_date", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_number": {"type": "integer", "index": 4, "name": "transaction_number", "comment": null}, "transaction_type": {"type": "text", "index": 5, "name": "transaction_type", "comment": null}, "memo": {"type": "text", "index": 6, "name": "memo", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 7, "name": "transaction_date", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "due_date_at": {"type": "timestamp without time zone", "index": 10, "name": "due_date_at", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 11, "name": "closed_at", "comment": null}, "currency_id": {"type": "integer", "index": 12, "name": "currency_id", "comment": null}, "entity_id": {"type": "integer", "index": 13, "name": "entity_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 14, "name": "accounting_period_id", "comment": null}, "is_posting": {"type": "boolean", "index": 15, "name": "is_posting", "comment": null}, "is_intercompany_adjustment": {"type": "boolean", "index": 16, "name": "is_intercompany_adjustment", "comment": null}, "is_reversal": {"type": "boolean", "index": 17, "name": "is_reversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transactions"}, "model.netsuite_source.stg_netsuite2__transactions_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__transactions_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transactions_tmp"}, "model.netsuite_source.stg_netsuite2__vendor_categories": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__vendor_categories", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_category_id": {"type": "integer", "index": 1, "name": "vendor_category_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendor_categories"}, "model.netsuite_source.stg_netsuite2__vendor_categories_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__vendor_categories_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendor_categories_tmp"}, "model.netsuite_source.stg_netsuite2__vendors": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__vendors", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "vendor_id": {"type": "integer", "index": 2, "name": "vendor_id", "comment": null}, "company_name": {"type": "integer", "index": 3, "name": "company_name", "comment": null}, "create_date_at": {"type": "timestamp without time zone", "index": 4, "name": "create_date_at", "comment": null}, "vendor_category_id": {"type": "integer", "index": 5, "name": "vendor_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendors"}, "model.netsuite_source.stg_netsuite2__vendors_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite2__vendors_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendors_tmp"}, "model.netsuite_source.stg_netsuite__accounting_books": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounting_books", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_books"}, "model.netsuite_source.stg_netsuite__accounting_books_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounting_books_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_books_tmp"}, "model.netsuite_source.stg_netsuite__accounting_periods": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounting_periods", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting_at": {"type": "timestamp without time zone", "index": 6, "name": "starting_at", "comment": null}, "ending_at": {"type": "timestamp without time zone", "index": 7, "name": "ending_at", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "is_closed": {"type": "text", "index": 11, "name": "is_closed", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 12, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_periods"}, "model.netsuite_source.stg_netsuite__accounting_periods_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounting_periods_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_periods_tmp"}, "model.netsuite_source.stg_netsuite__accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "text", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounts"}, "model.netsuite_source.stg_netsuite__accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounts_tmp"}, "model.netsuite_source.stg_netsuite__classes": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__classes", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__classes"}, "model.netsuite_source.stg_netsuite__classes_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__classes_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__classes_tmp"}, "model.netsuite_source.stg_netsuite__consolidated_exchange_rates": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__consolidated_exchange_rates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__consolidated_exchange_rates"}, "model.netsuite_source.stg_netsuite__consolidated_exchange_rates_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__consolidated_exchange_rates_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__consolidated_exchange_rates_tmp"}, "model.netsuite_source.stg_netsuite__currencies": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__currencies", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__currencies"}, "model.netsuite_source.stg_netsuite__currencies_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__currencies_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__currencies_tmp"}, "model.netsuite_source.stg_netsuite__customers": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__customers", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "customer_external_id": {"type": "text", "index": 3, "name": "customer_external_id", "comment": null}, "city": {"type": "integer", "index": 4, "name": "city", "comment": null}, "state": {"type": "integer", "index": 5, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 6, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 7, "name": "country", "comment": null}, "date_first_order_at": {"type": "integer", "index": 8, "name": "date_first_order_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__customers"}, "model.netsuite_source.stg_netsuite__customers_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__customers_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__customers_tmp"}, "model.netsuite_source.stg_netsuite__departments": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__departments", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__departments"}, "model.netsuite_source.stg_netsuite__departments_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__departments_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__departments_tmp"}, "model.netsuite_source.stg_netsuite__expense_accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__expense_accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__expense_accounts"}, "model.netsuite_source.stg_netsuite__expense_accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__expense_accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__expense_accounts_tmp"}, "model.netsuite_source.stg_netsuite__income_accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__income_accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__income_accounts"}, "model.netsuite_source.stg_netsuite__income_accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__income_accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__income_accounts_tmp"}, "model.netsuite_source.stg_netsuite__items": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__items", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__items"}, "model.netsuite_source.stg_netsuite__items_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__items_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__items_tmp"}, "model.netsuite_source.stg_netsuite__locations": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__locations", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__locations"}, "model.netsuite_source.stg_netsuite__locations_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__locations_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__locations_tmp"}, "model.netsuite_source.stg_netsuite__subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 5, "name": "parent_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__subsidiaries"}, "model.netsuite_source.stg_netsuite__subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite__transaction_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__transaction_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transaction_lines"}, "model.netsuite_source.stg_netsuite__transaction_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__transaction_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transaction_lines_tmp"}, "model.netsuite_source.stg_netsuite__transactions": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__transactions", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date_at": {"type": "timestamp without time zone", "index": 6, "name": "due_date_at", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transactions"}, "model.netsuite_source.stg_netsuite__transactions_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__transactions_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transactions_tmp"}, "model.netsuite_source.stg_netsuite__vendor_types": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__vendor_types", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendor_types"}, "model.netsuite_source.stg_netsuite__vendor_types_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__vendor_types_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendor_types_tmp"}, "model.netsuite_source.stg_netsuite__vendors": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__vendors", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "create_date_at": {"type": "timestamp without time zone", "index": 3, "name": "create_date_at", "comment": null}, "vendor_type_id": {"type": "integer", "index": 4, "name": "vendor_type_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendors"}, "model.netsuite_source.stg_netsuite__vendors_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_23_netsuite_source", "name": "stg_netsuite__vendors_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendors_tmp"}}, "sources": {"source.netsuite_source.netsuite2.account": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.account"}, "source.netsuite_source.netsuite2.account_type": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_account_type_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.account_type"}, "source.netsuite_source.netsuite2.accounting_book": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_book_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_book"}, "source.netsuite_source.netsuite2.accounting_book_subsidiaries": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_book_sub_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_book_subsidiaries"}, "source.netsuite_source.netsuite2.accounting_period": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_period_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_period"}, "source.netsuite_source.netsuite2.accounting_period_fiscal_calendars": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_accounting_period_fiscal_cal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_period_fiscal_calendars"}, "source.netsuite_source.netsuite2.classification": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_classification_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.classification"}, "source.netsuite_source.netsuite2.consolidated_exchange_rate": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_consolidated_exchange_rate_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.consolidated_exchange_rate"}, "source.netsuite_source.netsuite2.currency": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_currency_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.currency"}, "source.netsuite_source.netsuite2.customer": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_customer_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.customer"}, "source.netsuite_source.netsuite2.department": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_department_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.department"}, "source.netsuite_source.netsuite2.entity": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_entities_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.entity"}, "source.netsuite_source.netsuite2.entity_address": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_entity_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.entity_address"}, "source.netsuite_source.netsuite2.item": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.item"}, "source.netsuite_source.netsuite2.job": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_job_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.job"}, "source.netsuite_source.netsuite2.location": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_location_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.location"}, "source.netsuite_source.netsuite2.location_main_address": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_location_main_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.location_main_address"}, "source.netsuite_source.netsuite2.subsidiary": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_subsidiary_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.subsidiary"}, "source.netsuite_source.netsuite2.transaction_accounting_line": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_tran_acct_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction_accounting_line"}, "source.netsuite_source.netsuite2.transaction": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_transaction_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction"}, "source.netsuite_source.netsuite2.transaction_line": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_transaction_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction_line"}, "source.netsuite_source.netsuite2.vendor_category": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_vendor_category_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.vendor_category"}, "source.netsuite_source.netsuite2.vendor": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite2_vendor_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.vendor"}, "source.netsuite_source.netsuite.accounting_books": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounting_books_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounting_books"}, "source.netsuite_source.netsuite.accounting_periods": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounting_periods_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounting_periods"}, "source.netsuite_source.netsuite.accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounts"}, "source.netsuite_source.netsuite.classes": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_classes_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.classes"}, "source.netsuite_source.netsuite.consolidated_exchange_rates": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_consolidated_exchange_rates_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.consolidated_exchange_rates"}, "source.netsuite_source.netsuite.currencies": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_currencies_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.currencies"}, "source.netsuite_source.netsuite.customers": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_customers_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.customers"}, "source.netsuite_source.netsuite.departments": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_departments_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.departments"}, "source.netsuite_source.netsuite.expense_accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_expense_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.expense_accounts"}, "source.netsuite_source.netsuite.income_accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_income_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.income_accounts"}, "source.netsuite_source.netsuite.items": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_items_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.items"}, "source.netsuite_source.netsuite.locations": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_locations_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.locations"}, "source.netsuite_source.netsuite.subsidiaries": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_subsidiaries_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.subsidiaries"}, "source.netsuite_source.netsuite.transaction_lines": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_transaction_lines_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.transaction_lines"}, "source.netsuite_source.netsuite.transactions": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_transactions_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.transactions"}, "source.netsuite_source.netsuite.vendor_types": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_vendor_types_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.vendor_types"}, "source.netsuite_source.netsuite.vendors": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_23", "name": "netsuite_vendors_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.vendors"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.17", "generated_at": "2024-07-16T23:19:44.217334Z", "invocation_id": "9ad70d96-2856-404e-8561-91169ce90e41", "env": {}}, "nodes": {"seed.netsuite_source_integration_tests.netsuite2_account_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_account_data"}, "seed.netsuite_source_integration_tests.netsuite2_account_type_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_account_type_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_account_type_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_book_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_book_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_book_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_book_sub_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_book_sub_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_book_sub_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_period_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_period_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_period_data"}, "seed.netsuite_source_integration_tests.netsuite2_accounting_period_fiscal_cal_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_period_fiscal_cal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_accounting_period_fiscal_cal_data"}, "seed.netsuite_source_integration_tests.netsuite2_classification_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_classification_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_classification_data"}, "seed.netsuite_source_integration_tests.netsuite2_consolidated_exchange_rate_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_consolidated_exchange_rate_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_consolidated_exchange_rate_data"}, "seed.netsuite_source_integration_tests.netsuite2_currency_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_currency_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_currency_data"}, "seed.netsuite_source_integration_tests.netsuite2_customer_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_customer_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_customer_data"}, "seed.netsuite_source_integration_tests.netsuite2_department_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_department_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_department_data"}, "seed.netsuite_source_integration_tests.netsuite2_entities_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_entities_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_entities_data"}, "seed.netsuite_source_integration_tests.netsuite2_entity_address_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_entity_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_entity_address_data"}, "seed.netsuite_source_integration_tests.netsuite2_item_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_item_data"}, "seed.netsuite_source_integration_tests.netsuite2_job_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_job_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_job_data"}, "seed.netsuite_source_integration_tests.netsuite2_location_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_location_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_location_data"}, "seed.netsuite_source_integration_tests.netsuite2_location_main_address_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_location_main_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_location_main_address_data"}, "seed.netsuite_source_integration_tests.netsuite2_subsidiary_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_subsidiary_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_subsidiary_data"}, "seed.netsuite_source_integration_tests.netsuite2_tran_acct_line_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_tran_acct_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_tran_acct_line_data"}, "seed.netsuite_source_integration_tests.netsuite2_transaction_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_transaction_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_transaction_data"}, "seed.netsuite_source_integration_tests.netsuite2_transaction_line_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_transaction_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_transaction_line_data"}, "seed.netsuite_source_integration_tests.netsuite2_vendor_category_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_vendor_category_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_vendor_category_data"}, "seed.netsuite_source_integration_tests.netsuite2_vendor_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_vendor_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite2_vendor_data"}, "seed.netsuite_source_integration_tests.netsuite_accounting_books_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounting_books_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounting_books_data"}, "seed.netsuite_source_integration_tests.netsuite_accounting_periods_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounting_periods_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounting_periods_data"}, "seed.netsuite_source_integration_tests.netsuite_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_classes_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_classes_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_classes_data"}, "seed.netsuite_source_integration_tests.netsuite_consolidated_exchange_rates_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_consolidated_exchange_rates_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_consolidated_exchange_rates_data"}, "seed.netsuite_source_integration_tests.netsuite_currencies_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_currencies_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_currencies_data"}, "seed.netsuite_source_integration_tests.netsuite_customers_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_customers_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_customers_data"}, "seed.netsuite_source_integration_tests.netsuite_departments_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_departments_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_departments_data"}, "seed.netsuite_source_integration_tests.netsuite_expense_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_expense_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_expense_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_income_accounts_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_income_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_income_accounts_data"}, "seed.netsuite_source_integration_tests.netsuite_items_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_items_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_items_data"}, "seed.netsuite_source_integration_tests.netsuite_locations_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_locations_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_locations_data"}, "seed.netsuite_source_integration_tests.netsuite_subsidiaries_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_subsidiaries_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_subsidiaries_data"}, "seed.netsuite_source_integration_tests.netsuite_transaction_lines_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_transaction_lines_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_transaction_lines_data"}, "seed.netsuite_source_integration_tests.netsuite_transactions_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_transactions_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_transactions_data"}, "seed.netsuite_source_integration_tests.netsuite_vendor_types_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_vendor_types_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_vendor_types_data"}, "seed.netsuite_source_integration_tests.netsuite_vendors_data": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_vendors_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.netsuite_source_integration_tests.netsuite_vendors_data"}, "model.netsuite_source.stg_netsuite2__account_types": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__account_types", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_type_id": {"type": "text", "index": 3, "name": "account_type_id", "comment": null}, "is_balancesheet": {"type": "boolean", "index": 4, "name": "is_balancesheet", "comment": null}, "is_leftside": {"type": "boolean", "index": 5, "name": "is_leftside", "comment": null}, "type_name": {"type": "text", "index": 6, "name": "type_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__account_types"}, "model.netsuite_source.stg_netsuite2__account_types_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__account_types_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__account_types_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_book_subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "accounting_book_id": {"type": "integer", "index": 3, "name": "accounting_book_id", "comment": null}, "status": {"type": "text", "index": 4, "name": "status", "comment": null}, "subsidiary_id": {"type": "integer", "index": 5, "name": "subsidiary_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries"}, "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_book_subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_book_subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_books": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_books", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_book_name": {"type": "text", "index": 3, "name": "accounting_book_name", "comment": null}, "base_book_id": {"type": "integer", "index": 4, "name": "base_book_id", "comment": null}, "effective_period_id": {"type": "integer", "index": 5, "name": "effective_period_id", "comment": null}, "is_adjustment_only": {"type": "boolean", "index": 6, "name": "is_adjustment_only", "comment": null}, "is_consolidated": {"type": "boolean", "index": 7, "name": "is_consolidated", "comment": null}, "is_contingent_revenue_handling": {"type": "text", "index": 8, "name": "is_contingent_revenue_handling", "comment": null}, "is_primary": {"type": "boolean", "index": 9, "name": "is_primary", "comment": null}, "is_two_step_revenue_allocation": {"type": "text", "index": 10, "name": "is_two_step_revenue_allocation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_books"}, "model.netsuite_source.stg_netsuite2__accounting_books_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_books_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_books_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_period_fiscal_cal", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "parent_id": {"type": "integer", "index": 5, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal"}, "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_period_fiscal_cal_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_period_fiscal_cal_tmp"}, "model.netsuite_source.stg_netsuite2__accounting_periods": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_periods", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "accounting_period_id": {"type": "integer", "index": 2, "name": "accounting_period_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "starting_at": {"type": "timestamp without time zone", "index": 5, "name": "starting_at", "comment": null}, "ending_at": {"type": "timestamp without time zone", "index": 6, "name": "ending_at", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 7, "name": "closed_at", "comment": null}, "is_quarter": {"type": "boolean", "index": 8, "name": "is_quarter", "comment": null}, "is_year": {"type": "boolean", "index": 9, "name": "is_year", "comment": null}, "is_adjustment": {"type": "boolean", "index": 10, "name": "is_adjustment", "comment": null}, "is_posting": {"type": "boolean", "index": 11, "name": "is_posting", "comment": null}, "is_closed": {"type": "boolean", "index": 12, "name": "is_closed", "comment": null}, "is_all_locked": {"type": "boolean", "index": 13, "name": "is_all_locked", "comment": null}, "is_ar_locked": {"type": "boolean", "index": 14, "name": "is_ar_locked", "comment": null}, "is_ap_locked": {"type": "boolean", "index": 15, "name": "is_ap_locked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_periods"}, "model.netsuite_source.stg_netsuite2__accounting_periods_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounting_periods_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounting_periods_tmp"}, "model.netsuite_source.stg_netsuite2__accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "integer", "index": 2, "name": "account_id", "comment": null}, "account_external_id": {"type": "text", "index": 3, "name": "account_external_id", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "account_type_id": {"type": "text", "index": 6, "name": "account_type_id", "comment": null}, "special_account_type_id": {"type": "text", "index": 7, "name": "special_account_type_id", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "account_description": {"type": "integer", "index": 9, "name": "account_description", "comment": null}, "deferral_account_id": {"type": "integer", "index": 10, "name": "deferral_account_id", "comment": null}, "cash_flow_rate_type": {"type": "text", "index": 11, "name": "cash_flow_rate_type", "comment": null}, "general_rate_type": {"type": "text", "index": 12, "name": "general_rate_type", "comment": null}, "currency_id": {"type": "integer", "index": 13, "name": "currency_id", "comment": null}, "class_id": {"type": "integer", "index": 14, "name": "class_id", "comment": null}, "department_id": {"type": "integer", "index": 15, "name": "department_id", "comment": null}, "location_id": {"type": "integer", "index": 16, "name": "location_id", "comment": null}, "is_including_child_subs": {"type": "boolean", "index": 17, "name": "is_including_child_subs", "comment": null}, "is_inactive": {"type": "boolean", "index": 18, "name": "is_inactive", "comment": null}, "is_summary": {"type": "boolean", "index": 19, "name": "is_summary", "comment": null}, "is_eliminate": {"type": "boolean", "index": 20, "name": "is_eliminate", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 21, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounts"}, "model.netsuite_source.stg_netsuite2__accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__accounts_tmp"}, "model.netsuite_source.stg_netsuite2__classes": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__classes", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "class_id": {"type": "integer", "index": 2, "name": "class_id", "comment": null}, "class_external_id": {"type": "integer", "index": 3, "name": "class_external_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 5, "name": "full_name", "comment": null}, "is_inactive": {"type": "boolean", "index": 6, "name": "is_inactive", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 7, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__classes"}, "model.netsuite_source.stg_netsuite2__classes_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__classes_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__classes_tmp"}, "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__consolidated_exchange_rates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 2, "name": "accounting_period_id", "comment": null}, "from_currency_id": {"type": "integer", "index": 3, "name": "from_currency_id", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 4, "name": "from_subsidiary_id", "comment": null}, "to_currency_id": {"type": "integer", "index": 5, "name": "to_currency_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 6, "name": "to_subsidiary_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 7, "name": "accounting_book_id", "comment": null}, "current_rate": {"type": "integer", "index": 8, "name": "current_rate", "comment": null}, "average_rate": {"type": "integer", "index": 9, "name": "average_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 10, "name": "historical_rate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates"}, "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__consolidated_exchange_rates_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__consolidated_exchange_rates_tmp"}, "model.netsuite_source.stg_netsuite2__currencies": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__currencies", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "currency_id": {"type": "integer", "index": 2, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 4, "name": "symbol", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__currencies"}, "model.netsuite_source.stg_netsuite2__currencies_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__currencies_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__currencies_tmp"}, "model.netsuite_source.stg_netsuite2__customers": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__customers", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "entity_id": {"type": "text", "index": 2, "name": "entity_id", "comment": null}, "customer_external_id": {"type": "integer", "index": 3, "name": "customer_external_id", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}, "is_person": {"type": "boolean", "index": 5, "name": "is_person", "comment": null}, "company_name": {"type": "text", "index": 6, "name": "company_name", "comment": null}, "first_name": {"type": "text", "index": 7, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 8, "name": "last_name", "comment": null}, "email_address": {"type": "text", "index": 9, "name": "email_address", "comment": null}, "phone_number": {"type": "integer", "index": 10, "name": "phone_number", "comment": null}, "default_billing_address_id": {"type": "integer", "index": 11, "name": "default_billing_address_id", "comment": null}, "default_shipping_address_id": {"type": "integer", "index": 12, "name": "default_shipping_address_id", "comment": null}, "receivables_account_id": {"type": "integer", "index": 13, "name": "receivables_account_id", "comment": null}, "currency_id": {"type": "integer", "index": 14, "name": "currency_id", "comment": null}, "date_first_order_at": {"type": "integer", "index": 15, "name": "date_first_order_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__customers"}, "model.netsuite_source.stg_netsuite2__customers_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__customers_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__customers_tmp"}, "model.netsuite_source.stg_netsuite2__departments": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__departments", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "department_id": {"type": "integer", "index": 2, "name": "department_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 5, "name": "full_name", "comment": null}, "subsidiary_id": {"type": "text", "index": 6, "name": "subsidiary_id", "comment": null}, "is_inactive": {"type": "boolean", "index": 7, "name": "is_inactive", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__departments"}, "model.netsuite_source.stg_netsuite2__departments_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__departments_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__departments_tmp"}, "model.netsuite_source.stg_netsuite2__entities": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__entities", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "entity_id": {"type": "integer", "index": 2, "name": "entity_id", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "entity_name": {"type": "text", "index": 4, "name": "entity_name", "comment": null}, "entity_type": {"type": "text", "index": 5, "name": "entity_type", "comment": null}, "is_person": {"type": "boolean", "index": 6, "name": "is_person", "comment": null}, "contact_id": {"type": "integer", "index": 7, "name": "contact_id", "comment": null}, "customer_id": {"type": "integer", "index": 8, "name": "customer_id", "comment": null}, "employee_id": {"type": "integer", "index": 9, "name": "employee_id", "comment": null}, "job_id": {"type": "integer", "index": 10, "name": "job_id", "comment": null}, "vendor_id": {"type": "integer", "index": 11, "name": "vendor_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entities"}, "model.netsuite_source.stg_netsuite2__entities_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__entities_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entities_tmp"}, "model.netsuite_source.stg_netsuite2__entity_address": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__entity_address", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 2, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 3, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 4, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 5, "name": "addressee", "comment": null}, "full_address": {"type": "text", "index": 6, "name": "full_address", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "country": {"type": "text", "index": 8, "name": "country", "comment": null}, "state": {"type": "text", "index": 9, "name": "state", "comment": null}, "nkey": {"type": "integer", "index": 10, "name": "nkey", "comment": null}, "zipcode": {"type": "integer", "index": 11, "name": "zipcode", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entity_address"}, "model.netsuite_source.stg_netsuite2__entity_address_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__entity_address_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__entity_address_tmp"}, "model.netsuite_source.stg_netsuite2__items": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__items", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "item_id": {"type": "integer", "index": 2, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 5, "name": "sales_description", "comment": null}, "department_id": {"type": "integer", "index": 6, "name": "department_id", "comment": null}, "class_id": {"type": "integer", "index": 7, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 8, "name": "location_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 9, "name": "subsidiary_id", "comment": null}, "asset_account_id": {"type": "integer", "index": 10, "name": "asset_account_id", "comment": null}, "expense_account_id": {"type": "integer", "index": 11, "name": "expense_account_id", "comment": null}, "gain_loss_account_id": {"type": "integer", "index": 12, "name": "gain_loss_account_id", "comment": null}, "income_account_id": {"type": "integer", "index": 13, "name": "income_account_id", "comment": null}, "interco_expense_account_id": {"type": "integer", "index": 14, "name": "interco_expense_account_id", "comment": null}, "interco_income_account_id": {"type": "integer", "index": 15, "name": "interco_income_account_id", "comment": null}, "deferred_expense_account_id": {"type": "integer", "index": 16, "name": "deferred_expense_account_id", "comment": null}, "deferred_revenue_account_id": {"type": "integer", "index": 17, "name": "deferred_revenue_account_id", "comment": null}, "parent_item_id": {"type": "integer", "index": 18, "name": "parent_item_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__items"}, "model.netsuite_source.stg_netsuite2__items_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__items_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__items_tmp"}, "model.netsuite_source.stg_netsuite2__jobs": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__jobs", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "job_id": {"type": "integer", "index": 2, "name": "job_id", "comment": null}, "job_external_id": {"type": "integer", "index": 3, "name": "job_external_id", "comment": null}, "customer_id": {"type": "integer", "index": 4, "name": "customer_id", "comment": null}, "entity_id": {"type": "text", "index": 5, "name": "entity_id", "comment": null}, "billing_address_id": {"type": "integer", "index": 6, "name": "billing_address_id", "comment": null}, "shipping_address_id": {"type": "integer", "index": 7, "name": "shipping_address_id", "comment": null}, "parent_id": {"type": "integer", "index": 8, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__jobs"}, "model.netsuite_source.stg_netsuite2__jobs_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__jobs_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__jobs_tmp"}, "model.netsuite_source.stg_netsuite2__location_main_address": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__location_main_address", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 2, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 3, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 4, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 5, "name": "addressee", "comment": null}, "full_address": {"type": "text", "index": 6, "name": "full_address", "comment": null}, "city": {"type": "integer", "index": 7, "name": "city", "comment": null}, "country": {"type": "integer", "index": 8, "name": "country", "comment": null}, "state": {"type": "integer", "index": 9, "name": "state", "comment": null}, "nkey": {"type": "integer", "index": 10, "name": "nkey", "comment": null}, "zipcode": {"type": "integer", "index": 11, "name": "zipcode", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__location_main_address"}, "model.netsuite_source.stg_netsuite2__location_main_address_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__location_main_address_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__location_main_address_tmp"}, "model.netsuite_source.stg_netsuite2__locations": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__locations", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 4, "name": "full_name", "comment": null}, "main_address_id": {"type": "integer", "index": 5, "name": "main_address_id", "comment": null}, "parent_id": {"type": "integer", "index": 6, "name": "parent_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 7, "name": "subsidiary_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__locations"}, "model.netsuite_source.stg_netsuite2__locations_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__locations_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__locations_tmp"}, "model.netsuite_source.stg_netsuite2__subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "subsidiary_id": {"type": "integer", "index": 2, "name": "subsidiary_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 4, "name": "full_name", "comment": null}, "email_address": {"type": "integer", "index": 5, "name": "email_address", "comment": null}, "main_address_id": {"type": "integer", "index": 6, "name": "main_address_id", "comment": null}, "country": {"type": "text", "index": 7, "name": "country", "comment": null}, "state": {"type": "text", "index": 8, "name": "state", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 9, "name": "fiscal_calendar_id", "comment": null}, "parent_id": {"type": "integer", "index": 10, "name": "parent_id", "comment": null}, "currency_id": {"type": "integer", "index": 11, "name": "currency_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__subsidiaries"}, "model.netsuite_source.stg_netsuite2__subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite2__transaction_accounting_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transaction_accounting_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 4, "name": "transaction_line_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 5, "name": "accounting_book_id", "comment": null}, "account_id": {"type": "integer", "index": 6, "name": "account_id", "comment": null}, "is_posting": {"type": "boolean", "index": 7, "name": "is_posting", "comment": null}, "amount": {"type": "integer", "index": 8, "name": "amount", "comment": null}, "credit_amount": {"type": "integer", "index": 9, "name": "credit_amount", "comment": null}, "debit_amount": {"type": "integer", "index": 10, "name": "debit_amount", "comment": null}, "net_amount": {"type": "integer", "index": 11, "name": "net_amount", "comment": null}, "paid_amount": {"type": "integer", "index": 12, "name": "paid_amount", "comment": null}, "unpaid_amount": {"type": "integer", "index": 13, "name": "unpaid_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_accounting_lines"}, "model.netsuite_source.stg_netsuite2__transaction_accounting_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transaction_accounting_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_accounting_lines_tmp"}, "model.netsuite_source.stg_netsuite2__transaction_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transaction_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_line_number": {"type": "integer", "index": 4, "name": "transaction_line_number", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "entity_id": {"type": "integer", "index": 6, "name": "entity_id", "comment": null}, "item_id": {"type": "integer", "index": 7, "name": "item_id", "comment": null}, "class_id": {"type": "integer", "index": 8, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 9, "name": "location_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 10, "name": "subsidiary_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "is_closed": {"type": "boolean", "index": 12, "name": "is_closed", "comment": null}, "is_billable": {"type": "boolean", "index": 13, "name": "is_billable", "comment": null}, "is_cogs": {"type": "boolean", "index": 14, "name": "is_cogs", "comment": null}, "is_cleared": {"type": "boolean", "index": 15, "name": "is_cleared", "comment": null}, "is_commitment_firm": {"type": "boolean", "index": 16, "name": "is_commitment_firm", "comment": null}, "is_main_line": {"type": "boolean", "index": 17, "name": "is_main_line", "comment": null}, "is_tax_line": {"type": "boolean", "index": 18, "name": "is_tax_line", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_lines"}, "model.netsuite_source.stg_netsuite2__transaction_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transaction_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transaction_lines_tmp"}, "model.netsuite_source.stg_netsuite2__transactions": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transactions", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "_fivetran_synced_date": {"type": "date", "index": 2, "name": "_fivetran_synced_date", "comment": null}, "transaction_id": {"type": "integer", "index": 3, "name": "transaction_id", "comment": null}, "transaction_number": {"type": "integer", "index": 4, "name": "transaction_number", "comment": null}, "transaction_type": {"type": "text", "index": 5, "name": "transaction_type", "comment": null}, "memo": {"type": "text", "index": 6, "name": "memo", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 7, "name": "transaction_date", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "due_date_at": {"type": "timestamp without time zone", "index": 10, "name": "due_date_at", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 11, "name": "closed_at", "comment": null}, "currency_id": {"type": "integer", "index": 12, "name": "currency_id", "comment": null}, "entity_id": {"type": "integer", "index": 13, "name": "entity_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 14, "name": "accounting_period_id", "comment": null}, "is_posting": {"type": "boolean", "index": 15, "name": "is_posting", "comment": null}, "is_intercompany_adjustment": {"type": "boolean", "index": 16, "name": "is_intercompany_adjustment", "comment": null}, "is_reversal": {"type": "boolean", "index": 17, "name": "is_reversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transactions"}, "model.netsuite_source.stg_netsuite2__transactions_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__transactions_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__transactions_tmp"}, "model.netsuite_source.stg_netsuite2__vendor_categories": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__vendor_categories", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_category_id": {"type": "integer", "index": 1, "name": "vendor_category_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendor_categories"}, "model.netsuite_source.stg_netsuite2__vendor_categories_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__vendor_categories_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendor_categories_tmp"}, "model.netsuite_source.stg_netsuite2__vendors": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__vendors", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "vendor_id": {"type": "integer", "index": 2, "name": "vendor_id", "comment": null}, "company_name": {"type": "integer", "index": 3, "name": "company_name", "comment": null}, "create_date_at": {"type": "timestamp without time zone", "index": 4, "name": "create_date_at", "comment": null}, "vendor_category_id": {"type": "integer", "index": 5, "name": "vendor_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendors"}, "model.netsuite_source.stg_netsuite2__vendors_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite2__vendors_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite2__vendors_tmp"}, "model.netsuite_source.stg_netsuite__accounting_books": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounting_books", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_books"}, "model.netsuite_source.stg_netsuite__accounting_books_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounting_books_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_books_tmp"}, "model.netsuite_source.stg_netsuite__accounting_periods": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounting_periods", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting_at": {"type": "timestamp without time zone", "index": 6, "name": "starting_at", "comment": null}, "ending_at": {"type": "timestamp without time zone", "index": 7, "name": "ending_at", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "is_closed": {"type": "text", "index": 11, "name": "is_closed", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 12, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_periods"}, "model.netsuite_source.stg_netsuite__accounting_periods_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounting_periods_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounting_periods_tmp"}, "model.netsuite_source.stg_netsuite__accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "text", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounts"}, "model.netsuite_source.stg_netsuite__accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__accounts_tmp"}, "model.netsuite_source.stg_netsuite__classes": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__classes", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__classes"}, "model.netsuite_source.stg_netsuite__classes_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__classes_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__classes_tmp"}, "model.netsuite_source.stg_netsuite__consolidated_exchange_rates": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__consolidated_exchange_rates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__consolidated_exchange_rates"}, "model.netsuite_source.stg_netsuite__consolidated_exchange_rates_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__consolidated_exchange_rates_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__consolidated_exchange_rates_tmp"}, "model.netsuite_source.stg_netsuite__currencies": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__currencies", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__currencies"}, "model.netsuite_source.stg_netsuite__currencies_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__currencies_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__currencies_tmp"}, "model.netsuite_source.stg_netsuite__customers": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__customers", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "customer_external_id": {"type": "text", "index": 3, "name": "customer_external_id", "comment": null}, "city": {"type": "integer", "index": 4, "name": "city", "comment": null}, "state": {"type": "integer", "index": 5, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 6, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 7, "name": "country", "comment": null}, "date_first_order_at": {"type": "integer", "index": 8, "name": "date_first_order_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__customers"}, "model.netsuite_source.stg_netsuite__customers_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__customers_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__customers_tmp"}, "model.netsuite_source.stg_netsuite__departments": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__departments", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__departments"}, "model.netsuite_source.stg_netsuite__departments_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__departments_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__departments_tmp"}, "model.netsuite_source.stg_netsuite__expense_accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__expense_accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__expense_accounts"}, "model.netsuite_source.stg_netsuite__expense_accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__expense_accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__expense_accounts_tmp"}, "model.netsuite_source.stg_netsuite__income_accounts": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__income_accounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__income_accounts"}, "model.netsuite_source.stg_netsuite__income_accounts_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__income_accounts_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__income_accounts_tmp"}, "model.netsuite_source.stg_netsuite__items": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__items", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__items"}, "model.netsuite_source.stg_netsuite__items_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__items_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__items_tmp"}, "model.netsuite_source.stg_netsuite__locations": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__locations", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__locations"}, "model.netsuite_source.stg_netsuite__locations_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__locations_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__locations_tmp"}, "model.netsuite_source.stg_netsuite__subsidiaries": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__subsidiaries", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 5, "name": "parent_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__subsidiaries"}, "model.netsuite_source.stg_netsuite__subsidiaries_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__subsidiaries_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__subsidiaries_tmp"}, "model.netsuite_source.stg_netsuite__transaction_lines": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__transaction_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transaction_lines"}, "model.netsuite_source.stg_netsuite__transaction_lines_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__transaction_lines_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transaction_lines_tmp"}, "model.netsuite_source.stg_netsuite__transactions": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__transactions", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date_at": {"type": "timestamp without time zone", "index": 6, "name": "due_date_at", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transactions"}, "model.netsuite_source.stg_netsuite__transactions_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__transactions_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__transactions_tmp"}, "model.netsuite_source.stg_netsuite__vendor_types": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__vendor_types", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendor_types"}, "model.netsuite_source.stg_netsuite__vendor_types_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__vendor_types_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendor_types_tmp"}, "model.netsuite_source.stg_netsuite__vendors": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__vendors", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "create_date_at": {"type": "timestamp without time zone", "index": 3, "name": "create_date_at", "comment": null}, "vendor_type_id": {"type": "integer", "index": 4, "name": "vendor_type_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendors"}, "model.netsuite_source.stg_netsuite__vendors_tmp": {"metadata": {"type": "VIEW", "schema": "netsuite_source_integration_tests_3_netsuite_source", "name": "stg_netsuite__vendors_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.netsuite_source.stg_netsuite__vendors_tmp"}}, "sources": {"source.netsuite_source.netsuite2.account": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_account_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountsearchdisplayname": {"type": "text", "index": 4, "name": "accountsearchdisplayname", "comment": null}, "accountsearchdisplaynamecopy": {"type": "text", "index": 5, "name": "accountsearchdisplaynamecopy", "comment": null}, "acctnumber": {"type": "integer", "index": 6, "name": "acctnumber", "comment": null}, "accttype": {"type": "text", "index": 7, "name": "accttype", "comment": null}, "billableexpensesacct": {"type": "integer", "index": 8, "name": "billableexpensesacct", "comment": null}, "cashflowrate": {"type": "text", "index": 9, "name": "cashflowrate", "comment": null}, "category1099misc": {"type": "integer", "index": 10, "name": "category1099misc", "comment": null}, "class": {"type": "integer", "index": 11, "name": "class", "comment": null}, "currency": {"type": "integer", "index": 12, "name": "currency", "comment": null}, "custrecord_fam_account_showinfixedasset": {"type": "text", "index": 13, "name": "custrecord_fam_account_showinfixedasset", "comment": null}, "date_deleted": {"type": "integer", "index": 14, "name": "date_deleted", "comment": null}, "deferralacct": {"type": "integer", "index": 15, "name": "deferralacct", "comment": null}, "department": {"type": "integer", "index": 16, "name": "department", "comment": null}, "description": {"type": "integer", "index": 17, "name": "description", "comment": null}, "displaynamewithhierarchy": {"type": "text", "index": 18, "name": "displaynamewithhierarchy", "comment": null}, "eliminate": {"type": "character varying", "index": 19, "name": "eliminate", "comment": null}, "externalid": {"type": "text", "index": 20, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 21, "name": "fullname", "comment": null}, "generalrate": {"type": "text", "index": 22, "name": "generalrate", "comment": null}, "includechildren": {"type": "text", "index": 23, "name": "includechildren", "comment": null}, "inventory": {"type": "text", "index": 24, "name": "inventory", "comment": null}, "isinactive": {"type": "text", "index": 25, "name": "isinactive", "comment": null}, "issummary": {"type": "text", "index": 26, "name": "issummary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 27, "name": "lastmodifieddate", "comment": null}, "location": {"type": "integer", "index": 28, "name": "location", "comment": null}, "parent": {"type": "integer", "index": 29, "name": "parent", "comment": null}, "reconcilewithmatching": {"type": "text", "index": 30, "name": "reconcilewithmatching", "comment": null}, "revalue": {"type": "text", "index": 31, "name": "revalue", "comment": null}, "sbankname": {"type": "integer", "index": 32, "name": "sbankname", "comment": null}, "sbankroutingnumber": {"type": "integer", "index": 33, "name": "sbankroutingnumber", "comment": null}, "sspecacct": {"type": "text", "index": 34, "name": "sspecacct", "comment": null}, "subsidiary": {"type": "text", "index": 35, "name": "subsidiary", "comment": null}, "eliminate_2": {"type": "text", "index": 36, "name": "eliminate_2", "comment": null}, "sspecacct_2": {"type": "text", "index": 37, "name": "sspecacct_2", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.account"}, "source.netsuite_source.netsuite2.account_type": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_account_type_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "balancesheet": {"type": "text", "index": 4, "name": "balancesheet", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "defaultcashflowratetype": {"type": "text", "index": 6, "name": "defaultcashflowratetype", "comment": null}, "defaultgeneralratetype": {"type": "text", "index": 7, "name": "defaultgeneralratetype", "comment": null}, "eliminationalgo": {"type": "text", "index": 8, "name": "eliminationalgo", "comment": null}, "includeinrevaldefault": {"type": "text", "index": 9, "name": "includeinrevaldefault", "comment": null}, "internalid": {"type": "integer", "index": 10, "name": "internalid", "comment": null}, "left": {"type": "text", "index": 11, "name": "left", "comment": null}, "longname": {"type": "text", "index": 12, "name": "longname", "comment": null}, "seqnum": {"type": "integer", "index": 13, "name": "seqnum", "comment": null}, "usercanchangerevaloption": {"type": "text", "index": 14, "name": "usercanchangerevaloption", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.account_type"}, "source.netsuite_source.netsuite2.accounting_book": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_book_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "basebook": {"type": "integer", "index": 4, "name": "basebook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "effectiveperiod": {"type": "integer", "index": 6, "name": "effectiveperiod", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "isadjustmentonly": {"type": "text", "index": 8, "name": "isadjustmentonly", "comment": null}, "isconsolidated": {"type": "text", "index": 9, "name": "isconsolidated", "comment": null}, "isprimary": {"type": "text", "index": 10, "name": "isprimary", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 11, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 12, "name": "name", "comment": null}, "subsidiariesstring": {"type": "text", "index": 13, "name": "subsidiariesstring", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_book"}, "source.netsuite_source.netsuite2.accounting_book_subsidiaries": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_book_sub_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingbook": {"type": "integer", "index": 4, "name": "accountingbook", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "subsidiary": {"type": "integer", "index": 7, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_book_subsidiaries"}, "source.netsuite_source.netsuite2.accounting_period": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_period_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "alllocked": {"type": "text", "index": 4, "name": "alllocked", "comment": null}, "allownonglchanges": {"type": "text", "index": 5, "name": "allownonglchanges", "comment": null}, "aplocked": {"type": "text", "index": 6, "name": "aplocked", "comment": null}, "arlocked": {"type": "text", "index": 7, "name": "arlocked", "comment": null}, "closed": {"type": "text", "index": 8, "name": "closed", "comment": null}, "closedondate": {"type": "timestamp without time zone", "index": 9, "name": "closedondate", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "enddate": {"type": "timestamp without time zone", "index": 11, "name": "enddate", "comment": null}, "isadjust": {"type": "text", "index": 12, "name": "isadjust", "comment": null}, "isinactive": {"type": "text", "index": 13, "name": "isinactive", "comment": null}, "isposting": {"type": "text", "index": 14, "name": "isposting", "comment": null}, "isquarter": {"type": "text", "index": 15, "name": "isquarter", "comment": null}, "isyear": {"type": "text", "index": 16, "name": "isyear", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 17, "name": "lastmodifieddate", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "periodname": {"type": "text", "index": 19, "name": "periodname", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 20, "name": "startdate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_period"}, "source.netsuite_source.netsuite2.accounting_period_fiscal_calendars": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_accounting_period_fiscal_cal_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountingperiod": {"type": "integer", "index": 4, "name": "accountingperiod", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 6, "name": "fiscalcalendar", "comment": null}, "parent": {"type": "integer", "index": 7, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.accounting_period_fiscal_calendars"}, "source.netsuite_source.netsuite2.classification": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_classification_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.classification"}, "source.netsuite_source.netsuite2.consolidated_exchange_rate": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_consolidated_exchange_rate_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "averagerate": {"type": "integer", "index": 4, "name": "averagerate", "comment": null}, "currentrate": {"type": "integer", "index": 5, "name": "currentrate", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 7, "name": "externalid", "comment": null}, "fromcurrency": {"type": "integer", "index": 8, "name": "fromcurrency", "comment": null}, "fromsubsidiary": {"type": "integer", "index": 9, "name": "fromsubsidiary", "comment": null}, "historicalrate": {"type": "integer", "index": 10, "name": "historicalrate", "comment": null}, "postingperiod": {"type": "integer", "index": 11, "name": "postingperiod", "comment": null}, "tocurrency": {"type": "integer", "index": 12, "name": "tocurrency", "comment": null}, "tosubsidiary": {"type": "integer", "index": 13, "name": "tosubsidiary", "comment": null}, "accountingbook": {"type": "integer", "index": 14, "name": "accountingbook", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.consolidated_exchange_rate"}, "source.netsuite_source.netsuite2.currency": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_currency_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "currencyprecision": {"type": "integer", "index": 4, "name": "currencyprecision", "comment": null}, "date_deleted": {"type": "integer", "index": 5, "name": "date_deleted", "comment": null}, "displaysymbol": {"type": "text", "index": 6, "name": "displaysymbol", "comment": null}, "exchangerate": {"type": "double precision", "index": 7, "name": "exchangerate", "comment": null}, "externalid": {"type": "integer", "index": 8, "name": "externalid", "comment": null}, "fxrateupdatetimezone": {"type": "integer", "index": 9, "name": "fxrateupdatetimezone", "comment": null}, "includeinfxrateupdates": {"type": "text", "index": 10, "name": "includeinfxrateupdates", "comment": null}, "isbasecurrency": {"type": "text", "index": 11, "name": "isbasecurrency", "comment": null}, "isinactive": {"type": "text", "index": 12, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 13, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "overridecurrencyformat": {"type": "text", "index": 15, "name": "overridecurrencyformat", "comment": null}, "symbol": {"type": "text", "index": 16, "name": "symbol", "comment": null}, "symbolplacement": {"type": "integer", "index": 17, "name": "symbolplacement", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.currency"}, "source.netsuite_source.netsuite2.customer": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_customer_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "alcoholrecipienttype": {"type": "integer", "index": 5, "name": "alcoholrecipienttype", "comment": null}, "altemail": {"type": "integer", "index": 6, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 7, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 8, "name": "altphone", "comment": null}, "assignedwebsite": {"type": "integer", "index": 9, "name": "assignedwebsite", "comment": null}, "balancesearch": {"type": "integer", "index": 10, "name": "balancesearch", "comment": null}, "billingratecard": {"type": "integer", "index": 11, "name": "billingratecard", "comment": null}, "billingschedule": {"type": "integer", "index": 12, "name": "billingschedule", "comment": null}, "billingtransactiontype": {"type": "integer", "index": 13, "name": "billingtransactiontype", "comment": null}, "billpay": {"type": "text", "index": 14, "name": "billpay", "comment": null}, "buyingreason": {"type": "integer", "index": 15, "name": "buyingreason", "comment": null}, "buyingtimeframe": {"type": "integer", "index": 16, "name": "buyingtimeframe", "comment": null}, "campaignevent": {"type": "integer", "index": 17, "name": "campaignevent", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "clickstream": {"type": "text", "index": 19, "name": "clickstream", "comment": null}, "comments": {"type": "integer", "index": 20, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 21, "name": "companyname", "comment": null}, "consolbalancesearch": {"type": "integer", "index": 22, "name": "consolbalancesearch", "comment": null}, "consoldaysoverduesearch": {"type": "integer", "index": 23, "name": "consoldaysoverduesearch", "comment": null}, "consoloverduebalancesearch": {"type": "integer", "index": 24, "name": "consoloverduebalancesearch", "comment": null}, "consolunbilledorderssearch": {"type": "integer", "index": 25, "name": "consolunbilledorderssearch", "comment": null}, "contact": {"type": "integer", "index": 26, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 27, "name": "contactlist", "comment": null}, "creditholdoverride": {"type": "text", "index": 28, "name": "creditholdoverride", "comment": null}, "creditlimit": {"type": "integer", "index": 29, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 30, "name": "currency", "comment": null}, "custentity1": {"type": "integer", "index": 31, "name": "custentity1", "comment": null}, "custentity10": {"type": "integer", "index": 32, "name": "custentity10", "comment": null}, "custentity12": {"type": "integer", "index": 33, "name": "custentity12", "comment": null}, "custentity13": {"type": "integer", "index": 34, "name": "custentity13", "comment": null}, "custentity14": {"type": "integer", "index": 35, "name": "custentity14", "comment": null}, "custentity15": {"type": "integer", "index": 36, "name": "custentity15", "comment": null}, "custentity16": {"type": "integer", "index": 37, "name": "custentity16", "comment": null}, "custentity18": {"type": "text", "index": 38, "name": "custentity18", "comment": null}, "custentity21": {"type": "integer", "index": 39, "name": "custentity21", "comment": null}, "custentity4": {"type": "integer", "index": 40, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 41, "name": "custentity5", "comment": null}, "custentity6": {"type": "integer", "index": 42, "name": "custentity6", "comment": null}, "custentity7": {"type": "integer", "index": 43, "name": "custentity7", "comment": null}, "custentity8": {"type": "integer", "index": 44, "name": "custentity8", "comment": null}, "custentity9": {"type": "integer", "index": 45, "name": "custentity9", "comment": null}, "custentity_2663_customer_refund": {"type": "integer", "index": 46, "name": "custentity_2663_customer_refund", "comment": null}, "custentity_2663_direct_debit": {"type": "integer", "index": 47, "name": "custentity_2663_direct_debit", "comment": null}, "custentity_cust_priority": {"type": "integer", "index": 48, "name": "custentity_cust_priority", "comment": null}, "custentity_fmt_cur_sales_order": {"type": "integer", "index": 49, "name": "custentity_fmt_cur_sales_order", "comment": null}, "custentity_fmt_cust_credit_on_hold": {"type": "text", "index": 50, "name": "custentity_fmt_cust_credit_on_hold", "comment": null}, "custentity_fmt_customer_credit_on_hold": {"type": "text", "index": 51, "name": "custentity_fmt_customer_credit_on_hold", "comment": null}, "custentity_lead_category": {"type": "integer", "index": 52, "name": "custentity_lead_category", "comment": null}, "custentity_ppob": {"type": "integer", "index": 53, "name": "custentity_ppob", "comment": null}, "custentity_supervisor": {"type": "integer", "index": 54, "name": "custentity_supervisor", "comment": null}, "date_deleted": {"type": "integer", "index": 55, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 56, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 57, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 58, "name": "defaultbillingaddress", "comment": null}, "defaultorderpriority": {"type": "integer", "index": 59, "name": "defaultorderpriority", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 60, "name": "defaultshippingaddress", "comment": null}, "duplicate": {"type": "text", "index": 61, "name": "duplicate", "comment": null}, "email": {"type": "text", "index": 62, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 63, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 64, "name": "emailtransactions", "comment": null}, "enddate": {"type": "integer", "index": 65, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 66, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 67, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 68, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 69, "name": "entitytitle", "comment": null}, "estimatedbudget": {"type": "integer", "index": 70, "name": "estimatedbudget", "comment": null}, "externalid": {"type": "integer", "index": 71, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 72, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 73, "name": "faxtransactions", "comment": null}, "firstname": {"type": "text", "index": 74, "name": "firstname", "comment": null}, "firstorderdate": {"type": "integer", "index": 75, "name": "firstorderdate", "comment": null}, "firstsaledate": {"type": "integer", "index": 76, "name": "firstsaledate", "comment": null}, "firstvisit": {"type": "timestamp without time zone", "index": 77, "name": "firstvisit", "comment": null}, "giveaccess": {"type": "text", "index": 78, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 79, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 80, "name": "homephone", "comment": null}, "isbudgetapproved": {"type": "text", "index": 81, "name": "isbudgetapproved", "comment": null}, "isinactive": {"type": "text", "index": 82, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 83, "name": "isperson", "comment": null}, "keywords": {"type": "integer", "index": 84, "name": "keywords", "comment": null}, "language": {"type": "text", "index": 85, "name": "language", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 86, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "text", "index": 87, "name": "lastname", "comment": null}, "lastorderdate": {"type": "integer", "index": 88, "name": "lastorderdate", "comment": null}, "lastpagevisited": {"type": "integer", "index": 89, "name": "lastpagevisited", "comment": null}, "lastsaledate": {"type": "integer", "index": 90, "name": "lastsaledate", "comment": null}, "lastvisit": {"type": "timestamp without time zone", "index": 91, "name": "lastvisit", "comment": null}, "leadsource": {"type": "integer", "index": 92, "name": "leadsource", "comment": null}, "middlename": {"type": "integer", "index": 93, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 94, "name": "mobilephone", "comment": null}, "negativenumberformat": {"type": "integer", "index": 95, "name": "negativenumberformat", "comment": null}, "numberformat": {"type": "integer", "index": 96, "name": "numberformat", "comment": null}, "oncredithold": {"type": "text", "index": 97, "name": "oncredithold", "comment": null}, "overduebalancesearch": {"type": "integer", "index": 98, "name": "overduebalancesearch", "comment": null}, "parent": {"type": "integer", "index": 99, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 100, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 101, "name": "phone", "comment": null}, "prefccprocessor": {"type": "integer", "index": 102, "name": "prefccprocessor", "comment": null}, "pricelevel": {"type": "integer", "index": 103, "name": "pricelevel", "comment": null}, "printoncheckas": {"type": "integer", "index": 104, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 105, "name": "printtransactions", "comment": null}, "probability": {"type": "integer", "index": 106, "name": "probability", "comment": null}, "receivablesaccount": {"type": "integer", "index": 107, "name": "receivablesaccount", "comment": null}, "referrer": {"type": "integer", "index": 108, "name": "referrer", "comment": null}, "reminderdays": {"type": "integer", "index": 109, "name": "reminderdays", "comment": null}, "resalenumber": {"type": "integer", "index": 110, "name": "resalenumber", "comment": null}, "salesreadiness": {"type": "integer", "index": 111, "name": "salesreadiness", "comment": null}, "salesrep": {"type": "integer", "index": 112, "name": "salesrep", "comment": null}, "salutation": {"type": "integer", "index": 113, "name": "salutation", "comment": null}, "searchstage": {"type": "text", "index": 114, "name": "searchstage", "comment": null}, "shipcomplete": {"type": "text", "index": 115, "name": "shipcomplete", "comment": null}, "shippingcarrier": {"type": "text", "index": 116, "name": "shippingcarrier", "comment": null}, "shippingitem": {"type": "integer", "index": 117, "name": "shippingitem", "comment": null}, "sourcewebsite": {"type": "integer", "index": 118, "name": "sourcewebsite", "comment": null}, "startdate": {"type": "integer", "index": 119, "name": "startdate", "comment": null}, "terms": {"type": "integer", "index": 120, "name": "terms", "comment": null}, "territory": {"type": "integer", "index": 121, "name": "territory", "comment": null}, "thirdpartyacct": {"type": "integer", "index": 122, "name": "thirdpartyacct", "comment": null}, "thirdpartycarrier": {"type": "integer", "index": 123, "name": "thirdpartycarrier", "comment": null}, "thirdpartycountry": {"type": "integer", "index": 124, "name": "thirdpartycountry", "comment": null}, "thirdpartyzipcode": {"type": "integer", "index": 125, "name": "thirdpartyzipcode", "comment": null}, "title": {"type": "integer", "index": 126, "name": "title", "comment": null}, "unbilledorderssearch": {"type": "integer", "index": 127, "name": "unbilledorderssearch", "comment": null}, "url": {"type": "integer", "index": 128, "name": "url", "comment": null}, "visits": {"type": "integer", "index": 129, "name": "visits", "comment": null}, "weblead": {"type": "text", "index": 130, "name": "weblead", "comment": null}, "dateclosed": {"type": "timestamp without time zone", "index": 131, "name": "dateclosed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.customer"}, "source.netsuite_source.netsuite2.department": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_department_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 6, "name": "fullname", "comment": null}, "includechildren": {"type": "text", "index": 7, "name": "includechildren", "comment": null}, "isinactive": {"type": "text", "index": 8, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 9, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 11, "name": "parent", "comment": null}, "subsidiary": {"type": "text", "index": 12, "name": "subsidiary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.department"}, "source.netsuite_source.netsuite2.entity": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_entities_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "altemail": {"type": "integer", "index": 4, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 5, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 6, "name": "altphone", "comment": null}, "comments": {"type": "integer", "index": 7, "name": "comments", "comment": null}, "contact": {"type": "integer", "index": 8, "name": "contact", "comment": null}, "customer": {"type": "integer", "index": 9, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 10, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 11, "name": "datecreated", "comment": null}, "email": {"type": "integer", "index": 12, "name": "email", "comment": null}, "employee": {"type": "integer", "index": 13, "name": "employee", "comment": null}, "entityid": {"type": "text", "index": 14, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 15, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 16, "name": "entitytitle", "comment": null}, "externalid": {"type": "integer", "index": 17, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 18, "name": "fax", "comment": null}, "firstname": {"type": "integer", "index": 19, "name": "firstname", "comment": null}, "genericresource": {"type": "integer", "index": 20, "name": "genericresource", "comment": null}, "homephone": {"type": "integer", "index": 21, "name": "homephone", "comment": null}, "isinactive": {"type": "text", "index": 22, "name": "isinactive", "comment": null}, "isperson": {"type": "text", "index": 23, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 24, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 25, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 26, "name": "lastname", "comment": null}, "middlename": {"type": "integer", "index": 27, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 28, "name": "mobilephone", "comment": null}, "othername": {"type": "integer", "index": 29, "name": "othername", "comment": null}, "parent": {"type": "integer", "index": 30, "name": "parent", "comment": null}, "partner": {"type": "integer", "index": 31, "name": "partner", "comment": null}, "phone": {"type": "integer", "index": 32, "name": "phone", "comment": null}, "project": {"type": "integer", "index": 33, "name": "project", "comment": null}, "projecttemplate": {"type": "integer", "index": 34, "name": "projecttemplate", "comment": null}, "salutation": {"type": "integer", "index": 35, "name": "salutation", "comment": null}, "title": {"type": "integer", "index": 36, "name": "title", "comment": null}, "toplevelparent": {"type": "integer", "index": 37, "name": "toplevelparent", "comment": null}, "type": {"type": "text", "index": 38, "name": "type", "comment": null}, "vendor": {"type": "integer", "index": 39, "name": "vendor", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.entity"}, "source.netsuite_source.netsuite2.entity_address": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_entity_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "text", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "text", "index": 11, "name": "city", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "text", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.entity_address"}, "source.netsuite_source.netsuite2.item": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_item_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "fullname": {"type": "text", "index": 3, "name": "fullname", "comment": null}, "itemtype": {"type": "text", "index": 4, "name": "itemtype", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "department": {"type": "integer", "index": 6, "name": "department", "comment": null}, "class": {"type": "integer", "index": 7, "name": "class", "comment": null}, "location": {"type": "integer", "index": 8, "name": "location", "comment": null}, "subsidiary": {"type": "integer", "index": 9, "name": "subsidiary", "comment": null}, "assetaccount": {"type": "integer", "index": 10, "name": "assetaccount", "comment": null}, "expenseaccount": {"type": "integer", "index": 11, "name": "expenseaccount", "comment": null}, "gainlossaccount": {"type": "integer", "index": 12, "name": "gainlossaccount", "comment": null}, "incomeaccount": {"type": "integer", "index": 13, "name": "incomeaccount", "comment": null}, "deferralaccount": {"type": "integer", "index": 14, "name": "deferralaccount", "comment": null}, "parent": {"type": "integer", "index": 15, "name": "parent", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.item"}, "source.netsuite_source.netsuite2.job": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_job_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "actualtime": {"type": "integer", "index": 5, "name": "actualtime", "comment": null}, "allowallresourcesfortasks": {"type": "text", "index": 6, "name": "allowallresourcesfortasks", "comment": null}, "allowexpenses": {"type": "text", "index": 7, "name": "allowexpenses", "comment": null}, "allowtime": {"type": "text", "index": 8, "name": "allowtime", "comment": null}, "alternatecontact": {"type": "integer", "index": 9, "name": "alternatecontact", "comment": null}, "altname": {"type": "text", "index": 10, "name": "altname", "comment": null}, "billingschedule": {"type": "integer", "index": 11, "name": "billingschedule", "comment": null}, "calculatedenddate": {"type": "integer", "index": 12, "name": "calculatedenddate", "comment": null}, "calculatedenddatebaseline": {"type": "integer", "index": 13, "name": "calculatedenddatebaseline", "comment": null}, "category": {"type": "integer", "index": 14, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 15, "name": "comments", "comment": null}, "companyname": {"type": "text", "index": 16, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 17, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 18, "name": "contactlist", "comment": null}, "currency": {"type": "integer", "index": 19, "name": "currency", "comment": null}, "currencyprecision": {"type": "integer", "index": 20, "name": "currencyprecision", "comment": null}, "custentity1": {"type": "integer", "index": 21, "name": "custentity1", "comment": null}, "custentity4": {"type": "integer", "index": 22, "name": "custentity4", "comment": null}, "custentity5": {"type": "integer", "index": 23, "name": "custentity5", "comment": null}, "customer": {"type": "integer", "index": 24, "name": "customer", "comment": null}, "date_deleted": {"type": "integer", "index": 25, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 26, "name": "datecreated", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 27, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 28, "name": "defaultshippingaddress", "comment": null}, "enddate": {"type": "integer", "index": 29, "name": "enddate", "comment": null}, "entityid": {"type": "text", "index": 30, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 31, "name": "entitynumber", "comment": null}, "entitystatus": {"type": "integer", "index": 32, "name": "entitystatus", "comment": null}, "entitytitle": {"type": "text", "index": 33, "name": "entitytitle", "comment": null}, "estimatedcost": {"type": "integer", "index": 34, "name": "estimatedcost", "comment": null}, "estimatedgrossprofit": {"type": "integer", "index": 35, "name": "estimatedgrossprofit", "comment": null}, "estimatedgrossprofitpercent": {"type": "integer", "index": 36, "name": "estimatedgrossprofitpercent", "comment": null}, "estimatedlaborcost": {"type": "integer", "index": 37, "name": "estimatedlaborcost", "comment": null}, "estimatedlaborcostbaseline": {"type": "integer", "index": 38, "name": "estimatedlaborcostbaseline", "comment": null}, "estimatedlaborrevenue": {"type": "integer", "index": 39, "name": "estimatedlaborrevenue", "comment": null}, "estimatedrevenue": {"type": "integer", "index": 40, "name": "estimatedrevenue", "comment": null}, "estimatedtime": {"type": "integer", "index": 41, "name": "estimatedtime", "comment": null}, "estimatedtimeoverride": {"type": "integer", "index": 42, "name": "estimatedtimeoverride", "comment": null}, "estimatedtimeoverridebaseline": {"type": "integer", "index": 43, "name": "estimatedtimeoverridebaseline", "comment": null}, "externalid": {"type": "integer", "index": 44, "name": "externalid", "comment": null}, "files": {"type": "integer", "index": 45, "name": "files", "comment": null}, "forecastchargerunondemand": {"type": "integer", "index": 46, "name": "forecastchargerunondemand", "comment": null}, "fxrate": {"type": "integer", "index": 47, "name": "fxrate", "comment": null}, "includecrmtasksintotals": {"type": "text", "index": 48, "name": "includecrmtasksintotals", "comment": null}, "isexempttime": {"type": "text", "index": 49, "name": "isexempttime", "comment": null}, "isinactive": {"type": "text", "index": 50, "name": "isinactive", "comment": null}, "isproductivetime": {"type": "text", "index": 51, "name": "isproductivetime", "comment": null}, "isutilizedtime": {"type": "text", "index": 52, "name": "isutilizedtime", "comment": null}, "jobbillingtype": {"type": "integer", "index": 53, "name": "jobbillingtype", "comment": null}, "jobitem": {"type": "integer", "index": 54, "name": "jobitem", "comment": null}, "jobprice": {"type": "integer", "index": 55, "name": "jobprice", "comment": null}, "jobtype": {"type": "integer", "index": 56, "name": "jobtype", "comment": null}, "lastbaselinedate": {"type": "integer", "index": 57, "name": "lastbaselinedate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 58, "name": "lastmodifieddate", "comment": null}, "limittimetoassignees": {"type": "text", "index": 59, "name": "limittimetoassignees", "comment": null}, "materializetime": {"type": "text", "index": 60, "name": "materializetime", "comment": null}, "parent": {"type": "integer", "index": 61, "name": "parent", "comment": null}, "percentcomplete": {"type": "integer", "index": 62, "name": "percentcomplete", "comment": null}, "percenttimecomplete": {"type": "integer", "index": 63, "name": "percenttimecomplete", "comment": null}, "primarycontact": {"type": "integer", "index": 64, "name": "primarycontact", "comment": null}, "projectedenddate": {"type": "timestamp without time zone", "index": 65, "name": "projectedenddate", "comment": null}, "projectedenddatebaseline": {"type": "integer", "index": 66, "name": "projectedenddatebaseline", "comment": null}, "projectmanager": {"type": "integer", "index": 67, "name": "projectmanager", "comment": null}, "startdate": {"type": "timestamp without time zone", "index": 68, "name": "startdate", "comment": null}, "startdatebaseline": {"type": "integer", "index": 69, "name": "startdatebaseline", "comment": null}, "timeapproval": {"type": "integer", "index": 70, "name": "timeapproval", "comment": null}, "timeremaining": {"type": "integer", "index": 71, "name": "timeremaining", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.job"}, "source.netsuite_source.netsuite2.location": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_location_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "defaultallocationpriority": {"type": "integer", "index": 5, "name": "defaultallocationpriority", "comment": null}, "externalid": {"type": "integer", "index": 6, "name": "externalid", "comment": null}, "fullname": {"type": "text", "index": 7, "name": "fullname", "comment": null}, "includeinsupplyplanning": {"type": "text", "index": 8, "name": "includeinsupplyplanning", "comment": null}, "isinactive": {"type": "text", "index": 9, "name": "isinactive", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 10, "name": "lastmodifieddate", "comment": null}, "latitude": {"type": "integer", "index": 11, "name": "latitude", "comment": null}, "locationtype": {"type": "integer", "index": 12, "name": "locationtype", "comment": null}, "longitude": {"type": "integer", "index": 13, "name": "longitude", "comment": null}, "mainaddress": {"type": "integer", "index": 14, "name": "mainaddress", "comment": null}, "makeinventoryavailable": {"type": "text", "index": 15, "name": "makeinventoryavailable", "comment": null}, "makeinventoryavailablestore": {"type": "text", "index": 16, "name": "makeinventoryavailablestore", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 18, "name": "parent", "comment": null}, "returnaddress": {"type": "integer", "index": 19, "name": "returnaddress", "comment": null}, "subsidiary": {"type": "integer", "index": 20, "name": "subsidiary", "comment": null}, "tranprefix": {"type": "integer", "index": 21, "name": "tranprefix", "comment": null}, "usebins": {"type": "text", "index": 22, "name": "usebins", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.location"}, "source.netsuite_source.netsuite2.location_main_address": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_location_main_address_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"nkey": {"type": "integer", "index": 1, "name": "nkey", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "addr1": {"type": "integer", "index": 4, "name": "addr1", "comment": null}, "addr2": {"type": "integer", "index": 5, "name": "addr2", "comment": null}, "addr3": {"type": "integer", "index": 6, "name": "addr3", "comment": null}, "addressee": {"type": "integer", "index": 7, "name": "addressee", "comment": null}, "addrphone": {"type": "integer", "index": 8, "name": "addrphone", "comment": null}, "addrtext": {"type": "text", "index": 9, "name": "addrtext", "comment": null}, "attention": {"type": "integer", "index": 10, "name": "attention", "comment": null}, "city": {"type": "integer", "index": 11, "name": "city", "comment": null}, "country": {"type": "integer", "index": 12, "name": "country", "comment": null}, "date_deleted": {"type": "integer", "index": 13, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "integer", "index": 14, "name": "dropdownstate", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 15, "name": "lastmodifieddate", "comment": null}, "override": {"type": "text", "index": 16, "name": "override", "comment": null}, "recordowner": {"type": "integer", "index": 17, "name": "recordowner", "comment": null}, "state": {"type": "integer", "index": 18, "name": "state", "comment": null}, "zip": {"type": "integer", "index": 19, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.location_main_address"}, "source.netsuite_source.netsuite2.subsidiary": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_subsidiary_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "country": {"type": "text", "index": 4, "name": "country", "comment": null}, "currency": {"type": "integer", "index": 5, "name": "currency", "comment": null}, "date_deleted": {"type": "integer", "index": 6, "name": "date_deleted", "comment": null}, "dropdownstate": {"type": "text", "index": 7, "name": "dropdownstate", "comment": null}, "edition": {"type": "text", "index": 8, "name": "edition", "comment": null}, "email": {"type": "integer", "index": 9, "name": "email", "comment": null}, "externalid": {"type": "integer", "index": 10, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 11, "name": "fax", "comment": null}, "federalidnumber": {"type": "integer", "index": 12, "name": "federalidnumber", "comment": null}, "fiscalcalendar": {"type": "integer", "index": 13, "name": "fiscalcalendar", "comment": null}, "fullname": {"type": "text", "index": 14, "name": "fullname", "comment": null}, "iselimination": {"type": "text", "index": 15, "name": "iselimination", "comment": null}, "isinactive": {"type": "text", "index": 16, "name": "isinactive", "comment": null}, "languagelocale": {"type": "text", "index": 17, "name": "languagelocale", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 18, "name": "lastmodifieddate", "comment": null}, "legalname": {"type": "integer", "index": 19, "name": "legalname", "comment": null}, "mainaddress": {"type": "integer", "index": 20, "name": "mainaddress", "comment": null}, "name": {"type": "text", "index": 21, "name": "name", "comment": null}, "parent": {"type": "integer", "index": 22, "name": "parent", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 23, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 24, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 25, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 26, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 27, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 28, "name": "receiptquantitydiff", "comment": null}, "returnaddress": {"type": "integer", "index": 29, "name": "returnaddress", "comment": null}, "shippingaddress": {"type": "integer", "index": 30, "name": "shippingaddress", "comment": null}, "showsubsidiaryname": {"type": "text", "index": 31, "name": "showsubsidiaryname", "comment": null}, "ssnortin": {"type": "integer", "index": 32, "name": "ssnortin", "comment": null}, "state": {"type": "text", "index": 33, "name": "state", "comment": null}, "state1taxnumber": {"type": "integer", "index": 34, "name": "state1taxnumber", "comment": null}, "tranprefix": {"type": "integer", "index": 35, "name": "tranprefix", "comment": null}, "url": {"type": "integer", "index": 36, "name": "url", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.subsidiary"}, "source.netsuite_source.netsuite2.transaction_accounting_line": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_tran_acct_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accountingbook": {"type": "integer", "index": 1, "name": "accountingbook", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "transactionline": {"type": "integer", "index": 3, "name": "transactionline", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "account": {"type": "integer", "index": 6, "name": "account", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "amountpaid": {"type": "integer", "index": 8, "name": "amountpaid", "comment": null}, "amountunpaid": {"type": "integer", "index": 9, "name": "amountunpaid", "comment": null}, "credit": {"type": "integer", "index": 10, "name": "credit", "comment": null}, "date_deleted": {"type": "integer", "index": 11, "name": "date_deleted", "comment": null}, "debit": {"type": "integer", "index": 12, "name": "debit", "comment": null}, "exchangerate": {"type": "integer", "index": 13, "name": "exchangerate", "comment": null}, "netamount": {"type": "integer", "index": 14, "name": "netamount", "comment": null}, "overheadparentitem": {"type": "integer", "index": 15, "name": "overheadparentitem", "comment": null}, "paymentamountunused": {"type": "integer", "index": 16, "name": "paymentamountunused", "comment": null}, "paymentamountused": {"type": "integer", "index": 17, "name": "paymentamountused", "comment": null}, "posting": {"type": "text", "index": 18, "name": "posting", "comment": null}, "amountlinked": {"type": "integer", "index": 19, "name": "amountlinked", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction_accounting_line"}, "source.netsuite_source.netsuite2.transaction": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_transaction_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "id": {"type": "integer", "index": 2, "name": "id", "comment": null}, "transactionnumber": {"type": "integer", "index": 3, "name": "transactionnumber", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "memo": {"type": "text", "index": 5, "name": "memo", "comment": null}, "trandate": {"type": "timestamp without time zone", "index": 6, "name": "trandate", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "createddate": {"type": "timestamp without time zone", "index": 8, "name": "createddate", "comment": null}, "duedate": {"type": "timestamp without time zone", "index": 9, "name": "duedate", "comment": null}, "closedate": {"type": "timestamp without time zone", "index": 10, "name": "closedate", "comment": null}, "currency": {"type": "integer", "index": 11, "name": "currency", "comment": null}, "entity": {"type": "integer", "index": 12, "name": "entity", "comment": null}, "postingperiod": {"type": "integer", "index": 13, "name": "postingperiod", "comment": null}, "posting": {"type": "text", "index": 14, "name": "posting", "comment": null}, "isreversal": {"type": "text", "index": 15, "name": "isreversal", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction"}, "source.netsuite_source.netsuite2.transaction_line": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_transaction_line_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "transaction": {"type": "integer", "index": 2, "name": "transaction", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "actualshipdate": {"type": "integer", "index": 5, "name": "actualshipdate", "comment": null}, "amortizationenddate": {"type": "integer", "index": 6, "name": "amortizationenddate", "comment": null}, "amortizationresidual": {"type": "integer", "index": 7, "name": "amortizationresidual", "comment": null}, "amortizationsched": {"type": "integer", "index": 8, "name": "amortizationsched", "comment": null}, "amortizstartdate": {"type": "integer", "index": 9, "name": "amortizstartdate", "comment": null}, "amountlinked": {"type": "integer", "index": 10, "name": "amountlinked", "comment": null}, "assemblycomponent": {"type": "text", "index": 11, "name": "assemblycomponent", "comment": null}, "billeddate": {"type": "integer", "index": 12, "name": "billeddate", "comment": null}, "billingschedule": {"type": "integer", "index": 13, "name": "billingschedule", "comment": null}, "billvariancestatus": {"type": "integer", "index": 14, "name": "billvariancestatus", "comment": null}, "blandedcost": {"type": "text", "index": 15, "name": "blandedcost", "comment": null}, "bomquantity": {"type": "integer", "index": 16, "name": "bomquantity", "comment": null}, "buildvariance": {"type": "integer", "index": 17, "name": "buildvariance", "comment": null}, "category": {"type": "integer", "index": 18, "name": "category", "comment": null}, "chargetype": {"type": "integer", "index": 19, "name": "chargetype", "comment": null}, "class": {"type": "integer", "index": 20, "name": "class", "comment": null}, "cleared": {"type": "text", "index": 21, "name": "cleared", "comment": null}, "cleareddate": {"type": "integer", "index": 22, "name": "cleareddate", "comment": null}, "commitinventory": {"type": "integer", "index": 23, "name": "commitinventory", "comment": null}, "commitmentfirm": {"type": "text", "index": 24, "name": "commitmentfirm", "comment": null}, "componentyield": {"type": "integer", "index": 25, "name": "componentyield", "comment": null}, "costestimate": {"type": "integer", "index": 26, "name": "costestimate", "comment": null}, "costestimaterate": {"type": "integer", "index": 27, "name": "costestimaterate", "comment": null}, "costestimatetype": {"type": "integer", "index": 28, "name": "costestimatetype", "comment": null}, "createdfrom": {"type": "integer", "index": 29, "name": "createdfrom", "comment": null}, "createdpo": {"type": "integer", "index": 30, "name": "createdpo", "comment": null}, "creditforeignamount": {"type": "integer", "index": 31, "name": "creditforeignamount", "comment": null}, "custcol1": {"type": "integer", "index": 32, "name": "custcol1", "comment": null}, "custcol3": {"type": "integer", "index": 33, "name": "custcol3", "comment": null}, "custcol4": {"type": "integer", "index": 34, "name": "custcol4", "comment": null}, "custcol5": {"type": "integer", "index": 35, "name": "custcol5", "comment": null}, "custcol6": {"type": "integer", "index": 36, "name": "custcol6", "comment": null}, "custcol_far_trn_relatedasset": {"type": "integer", "index": 37, "name": "custcol_far_trn_relatedasset", "comment": null}, "custcol_gw_inv": {"type": "integer", "index": 38, "name": "custcol_gw_inv", "comment": null}, "custcol_hand": {"type": "integer", "index": 39, "name": "custcol_hand", "comment": null}, "custcol_helmetsize": {"type": "integer", "index": 40, "name": "custcol_helmetsize", "comment": null}, "custcol_pfc_configuration": {"type": "integer", "index": 41, "name": "custcol_pfc_configuration", "comment": null}, "custcol_pfc_pfconfigurator": {"type": "integer", "index": 42, "name": "custcol_pfc_pfconfigurator", "comment": null}, "custcol_pfc_wo": {"type": "integer", "index": 43, "name": "custcol_pfc_wo", "comment": null}, "custcol_ropetype": {"type": "integer", "index": 44, "name": "custcol_ropetype", "comment": null}, "date_deleted": {"type": "integer", "index": 45, "name": "date_deleted", "comment": null}, "debitforeignamount": {"type": "integer", "index": 46, "name": "debitforeignamount", "comment": null}, "department": {"type": "integer", "index": 47, "name": "department", "comment": null}, "documentnumber": {"type": "integer", "index": 48, "name": "documentnumber", "comment": null}, "donotdisplayline": {"type": "text", "index": 49, "name": "donotdisplayline", "comment": null}, "dropship": {"type": "text", "index": 50, "name": "dropship", "comment": null}, "entity": {"type": "integer", "index": 51, "name": "entity", "comment": null}, "estgrossprofit": {"type": "integer", "index": 52, "name": "estgrossprofit", "comment": null}, "estgrossprofitpercent": {"type": "integer", "index": 53, "name": "estgrossprofitpercent", "comment": null}, "estimatedamount": {"type": "integer", "index": 54, "name": "estimatedamount", "comment": null}, "expectedreceiptdate": {"type": "integer", "index": 55, "name": "expectedreceiptdate", "comment": null}, "expectedshipdate": {"type": "timestamp without time zone", "index": 56, "name": "expectedshipdate", "comment": null}, "expenseaccount": {"type": "integer", "index": 57, "name": "expenseaccount", "comment": null}, "foreignamount": {"type": "integer", "index": 58, "name": "foreignamount", "comment": null}, "foreignamountpaid": {"type": "integer", "index": 59, "name": "foreignamountpaid", "comment": null}, "foreignamountunpaid": {"type": "integer", "index": 60, "name": "foreignamountunpaid", "comment": null}, "foreignpaymentamountunused": {"type": "integer", "index": 61, "name": "foreignpaymentamountunused", "comment": null}, "foreignpaymentamountused": {"type": "integer", "index": 62, "name": "foreignpaymentamountused", "comment": null}, "fulfillable": {"type": "text", "index": 63, "name": "fulfillable", "comment": null}, "fxamountlinked": {"type": "integer", "index": 64, "name": "fxamountlinked", "comment": null}, "hasfulfillableitems": {"type": "text", "index": 65, "name": "hasfulfillableitems", "comment": null}, "inventoryreportinglocation": {"type": "integer", "index": 66, "name": "inventoryreportinglocation", "comment": null}, "isbillable": {"type": "text", "index": 67, "name": "isbillable", "comment": null}, "isclosed": {"type": "text", "index": 68, "name": "isclosed", "comment": null}, "iscogs": {"type": "text", "index": 69, "name": "iscogs", "comment": null}, "isfullyshipped": {"type": "text", "index": 70, "name": "isfullyshipped", "comment": null}, "isfxvariance": {"type": "text", "index": 71, "name": "isfxvariance", "comment": null}, "isinventoryaffecting": {"type": "text", "index": 72, "name": "isinventoryaffecting", "comment": null}, "isrevrectransaction": {"type": "text", "index": 73, "name": "isrevrectransaction", "comment": null}, "isscrap": {"type": "text", "index": 74, "name": "isscrap", "comment": null}, "item": {"type": "integer", "index": 75, "name": "item", "comment": null}, "itemsource": {"type": "text", "index": 76, "name": "itemsource", "comment": null}, "itemtype": {"type": "text", "index": 77, "name": "itemtype", "comment": null}, "kitcomponent": {"type": "text", "index": 78, "name": "kitcomponent", "comment": null}, "kitmemberof": {"type": "integer", "index": 79, "name": "kitmemberof", "comment": null}, "landedcostcategory": {"type": "integer", "index": 80, "name": "landedcostcategory", "comment": null}, "landedcostperline": {"type": "text", "index": 81, "name": "landedcostperline", "comment": null}, "linelastmodifieddate": {"type": "timestamp without time zone", "index": 82, "name": "linelastmodifieddate", "comment": null}, "linesequencenumber": {"type": "integer", "index": 83, "name": "linesequencenumber", "comment": null}, "location": {"type": "integer", "index": 84, "name": "location", "comment": null}, "mainline": {"type": "text", "index": 85, "name": "mainline", "comment": null}, "matchbilltoreceipt": {"type": "text", "index": 86, "name": "matchbilltoreceipt", "comment": null}, "memo": {"type": "text", "index": 87, "name": "memo", "comment": null}, "netamount": {"type": "integer", "index": 88, "name": "netamount", "comment": null}, "oldcommitmentfirm": {"type": "text", "index": 89, "name": "oldcommitmentfirm", "comment": null}, "operationdisplaytext": {"type": "integer", "index": 90, "name": "operationdisplaytext", "comment": null}, "orderpriority": {"type": "integer", "index": 91, "name": "orderpriority", "comment": null}, "paymentmethod": {"type": "integer", "index": 92, "name": "paymentmethod", "comment": null}, "price": {"type": "integer", "index": 93, "name": "price", "comment": null}, "processedbyrevcommit": {"type": "integer", "index": 94, "name": "processedbyrevcommit", "comment": null}, "quantity": {"type": "integer", "index": 95, "name": "quantity", "comment": null}, "quantitybackordered": {"type": "integer", "index": 96, "name": "quantitybackordered", "comment": null}, "quantitybilled": {"type": "integer", "index": 97, "name": "quantitybilled", "comment": null}, "quantitycommitted": {"type": "integer", "index": 98, "name": "quantitycommitted", "comment": null}, "quantitypacked": {"type": "integer", "index": 99, "name": "quantitypacked", "comment": null}, "quantitypicked": {"type": "integer", "index": 100, "name": "quantitypicked", "comment": null}, "quantityrejected": {"type": "integer", "index": 101, "name": "quantityrejected", "comment": null}, "quantityshiprecv": {"type": "integer", "index": 102, "name": "quantityshiprecv", "comment": null}, "rate": {"type": "integer", "index": 103, "name": "rate", "comment": null}, "rateamount": {"type": "integer", "index": 104, "name": "rateamount", "comment": null}, "ratepercent": {"type": "integer", "index": 105, "name": "ratepercent", "comment": null}, "requestnote": {"type": "integer", "index": 106, "name": "requestnote", "comment": null}, "revenueelement": {"type": "integer", "index": 107, "name": "revenueelement", "comment": null}, "shipmethod": {"type": "integer", "index": 108, "name": "shipmethod", "comment": null}, "specialorder": {"type": "text", "index": 109, "name": "specialorder", "comment": null}, "subsidiary": {"type": "integer", "index": 110, "name": "subsidiary", "comment": null}, "taxline": {"type": "text", "index": 111, "name": "taxline", "comment": null}, "transactiondiscount": {"type": "text", "index": 112, "name": "transactiondiscount", "comment": null}, "transactionlinetype": {"type": "integer", "index": 113, "name": "transactionlinetype", "comment": null}, "transferorderitemlineid": {"type": "integer", "index": 114, "name": "transferorderitemlineid", "comment": null}, "uniquekey": {"type": "integer", "index": 115, "name": "uniquekey", "comment": null}, "units": {"type": "integer", "index": 116, "name": "units", "comment": null}, "vsoeisestimate": {"type": "integer", "index": 117, "name": "vsoeisestimate", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.transaction_line"}, "source.netsuite_source.netsuite2.vendor_category": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_vendor_category_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "date_deleted": {"type": "integer", "index": 4, "name": "date_deleted", "comment": null}, "externalid": {"type": "integer", "index": 5, "name": "externalid", "comment": null}, "isinactive": {"type": "text", "index": 6, "name": "isinactive", "comment": null}, "istaxagency": {"type": "text", "index": 7, "name": "istaxagency", "comment": null}, "lastmodifieddate": {"type": "integer", "index": 8, "name": "lastmodifieddate", "comment": null}, "name": {"type": "text", "index": 9, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.vendor_category"}, "source.netsuite_source.netsuite2.vendor": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite2_vendor_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "accountnumber": {"type": "integer", "index": 4, "name": "accountnumber", "comment": null}, "altemail": {"type": "integer", "index": 5, "name": "altemail", "comment": null}, "altname": {"type": "text", "index": 6, "name": "altname", "comment": null}, "altphone": {"type": "integer", "index": 7, "name": "altphone", "comment": null}, "balance": {"type": "integer", "index": 8, "name": "balance", "comment": null}, "balanceprimary": {"type": "integer", "index": 9, "name": "balanceprimary", "comment": null}, "billpay": {"type": "text", "index": 10, "name": "billpay", "comment": null}, "category": {"type": "integer", "index": 11, "name": "category", "comment": null}, "comments": {"type": "integer", "index": 12, "name": "comments", "comment": null}, "companyname": {"type": "integer", "index": 13, "name": "companyname", "comment": null}, "contact": {"type": "integer", "index": 14, "name": "contact", "comment": null}, "contactlist": {"type": "integer", "index": 15, "name": "contactlist", "comment": null}, "creditlimit": {"type": "integer", "index": 16, "name": "creditlimit", "comment": null}, "currency": {"type": "integer", "index": 17, "name": "currency", "comment": null}, "custentity_2663_payment_method": {"type": "integer", "index": 18, "name": "custentity_2663_payment_method", "comment": null}, "custentity_is_manufacturer": {"type": "integer", "index": 19, "name": "custentity_is_manufacturer", "comment": null}, "custentity_rvc": {"type": "integer", "index": 20, "name": "custentity_rvc", "comment": null}, "custentity_vendor_lead_time": {"type": "integer", "index": 21, "name": "custentity_vendor_lead_time", "comment": null}, "custentity_wrnty_center_phone": {"type": "integer", "index": 22, "name": "custentity_wrnty_center_phone", "comment": null}, "date_deleted": {"type": "integer", "index": 23, "name": "date_deleted", "comment": null}, "datecreated": {"type": "timestamp without time zone", "index": 24, "name": "datecreated", "comment": null}, "defaultbankaccount": {"type": "integer", "index": 25, "name": "defaultbankaccount", "comment": null}, "defaultbillingaddress": {"type": "integer", "index": 26, "name": "defaultbillingaddress", "comment": null}, "defaultshippingaddress": {"type": "integer", "index": 27, "name": "defaultshippingaddress", "comment": null}, "defaultvendorpaymentaccount": {"type": "integer", "index": 28, "name": "defaultvendorpaymentaccount", "comment": null}, "duplicate": {"type": "text", "index": 29, "name": "duplicate", "comment": null}, "email": {"type": "integer", "index": 30, "name": "email", "comment": null}, "emailpreference": {"type": "text", "index": 31, "name": "emailpreference", "comment": null}, "emailtransactions": {"type": "text", "index": 32, "name": "emailtransactions", "comment": null}, "entityid": {"type": "text", "index": 33, "name": "entityid", "comment": null}, "entitynumber": {"type": "integer", "index": 34, "name": "entitynumber", "comment": null}, "entitytitle": {"type": "text", "index": 35, "name": "entitytitle", "comment": null}, "expenseaccount": {"type": "integer", "index": 36, "name": "expenseaccount", "comment": null}, "externalid": {"type": "integer", "index": 37, "name": "externalid", "comment": null}, "fax": {"type": "integer", "index": 38, "name": "fax", "comment": null}, "faxtransactions": {"type": "text", "index": 39, "name": "faxtransactions", "comment": null}, "firstname": {"type": "integer", "index": 40, "name": "firstname", "comment": null}, "giveaccess": {"type": "text", "index": 41, "name": "giveaccess", "comment": null}, "globalsubscriptionstatus": {"type": "integer", "index": 42, "name": "globalsubscriptionstatus", "comment": null}, "homephone": {"type": "integer", "index": 43, "name": "homephone", "comment": null}, "incoterm": {"type": "integer", "index": 44, "name": "incoterm", "comment": null}, "isinactive": {"type": "text", "index": 45, "name": "isinactive", "comment": null}, "isjobresourcevend": {"type": "text", "index": 46, "name": "isjobresourcevend", "comment": null}, "isperson": {"type": "text", "index": 47, "name": "isperson", "comment": null}, "laborcost": {"type": "integer", "index": 48, "name": "laborcost", "comment": null}, "lastmodifieddate": {"type": "timestamp without time zone", "index": 49, "name": "lastmodifieddate", "comment": null}, "lastname": {"type": "integer", "index": 50, "name": "lastname", "comment": null}, "legalname": {"type": "integer", "index": 51, "name": "legalname", "comment": null}, "middlename": {"type": "integer", "index": 52, "name": "middlename", "comment": null}, "mobilephone": {"type": "integer", "index": 53, "name": "mobilephone", "comment": null}, "payablesaccount": {"type": "integer", "index": 54, "name": "payablesaccount", "comment": null}, "phone": {"type": "integer", "index": 55, "name": "phone", "comment": null}, "printoncheckas": {"type": "integer", "index": 56, "name": "printoncheckas", "comment": null}, "printtransactions": {"type": "text", "index": 57, "name": "printtransactions", "comment": null}, "purchaseorderamount": {"type": "integer", "index": 58, "name": "purchaseorderamount", "comment": null}, "purchaseorderquantity": {"type": "integer", "index": 59, "name": "purchaseorderquantity", "comment": null}, "purchaseorderquantitydiff": {"type": "integer", "index": 60, "name": "purchaseorderquantitydiff", "comment": null}, "receiptamount": {"type": "integer", "index": 61, "name": "receiptamount", "comment": null}, "receiptquantity": {"type": "integer", "index": 62, "name": "receiptquantity", "comment": null}, "receiptquantitydiff": {"type": "integer", "index": 63, "name": "receiptquantitydiff", "comment": null}, "rolesforsearch": {"type": "integer", "index": 64, "name": "rolesforsearch", "comment": null}, "salutation": {"type": "integer", "index": 65, "name": "salutation", "comment": null}, "subsidiaryedition": {"type": "text", "index": 66, "name": "subsidiaryedition", "comment": null}, "terms": {"type": "integer", "index": 67, "name": "terms", "comment": null}, "timeapprover": {"type": "integer", "index": 68, "name": "timeapprover", "comment": null}, "title": {"type": "integer", "index": 69, "name": "title", "comment": null}, "unbilledorders": {"type": "integer", "index": 70, "name": "unbilledorders", "comment": null}, "unbilledordersprimary": {"type": "integer", "index": 71, "name": "unbilledordersprimary", "comment": null}, "url": {"type": "integer", "index": 72, "name": "url", "comment": null}, "workcalendar": {"type": "integer", "index": 73, "name": "workcalendar", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite2.vendor"}, "source.netsuite_source.netsuite.accounting_books": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounting_books_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_book_id": {"type": "integer", "index": 1, "name": "accounting_book_id", "comment": null}, "is_primary": {"type": "text", "index": 2, "name": "is_primary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounting_books"}, "source.netsuite_source.netsuite.accounting_periods": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounting_periods_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"accounting_period_id": {"type": "integer", "index": 1, "name": "accounting_period_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 4, "name": "fiscal_calendar_id", "comment": null}, "year_id": {"type": "integer", "index": 5, "name": "year_id", "comment": null}, "starting": {"type": "timestamp without time zone", "index": 6, "name": "starting", "comment": null}, "ending": {"type": "timestamp without time zone", "index": 7, "name": "ending", "comment": null}, "quarter": {"type": "text", "index": 8, "name": "quarter", "comment": null}, "year_0": {"type": "text", "index": 9, "name": "year_0", "comment": null}, "is_adjustment": {"type": "text", "index": 10, "name": "is_adjustment", "comment": null}, "closed": {"type": "text", "index": 11, "name": "closed", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounting_periods"}, "source.netsuite_source.netsuite.accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "integer", "index": 1, "name": "account_id", "comment": null}, "parent_id": {"type": "integer", "index": 2, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 4, "name": "type_name", "comment": null}, "account_number": {"type": "integer", "index": 5, "name": "account_number", "comment": null}, "general_rate_type": {"type": "text", "index": 6, "name": "general_rate_type", "comment": null}, "is_leftside": {"type": "text", "index": 7, "name": "is_leftside", "comment": null}, "is_balancesheet": {"type": "text", "index": 8, "name": "is_balancesheet", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.accounts"}, "source.netsuite_source.netsuite.classes": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_classes_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"class_id": {"type": "integer", "index": 1, "name": "class_id", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.classes"}, "source.netsuite_source.netsuite.consolidated_exchange_rates": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_consolidated_exchange_rates_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"consolidated_exchange_rate_id": {"type": "integer", "index": 1, "name": "consolidated_exchange_rate_id", "comment": null}, "accounting_book_id": {"type": "integer", "index": 2, "name": "accounting_book_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 3, "name": "accounting_period_id", "comment": null}, "average_rate": {"type": "integer", "index": 4, "name": "average_rate", "comment": null}, "current_rate": {"type": "integer", "index": 5, "name": "current_rate", "comment": null}, "historical_rate": {"type": "integer", "index": 6, "name": "historical_rate", "comment": null}, "from_subsidiary_id": {"type": "integer", "index": 7, "name": "from_subsidiary_id", "comment": null}, "to_subsidiary_id": {"type": "integer", "index": 8, "name": "to_subsidiary_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.consolidated_exchange_rates"}, "source.netsuite_source.netsuite.currencies": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_currencies_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"currency_id": {"type": "integer", "index": 1, "name": "currency_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "symbol": {"type": "text", "index": 3, "name": "symbol", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.currencies"}, "source.netsuite_source.netsuite.customers": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_customers_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "company_name": {"type": "text", "index": 2, "name": "company_name", "comment": null}, "city": {"type": "integer", "index": 3, "name": "city", "comment": null}, "state": {"type": "integer", "index": 4, "name": "state", "comment": null}, "zipcode": {"type": "integer", "index": 5, "name": "zipcode", "comment": null}, "country": {"type": "integer", "index": 6, "name": "country", "comment": null}, "date_first_order": {"type": "integer", "index": 7, "name": "date_first_order", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 8, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.customers"}, "source.netsuite_source.netsuite.departments": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_departments_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"department_id": {"type": "integer", "index": 1, "name": "department_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.departments"}, "source.netsuite_source.netsuite.expense_accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_expense_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"expense_account_id": {"type": "integer", "index": 1, "name": "expense_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.expense_accounts"}, "source.netsuite_source.netsuite.income_accounts": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_income_accounts_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"income_account_id": {"type": "integer", "index": 1, "name": "income_account_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 3, "name": "parent_id", "comment": null}, "account_number": {"type": "integer", "index": 4, "name": "account_number", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.income_accounts"}, "source.netsuite_source.netsuite.items": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_items_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"item_id": {"type": "integer", "index": 1, "name": "item_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "type_name": {"type": "text", "index": 3, "name": "type_name", "comment": null}, "sales_description": {"type": "text", "index": 4, "name": "sales_description", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.items"}, "source.netsuite_source.netsuite.locations": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_locations_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "full_name": {"type": "text", "index": 3, "name": "full_name", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.locations"}, "source.netsuite_source.netsuite.subsidiaries": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_subsidiaries_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"subsidiary_id": {"type": "integer", "index": 1, "name": "subsidiary_id", "comment": null}, "fiscal_calendar_id": {"type": "integer", "index": 2, "name": "fiscal_calendar_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "integer", "index": 4, "name": "parent_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.subsidiaries"}, "source.netsuite_source.netsuite.transaction_lines": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_transaction_lines_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "transaction_line_id": {"type": "integer", "index": 2, "name": "transaction_line_id", "comment": null}, "subsidiary_id": {"type": "integer", "index": 3, "name": "subsidiary_id", "comment": null}, "account_id": {"type": "integer", "index": 4, "name": "account_id", "comment": null}, "company_id": {"type": "integer", "index": 5, "name": "company_id", "comment": null}, "item_id": {"type": "integer", "index": 6, "name": "item_id", "comment": null}, "amount": {"type": "integer", "index": 7, "name": "amount", "comment": null}, "non_posting_line": {"type": "text", "index": 8, "name": "non_posting_line", "comment": null}, "class_id": {"type": "integer", "index": 9, "name": "class_id", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "department_id": {"type": "integer", "index": 11, "name": "department_id", "comment": null}, "memo": {"type": "text", "index": 12, "name": "memo", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.transaction_lines"}, "source.netsuite_source.netsuite.transactions": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_transactions_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "status": {"type": "text", "index": 2, "name": "status", "comment": null}, "transaction_date": {"type": "timestamp without time zone", "index": 3, "name": "transaction_date", "comment": null}, "currency_id": {"type": "integer", "index": 4, "name": "currency_id", "comment": null}, "accounting_period_id": {"type": "integer", "index": 5, "name": "accounting_period_id", "comment": null}, "due_date": {"type": "timestamp without time zone", "index": 6, "name": "due_date", "comment": null}, "transaction_type": {"type": "text", "index": 7, "name": "transaction_type", "comment": null}, "is_intercompany": {"type": "text", "index": 8, "name": "is_intercompany", "comment": null}, "is_advanced_intercompany": {"type": "text", "index": 9, "name": "is_advanced_intercompany", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.transactions"}, "source.netsuite_source.netsuite.vendor_types": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_vendor_types_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_type_id": {"type": "integer", "index": 1, "name": "vendor_type_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.vendor_types"}, "source.netsuite_source.netsuite.vendors": {"metadata": {"type": "BASE TABLE", "schema": "netsuite_source_integration_tests_3", "name": "netsuite_vendors_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"vendor_id": {"type": "integer", "index": 1, "name": "vendor_id", "comment": null}, "vendor_type_id": {"type": "integer", "index": 2, "name": "vendor_type_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "create_date": {"type": "timestamp without time zone", "index": 4, "name": "create_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.netsuite_source.netsuite.vendors"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ca1e6f8..fe9141e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,30 +1,4 @@ - - -
- - - -