singer-io / tap-zendesk

GNU Affero General Public License v3.0
16 stars 39 forks source link

Auto-refresh the tags stream to prevent data age out #122

Closed bhtowles closed 1 year ago

bhtowles commented 1 year ago

The tags stream is FULL_TABLE but data for the stream ages out automatically if a tag has not been used for 60 days. To increase test coverage and put this stream under test the test_all_streams.py file was updated to use the zenpy client to refresh tags every time it runs.

Description of change

https://jira.talendforge.org/browse/TDL-20398

Manual QA steps

Risks

Rollback steps