Hironori Yamamoto
Hironori Yamamoto
## Description - Add error handler for wrapper task named `on_upstream_failure` - Make interface run `on_upstream_failure` when upstream tasks of a `WrapperTask` are failed ## Motivation and Context Currently, `luigi.Task`...
I found that rust-analyzer based on Bazel does not show cargo check result on VSCode, e.g. when setting up rust analyzer for this [example](https://github.com/bazelbuild/rules_rust/tree/main/examples). I'd like to ask whether this...
## Problem Currently, dbt-athena does not support `on_schema_change` option. closes #47 ## Solution - Add custom column class `AthenaColumn` - Athena has different column type between DML and DDL (e.g....
## What - **Migrate Generated Schema to Pydantic v2 (Current Latest Major Version)** - Major changes in this PR can be seen in the following commit: - https://github.com/yu-iskw/dbt-artifacts-parser/pull/66/commits/84bb5bb2513daf4302d880f5018780f7d7fb620d - **Addition...
# Feature Request I would like to be able to seamlessly run jobs on a k8s cluster from my local machine using Kanon. To achieve this, we need to avoid...
After closing this [issue](https://github.com/clap-rs/clap/issues/3166), implement hints for profiles options.
## What I made an HTTP handler to create a GCP project using a client of Cloud Resource Manager ## Why Programmatically switching projects among tests can be useful to...
fix type annotation
## Backround As CI of [a8d23f7](https://github.com/m3dev/gokart/pull/401/commits/a8d23f7890bf04787592b739eac4eab517788cc6) shows, when wrapped `run` function cannot be pickled when the instance parameters to wrap `run` different `gokart.TaskOnKart` is pickled when it is passed to...