Skip to content

Commit

Permalink
update intercom settings
Browse files Browse the repository at this point in the history
- `start_date` is now in unix timestamp format
- added `filters` setting to allow for filters in POST body.
  • Loading branch information
tobiascadee committed Feb 26, 2025
1 parent 8de6fd7 commit e7b99fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _data/meltano/extractors/tap-intercom/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@ settings:
kind: integer
label: Max Flattening Depth
name: flattening_max_depth
- description: The earliest record date to sync
kind: date_iso8601
- description: The earliest record date to sync in unix timestamp format.
kind: integer
label: Start Date
name: start_date
- description: Filters to apply to the API request (only for search endpoints)
kind: object
label: Filters
name: filters
- description: User-defined config values to be used within map expressions.
kind: object
label: User Stream Map Configuration
Expand Down

0 comments on commit e7b99fe

Please sign in to comment.