We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aba3e commit 6dcb9a6Copy full SHA for 6dcb9a6
operators/intercom_to_s3_operator.py
@@ -8,7 +8,6 @@
8
from tempfile import NamedTemporaryFile
9
10
11
-# TODO: Inherit from BaseOperator
12
class IntercomToS3Operator(BaseOperator):
13
"""
14
Make a query against Intercom and write the resulting data to s3.
@@ -58,7 +57,6 @@ def __init__(
58
57
59
super().__init__(*args, **kwargs)
60
61
- # TODO: update with get_conn(intercom_conn_id)
62
self.intercom_conn_id = intercom_conn_id
63
self.intercom_obj = intercom_obj
64
self.intercom_method = intercom_method
0 commit comments