Bora Berke Sahin
Bora Berke Sahin
Before this PR, if an URL without a scheme was given to `endpoint-url` such as `example.com`, `s5cmd` would add `http` scheme to it. After this PR, `s5cmd` will not accept...
Old version of `urfave/cli` unnecessarily prints help page if an error occurred related to the arguments/flags. After updating `v2.11.2`, unnecessary help prints will be removed and only the error messages...
This PR migrates `s5cmd` from `aws-sdk-for-go` to `aws-sdk-for-go-v2`. #### Useful links for future reference: 1. [Github: aws-sdk-for-go-v2](https://github.com/aws/aws-sdk-go-v2/) 2. [Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) 3. [Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) #### Changed files: ##### Major changes: 1....
This PR adds one blocker test for external endpoint `google-cloud-storage` before release. If those tests don't pass, release will fail. As a future improvement, we can also write another blocker...
This PR adds a new `retry_from_failure` parameter to the `DbtRunJobOperator` to retry a failed run of a dbt Cloud job from the point of failure. The implementation uses the new...
This PR allows TaskGroup(s) to be passed as `branch` in the operators that use `BranchMixIn`. With this implementation, if the provided string is a `task_group_id` instead of `task_id`, it will...
This PR adds `CloudDataTransferServiceRunJobOperator` which runs a pre-configured storage data transfer service using it's `job_name`. Closes: #22016
Validate and truncate `trigger_reason` field if it is longer than the limit of 255 characters. closes: #34676
This PR resolves internal warnings under `tests/api_connexion`. | Test Class | Issue | Resolution | |-----------------------------|-----------------------------------------------------|-----------------------------------------------------------| | **TestGetConnection** | Encountered non-JSON in `extra` field | Reformatted them as JSON |...