-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-3202] add missing documentation for AWS hooks/operator #4048
Conversation
Sometime back I added AWS hooks/operators but don't see them in the documentation, so adding them now :) |
docs/integration.rst
Outdated
@@ -313,6 +313,49 @@ S3ToRedshiftTransfer | |||
|
|||
.. autoclass:: airflow.operators.s3_to_redshift_operator.S3ToRedshiftTransfer | |||
|
|||
AWS DynamoDB | |||
'''''''' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you align the ''''
:
AWS DynamoDB
''''''''''''
Otherwise this will generate warnings at compile time. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sid88in LGTM.
thanks @Fokko !! |
…he#4048) Add missing documentation for AWS hooks/operator
Add missing documentation for AWS hooks/operator
…he#4048) Add missing documentation for AWS hooks/operator
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8