Hi All
I am using tap-freshdesk tap
1.
it pull data by default 30k rows only [ am sure it's the setting in API , correct me if am wrong here] ?
2. have below meltano.yml configurations, looking at start_date value , am expecting data to pull from 2014-01-01 but when I run - data present with random days (2013 data also ) total 30k and stops
version: 1
send_anonymous_usage_stats: true
project_id: tap-freshdesk
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-freshdesk
namespace: tap_freshdesk
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- name: username
- name: password
kind: string
sensitive: true
- name: start_date
value: '2024-01-01'
config:
start_date: '2024-01-01'
domain:
api_key:
select:
- tickets.*
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
Can anyone help me what can be reason behind this behaviour ?