vincbeck commented on code in PR #47798: URL: https://github.com/apache/airflow/pull/47798#discussion_r2005663464
########## .gitignore: ########## @@ -198,7 +204,7 @@ dmypy.json /.inputrc log.txt* -# Provider-related ignores +# Legascy Provider-related ignores Review Comment: ```suggestion # Legacy Provider-related ignores ``` ########## airflow-core/docs/installation/dependencies.rst: ########## @@ -29,37 +29,37 @@ yum package, or whatever equivalent applies on the distribution you are using. Most of the extra dependencies are linked to a corresponding provider package. For example "amazon" extra has a corresponding ``apache-airflow-providers-amazon`` provider package to be installed. When you install -Airflow with such extras, the necessary provider packages are installed automatically (latest versions from -PyPI for those packages). However, you can freely upgrade and install provider packages independently from +Airflow with such extras, the necessary provider distributions are installed automatically (latest versions from +PyPI for those packages). However, you can freely upgrade and install provider distributions independently from the main Airflow installation. For the list of the extras and what they enable, see: :doc:`/extra-packages-ref`. -Provider packages -''''''''''''''''' +provider distributions Review Comment: ```suggestion Provider distributions ``` ########## airflow-core/README.md: ########## @@ -0,0 +1,20 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + --> + +This is a core airflow package that contains the functionality of Apache Airflow scheduler and API server. Review Comment: Should not we mention the other components? dag processor and trigger. -- 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]
