ruff
504fa200 - [`airflow`] Apply auto fixes to cases where the names have changed in Airflow 3 (`AIR302`) (#17553)

Commit
52 days ago
[`airflow`] Apply auto fixes to cases where the names have changed in Airflow 3 (`AIR302`) (#17553) ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Apply auto fixes to cases where the names have changed in Airflow 3 in AIR302 and split the huge test cases into different test cases based on proivder ## Test Plan <!-- How was it tested? --> the test cases has been split into multiple for easier checking
Author
Parents
  • crates/ruff_linter
    • resources/test/fixtures/airflow
      • File
        AIR302.py
      • File
        AIR302_amazon.py
      • File
        AIR302_celery.py
      • File
        AIR302_common_sql.py
      • File
        AIR302_daskexecutor.py
      • File
        AIR302_docker.py
      • File
        AIR302_druid.py
      • File
        AIR302_fab.py
      • File
        AIR302_hdfs.py
      • File
        AIR302_hive.py
      • File
        AIR302_http.py
      • File
        AIR302_jdbc.py
      • File
        AIR302_kubernetes.py
      • File
        AIR302_mysql.py
      • File
        AIR302_oracle.py
      • File
        AIR302_papermill.py
      • File
        AIR302_pig.py
      • File
        AIR302_postgres.py
      • File
        AIR302_presto.py
      • File
        AIR302_samba.py
      • File
        AIR302_slack.py
      • File
        AIR302_smtp.py
      • File
        AIR302_sqlite.py
      • File
        AIR302_standard.py
      • File
        AIR302_zendesk.py
    • src/rules/airflow
      • File
        helpers.rs
      • File
        mod.rs
      • rules
        • File
          moved_to_provider_in_3.rs
        • File
          suggested_to_move_to_provider_in_3.rs
      • snapshots
        • ruff_linter__rules__airflow__tests__AIR302_AIR302.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_amazon.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_celery.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_common_sql.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_daskexecutor.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_druid.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_fab.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_hdfs.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_hive.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_http.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_jdbc.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_kubernetes.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_mysql.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_oracle.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_papermill.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_pig.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_postgres.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_presto.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_samba.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_slack.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_smtp.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_sqlite.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_standard.py.snap
        • ruff_linter__rules__airflow__tests__AIR302_AIR302_zendesk.py.snap