GPK
GPK
This PR is to add the additional parameters to aws lambdacreatefunctionoperator. The following parameters are added. EphemeralStorage: To set the size of function /tmp directory. SnapStart: To create a snapshot...
Added Amazon Comprehend Start Pii Entities Detection Job Operator Doc, Hook, Operator, Sensor, Trigger, Waiter, Unit Test, System Test. At present it supports only Pii Entities Detection Job. Remaining Comprehend...
related: #35278 Updated Glue crawler to use base aws classes. Executed example from system test. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In...
Updated missing docs and example. related: #35278  --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow...
Use base aws classes in AWS Glue DataBrew Operators/Triggers related: #35278 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code...
Moving python operators/sensors to standard provider --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal...
Hi, We are experiencing failures in our Apache Airflow project canary builds related to imports in msgraph-core. This issue is likely due to the recent release of microsoft-kiota-http incompatible and...
Currently create environment api supports `prevent_self_review`, adding missing property to support in PyGithub. https://docs.github.com/en/rest/deployments/environments?apiVersion=2022-11-28#create-or-update-an-environment as per response from the endpoint looks like this, `prevent_self_review` falls under protection_rules, updated accordingly to...
It would be very helpful Repository object supports `Create deployment branch policy` and `Delete deployment branch policy` endpoints https://docs.github.com/en/rest/deployments/branch-policies?apiVersion=2022-11-28#create-a-deployment-branch-policy https://docs.github.com/en/rest/deployments/branch-policies?apiVersion=2022-11-28#delete-a-deployment-branch-policy
It is good practice to use commit sha for the github actions, not everything trustable with direct version specifier :) Also its better not to persist any creds in checkout...