utkarsharma2 commented on PR #30501:
URL: https://github.com/apache/airflow/pull/30501#issuecomment-1539424844

   @ferruzzi Yes I did, I was passing table ARN in place of the table name.
   ```
     dynamodb_to_s3_operator = DynamoDBToS3Operator(
         task_id="dynamodb_to_s3",
         
dynamodb_table_name="arn:aws:dynamodb:us-east-1:633294268925:table/test",
         s3_bucket_name="tmp9",
         file_size=4000,
         export_time=datetime.now(),
         aws_conn_id="aws_default",
         s3_key_prefix="test"
     )
   ```
   Maybe we can have different param for getting Table ARN? 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to