Skip to content

Commit

Permalink
Update dbt_project
Browse files Browse the repository at this point in the history
  • Loading branch information
jmongerlyra committed Feb 7, 2024
1 parent ee069c5 commit e0f1885
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,10 @@ vars:
netsuite2_account_types: "{{ source('netsuite2', 'account_type') }}"
netsuite2_entity_address: "{{ source('netsuite2', 'entity_address') }}"
netsuite2_location_main_address: "{{ source('netsuite2', 'location_main_address') }}"
accounts_pass_through_columns:
- name: "custrecord_cash_flow_category"
alias: "lyra_cash_flow_category"
accounts_pass_through_columns: []
classes_pass_through_columns: []
departments_pass_through_columns: []
transactions_pass_through_columns:
- name: "custbody_subledger"
alias: "lyra_subledger"
- name: "custbody_subledger_id"
alias: "lyra_subledger_id"
- name: "typebaseddocumentnumber"
alias: "type_based_document_number"
- name: "createddate"
alias: "created_date"
- name: "lastmodifieddate"
alias: "last_modified_date"
transactions_pass_through_columns: []
transaction_lines_pass_through_columns: []
customers_pass_through_columns: []
locations_pass_through_columns: []
Expand Down

0 comments on commit e0f1885

Please sign in to comment.