Re: [PR] Add type hints for AWS provider [airflow]

2024-06-02 Thread via GitHub
github-actions[bot] closed pull request #35966: Add type hints for AWS provider URL: https://github.com/apache/airflow/pull/35966 -- 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

Re: [PR] Add type hints for AWS provider [airflow]

2024-05-23 Thread via GitHub
github-actions[bot] commented on PR #35966: URL: https://github.com/apache/airflow/pull/35966#issuecomment-2126312095 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for

[PR] Add type hints for AWS provider [airflow]

2024-03-27 Thread via GitHub
hussein-awala opened a new pull request, #35966: URL: https://github.com/apache/airflow/pull/35966 closes: #11297 I will split the PR into small PRs, especially the refactoring/fixes changes, but I need to make it work first. -- This is an automated message from the Apache Git

Re: [PR] Add type hints for AWS provider [airflow]

2024-03-27 Thread via GitHub
github-actions[bot] closed pull request #35966: Add type hints for AWS provider URL: https://github.com/apache/airflow/pull/35966 -- 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

Re: [PR] Add type hints for AWS provider [airflow]

2024-03-22 Thread via GitHub
github-actions[bot] commented on PR #35966: URL: https://github.com/apache/airflow/pull/35966#issuecomment-2016205635 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for

Re: [PR] Add type hints for AWS provider [airflow]

2024-01-31 Thread via GitHub
github-actions[bot] commented on PR #35966: URL: https://github.com/apache/airflow/pull/35966#issuecomment-1920229117 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for

Re: [PR] Add type hints for AWS provider [airflow]

2023-12-01 Thread via GitHub
Taragolis commented on PR #35966: URL: https://github.com/apache/airflow/pull/35966#issuecomment-1836256294 I think it not simple. I've tried in the past to do with separate by client / resource types hooks, but it was before async support was added. In general it required to rework

Re: [PR] Add type hints for AWS provider [airflow]

2023-11-30 Thread via GitHub
hussein-awala commented on PR #35966: URL: https://github.com/apache/airflow/pull/35966#issuecomment-1834653996 > `AwsGenericHook` so called because it use [Generic](https://docs.python.org/3/library/typing.html#generics) for the typing annotation. > > So basically all the things