[PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-29 Thread via GitHub
hussein-awala opened a new pull request, #35257: URL: https://github.com/apache/airflow/pull/35257 (no comment) -- 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 unsubscri

Re: [PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-29 Thread via GitHub
eladkal commented on code in PR #35257: URL: https://github.com/apache/airflow/pull/35257#discussion_r1375728253 ## airflow/models/mappedoperator.py: ## @@ -470,7 +470,7 @@ def priority_weight(self) -> int: # type: ignore[override] return self.partial_kwargs.get("prior

Re: [PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35257: URL: https://github.com/apache/airflow/pull/35257#discussion_r1375942435 ## airflow/models/mappedoperator.py: ## @@ -470,7 +470,7 @@ def priority_weight(self) -> int: # type: ignore[override] return self.partial_kwargs.get("

Re: [PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-30 Thread via GitHub
hussein-awala commented on code in PR #35257: URL: https://github.com/apache/airflow/pull/35257#discussion_r1376817841 ## airflow/models/mappedoperator.py: ## @@ -470,7 +470,7 @@ def priority_weight(self) -> int: # type: ignore[override] return self.partial_kwargs.get(

Re: [PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-30 Thread via GitHub
eladkal merged PR #35257: URL: https://github.com/apache/airflow/pull/35257 -- 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: commits-unsubscr...@airflow.

Re: [PR] Fix weight_rule property type in mappedoperator [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35257: URL: https://github.com/apache/airflow/pull/35257#discussion_r1375942435 ## airflow/models/mappedoperator.py: ## @@ -470,7 +470,7 @@ def priority_weight(self) -> int: # type: ignore[override] return self.partial_kwargs.get("