Skip to content

Commit

Permalink
fix(tap-suiteql): Fix BillingAccount Stream name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos314 committed Jul 20, 2023
1 parent fdee01b commit 82f368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_suiteql/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class CustomRecordGpyChangeOrderClassificStream(suiteqlStream):


class BillingAccountStream(suiteqlStream):
name = "billingaccount"
name = "BillingAccount"
path = "/query/v1/suiteql"
metadata_path = "/record/v1/metadata-catalog/billingaccount"
primary_keys = ["id"]
Expand Down

0 comments on commit 82f368f

Please sign in to comment.