Skip to content

Conversation

@o-nikolas
Copy link
Contributor

This allows the team_name to be passed to the super class. This is low hanging fruit to allow the Celery executor to be used for multi team testing. More changes will be needed to allow the Celery executor to use team-based config, but that will be done at a future time.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.
@o-nikolas
Copy link
Contributor Author

@vincbeck @ramitkataria

@o-nikolas o-nikolas added the multi-team - aip-67 Issues related to multi-team (AIP-67) label Sep 23, 2025
@eladkal
Copy link
Contributor

eladkal commented Sep 23, 2025

tests fail

Copy link
Contributor

@ramitkataria ramitkataria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A suggestion for the failing unit test but looks good otherwise!

@o-nikolas
Copy link
Contributor Author

tests fail

Passing now @eladkal

@eladkal eladkal merged commit 17290c6 into apache:main Sep 23, 2025
74 checks passed
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Sep 30, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 1, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 2, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 3, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 4, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 5, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 5, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 7, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 8, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 9, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 10, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 11, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 12, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 14, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 15, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 17, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
abdulrahman305 bot pushed a commit to abdulrahman305/airflow that referenced this pull request Oct 19, 2025
…che#56006)

* pass args/kwargs to super in Celery executors

This allows the team_name to be passed to the super class. This is low
hanging fruit to allow the Celery executor to be used for multi team testing.
More changes will be needed to allow the Celery executor to use team-based
config, but that will be done at a future time.

* Fix compat tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers multi-team - aip-67 Issues related to multi-team (AIP-67) provider:celery

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants