You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/18 17:41:54 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #20363: Add aws_conn_id to DynamoDBToS3Operator

potiuk commented on a change in pull request #20363:
URL: https://github.com/apache/airflow/pull/20363#discussion_r771848306



##########
File path: airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
##########
@@ -105,6 +107,7 @@ def __init__(
         dynamodb_scan_kwargs: Optional[Dict[str, Any]] = None,
         s3_key_prefix: str = '',
         process_func: Callable[[Dict[str, Any]], bytes] = _convert_item_to_json_bytes,
+        aws_conn_id: str = 'aws_default',

Review comment:
       We need a docstring for that one.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org