GPK

Results 10 issues of 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...

provider:amazon-aws
area:providers

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...

provider:amazon-aws
area:providers
area:system-tests
kind:documentation

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...

provider:amazon-aws
area:providers
kind:documentation

Updated missing docs and example. related: #35278 ![image](https://github.com/apache/airflow/assets/31437079/c08f8545-26cf-449d-ae5f-6ad154f2d20b) --- **^ 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...

provider:amazon-aws
area:providers
area:system-tests
kind:documentation

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...

provider:amazon-aws
area:providers
area:system-tests
kind:documentation

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...

provider:amazon-aws
area:providers
area:dev-tools
provider:docker
provider:celery
provider:apache-spark

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...

bug
status:waiting-for-author-feedback

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...

improvement

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...