Skip to content

Small param rename in BaseExecutor and CeleryExecutor#65814

Closed
ferruzzi wants to merge 1 commit intoapache:mainfrom
aws-mwaa:ferruzzi/executor-callbacks/rename-workload-param
Closed

Small param rename in BaseExecutor and CeleryExecutor#65814
ferruzzi wants to merge 1 commit intoapache:mainfrom
aws-mwaa:ferruzzi/executor-callbacks/rename-workload-param

Conversation

@ferruzzi
Copy link
Copy Markdown
Contributor

Most/all of the executors which implemented this needed to import from airflow.executors import workloads which was causing name shadowing and they were working around it bu doing from airflow.executors import workloads as ws instead. It's cleaner and easier to rename the param in a smarter way.

Related to:

#62984 (comment)
#63657
#63498
#63454
#63035
#63888

Part of: #62887

cc: @dondaum

@ferruzzi
Copy link
Copy Markdown
Contributor Author

@dondaum already got to it in #62984, closing this in favor of that one.

@ferruzzi ferruzzi closed this Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant