Skip to content

Commit

Permalink
add streams for budget_list and budget_details
Browse files Browse the repository at this point in the history
  • Loading branch information
arilton committed Nov 26, 2024
1 parent 0bc6e8b commit 66cd666
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tap_intacct/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
'departments': ["DEPARTMENTID"],
'audit_history': ["ID"],
'locations': ["RECORDNO"],
'budget_details': ["RECORDNO"],
'budget_list': ["RECORDNO"],
}

# List of available objects with their internal object-reference/endpoint name.
Expand Down Expand Up @@ -58,7 +60,9 @@
"adjustment_items": "ARADJUSTMENTITEM",
"departments": "DEPARTMENT",
"audit_history": "AUDITHISTORY",
"locations": "LOCATION"
"locations": "LOCATION",
"budget_list": "GLBUDGETHEADER",
"budget_details": "GLBUDGETITEM",
}

REP_KEYS = {
Expand Down

0 comments on commit 66cd666

Please sign in to comment.