Skip to content

Commit

Permalink
Merge pull request #6 from instructure/added_logs
Browse files Browse the repository at this point in the history
Added logs
  • Loading branch information
balazs-szogi-instructure authored Aug 27, 2024
2 parents 968103d + 3acf1f0 commit 5c34acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_canvas_catalog/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def get_url_params(
params = super().get_url_params(context, next_page_token)
params["accountId"] = 1

# log params
self.logger.info(f"get_url_params: {params}")

return params

schema = th.PropertiesList(
Expand Down

0 comments on commit 5c34acc

Please sign in to comment.