potiuk commented on pull request #21032: URL: https://github.com/apache/airflow/pull/21032#issuecomment-1021606690
Doc only changes that touch the code in "airflow" (excluding providers): * airflow/hooks/dbapui.py -> https://github.com/apache/airflow/pull/19599 -> docstring only * airflow/jobs/scheduler_job.py airflow/sensors/base.py -> https://github.com/apache/airflow/pull/20151/ - Deprecate smart sensors. This is harmless and I think the sooner users gets the deprecation notice the better (but you might want to remove it or maybe re-classify it to "misc" or something * airflow/operators/generic_transfer.py -> https://github.com/apache/airflow/pull/19599/ docstring only * airflow/smart_sensor_dags/smart_sensor_group.py -> https://github.com/apache/airflow/pull/1960 - This is removal of days_ago() from smart_sensor_group.py example (which should be moved to examples BTW) Excluded changes that touch the code in "airflow" (excluding providers): * airflow/dag_processing/manager.py -> https://github.com/apache/airflow/pull/20703 change only in comments (build-> built) * airflow/kubernetes/pod_launcher.py , airflow/kubernetes/pod.py, airflow/kubernetes/pod_runtime_info_env.py, airflow/kubernetes/volume_mount.py, airflow/kubernetes/volume.py, airflow/timetables/base.py, airflow/migrations/versions/2c6edca13270_resource_based_permissions.py, airflow/migrations/versions/a13f7613ad25_resource_based_permissions_for_default_.py, airflow/utils/db.py, airflow/www/decorators.py, airflow/www/views.py Those are all https://github.com/apache/airflow/pull/20466 - autoflake removing "# flake8: noqa comments and unncessary pass statements * airflow/www/ask_for_recompile_assets_if_needed.sh -> this is only used in breeze. * setup.py/setup.cfg - those are just regular setup changes in [this gist](https://gist.github.com/potiuk/7d8a6d0a23fe6c1aaae134614e3e3b9d) -- 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]
