You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@ This hook handles the authentication and request to Intercom. Based on [python-i
14
14
This operator composes the logic for this plugin. It fetches the intercom specified object and saves the result in a S3 Bucket, under a specified key, in
15
15
njson format. The parameters it can accept include the following.
16
16
17
-
`intercom_conn_id`: The intercom connection id from Airflow
18
-
`intercom_obj`: Intercom object to query
19
-
`intercom_method`: *optional* Method from python-intercom.
20
-
`s3_conn_id`: S3 connection id from Airflow.
21
-
`s3_bucket`: The output s3 bucket.
22
-
`s3_key`: The input s3 key.
23
-
`output`: Name of the temporary file where the results should be saved
24
-
`fields`: *optional* list of fields that you want to get from the object. If *None*, then this will get all fields for the object
25
-
`replication_key`: *optional* name of the replication key, if needed.
26
-
`replication_key_value`: *(optional)* value of the replication key, if needed. The operator will import only results with the property from replication_key grater than the value of this param.
27
-
`intercom_method`: *(optional)* method to call from python-intercom. Default to "all".
28
-
`**kwargs`: replication key and value, if replication_key parameter is given and extra params for intercom method if needed.
17
+
-`intercom_conn_id`: The intercom connection id from Airflow
18
+
-`intercom_obj`: Intercom object to query
19
+
-`intercom_method`: *optional* Method from python-intercom.
20
+
-`s3_conn_id`: S3 connection id from Airflow.
21
+
-`s3_bucket`: The output s3 bucket.
22
+
-`s3_key`: The input s3 key.
23
+
-`fields`: *optional* list of fields that you want to get from the object. If *None*, then this will get all fields for the object
24
+
-`replication_key`: *optional* name of the replication key, if needed.
25
+
-`replication_key_value`: *(optional)* value of the replication key, if needed. The operator will import only results with the property from replication_key grater than the value of this param.
26
+
-`intercom_method`: *(optional)* method to call from python-intercom. Default to "all".
27
+
-`**kwargs`: replication key and value, if replication_key parameter is given and extra params for intercom method if needed.
0 commit comments