Skip to content

Commit

Permalink
Merge pull request #4 from instructure/type_fix
Browse files Browse the repository at this point in the history
Fixed type for account_id
  • Loading branch information
balazs-szogi-instructure authored Aug 27, 2024
2 parents 99ec53e + 0c73ed7 commit 0b51782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_canvas_catalog/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TapCanvasCatalog(Tap):
),
th.Property(
"account_id",
th.StringType,
th.NumberType,
required=False,
secret=False,
description="The sub-account id to pull data from",
Expand Down

0 comments on commit 0b51782

Please sign in to comment.