SFTPToS3Operator is not mentioned in the apache-airflow-providers-amazon > operators documentation
See original GitHub issueApache Airflow version: 2.2.0 , apache-airflow-providers-amazon == 2.0.0
Kubernetes version (if you are using kubernetes) (use kubectl version
):
Environment:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
What happened:
What you expected to happen:
I would expect to find the documentation for
airflow.providers.amazon.aws.transfers.sftp_to_s3.SFTPToS3Operator
in one these locations
https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/index.html
or
https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/transfer/index.html
How to reproduce it:
Anything else we need to know:
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
airflow.providers.amazon.aws.transfers.sftp_to_s3
[docs]class SFTPToS3Operator(BaseOperator): """ This operator enables the transferring of files from a SFTP server to Amazon S3. .. seealso:: For more ...
Read more >[GitHub] [airflow] pyerbiz commented on issue #16730 ...
[GitHub] [airflow] pyerbiz commented on issue #16730: SFTPToS3Operator is not mentioned in the apache-airflow-providers-amazon > operators documentation.
Read more >apache-airflow-providers-amazon 1.0.0rc1 - PyPI
Commit Committed Subject
b40dffa08 2020‑12‑08 Rename remaing modules to match AIP‑21 (#12917)
663259d4b 2020‑11‑25 Fix AWS DataSync tests failing (#11020)
370e7d07d 2020‑11‑21 Fix Python Docstring parameters...
Read more >SFTPToS3Operator - Astronomer Registry
This operator enables the transferring of files from a SFTP server to Amazon S3.
Read more >DAGs, Operators, Connections, and other issues in Apache ...
I received 'Broken DAG: No module named psycopg2' error. We recommend the following steps: Test your DAGs, custom plugins, and Python dependencies locally ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working on it
BTW. You can ran
./breeze build-docs -- --package-filter apache-airlfow-providers-amazon
to test if the documentation builds and looks nice (and then ./docs/start_doc_server.sh you should be able to browse the docs)