Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Rm oauth (#32)
Browse files Browse the repository at this point in the history
* updated tap to use oauth, got pytests working

* added lists and list_contacts streams

* fixed primary key for contact_lists_v1 stream

* fixed pagination for the lists and list contacts

* fixed a paging bug to compensate for Hubspot's error on the forms endpoint, added missing fields to schema for forms endpoint

* added formType param to forms queries

* fixed pytests and added extra retry status codes

* added new exception type to request_decorator

* removed the oauth capabilities and hardened the schema for forms

* cleaned up some unnecessary changes and comments

* removed flattening in meltano.yml

Co-authored-by: Josh Lloyd <[email protected]>
Co-authored-by: Josh Lloyd <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2022
1 parent f03b38b commit d713ddd
Show file tree
Hide file tree
Showing 14 changed files with 556 additions and 285 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ catalog.json

# Custom Debug
*.vscode
*.idea
3 changes: 3 additions & 0 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ plugins:
settings:
- name: access_token
kind: password
- name: flattening_enabled
kind: boolean
- name: flattening_max_depth
- name: start_date
value: '2010-01-01T00:00:00Z'
config:
Expand Down
Loading

0 comments on commit d713ddd

Please sign in to comment.