ruff
[`airflow`] Extend rule to check class attributes, methods, arguments (`AIR302`)
#15083
Merged

Commits
  • feat(AIR302): extend the following rules
    Lee-W committed 1 year ago
  • feat(AIR302): add function removed_class_attribute and the following rules
    Lee-W committed 1 year ago
  • refactor(AIR302): refactor regex usage
    Lee-W committed 1 year ago
  • feat(AIR302): argument `sla` is removed and argument `task_concurrency` is renamed as `max_active_tis_per_dag` in all airflow operators
    Lee-W committed 1 year ago
  • feat(AIR302): argument "filename_template" is removed in task handlers
    Lee-W committed 1 year ago
  • feat(AIR302): extension "executors", "operators", "sensors", "hooks" have been removed in AirflowPlugin
    Lee-W committed 1 year ago
  • feat(AIR302): argument appbuilder is now removed in BaseAuthManager and its subclasses
    Lee-W committed 1 year ago
  • feat(AIR302): airflow.hooks.base_hook.BaseHook → airflow.hooks.base.BaseHook
    Lee-W committed 1 year ago
  • refactor(AIR303): refactor utility functions with is_airflow_builtin_or_provider
    Lee-W committed 1 year ago
  • feat(AIR302): extend the following rules
    Lee-W committed 1 year ago
  • refactor(AIR302): rewrite utility functions and add doc string to all utility functions
    Lee-W committed 1 year ago
  • fix(AIR302): fix missing DatasetLineageInfo rule
    Lee-W committed 1 year ago
Loading