We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de6fd7 commit a0dda45Copy full SHA for a0dda45
_data/meltano/extractors/tap-intercom/ticketswap.yml
@@ -69,10 +69,14 @@ settings:
69
kind: integer
70
label: Max Flattening Depth
71
name: flattening_max_depth
72
-- description: The earliest record date to sync
73
- kind: date_iso8601
+- description: The earliest record date to sync in unix timestamp format.
+ kind: integer
74
label: Start Date
75
name: start_date
76
+- description: Filters to apply to the API request (only for search endpoints)
77
+ kind: object
78
+ label: Filters
79
+ name: filters
80
- description: User-defined config values to be used within map expressions.
81
kind: object
82
label: User Stream Map Configuration
0 commit comments