We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e9007 commit e2ea097Copy full SHA for e2ea097
tap_freshdesk/streams.py
@@ -10,12 +10,7 @@
10
11
from tap_freshdesk.client import FreshdeskStream, PagedFreshdeskStream
12
13
-# TODO: Delete this is if not using json files for schema definition
14
SCHEMAS_DIR = Path(__file__).parent / Path("./schemas")
15
-# TODO: - Override `UsersStream` and `GroupsStream` with your own stream definition.
16
-# - Copy-paste as many times as needed to create multiple stream types.
17
-
18
19
20
21
class AgentsStream(FreshdeskStream):
tap_freshdesk/tap.py
@@ -12,7 +12,6 @@
from pathlib import Path
config = Path(__file__).parent.parent / '.secrets' / 'config.json'
-from collections import deque
_ticket_ids = set()
0 commit comments