uranusjr commented on code in PR #34729: URL: https://github.com/apache/airflow/pull/34729#discussion_r1363387465
########## docs/apache-airflow/extra-packages-ref.rst: ########## @@ -68,6 +68,8 @@ python dependencies for the provided package. +---------------------+-----------------------------------------------------+----------------------------------------------------------------------------+ | sentry | ``pip install 'apache-airflow[sentry]'`` | Sentry service for application logging and monitoring | +---------------------+-----------------------------------------------------+----------------------------------------------------------------------------+ +| s3fs | ``pip install 'apache-airflow[s3fs]'`` | Support for S3 as Airflow FS | Review Comment: The `amazon` extra actually just pulls in `apache-airflow-providers-amazon` so this would go into the provider.yaml config. -- 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]
