debajyoti-truefoundry
debajyoti-truefoundry
**Describe the bug** A field is annotated with `Optional` even though it is a required field in the OpenAPI schema. **To Reproduce** Example schema: ```yaml openapi: 3.0.0 info: title: "no...
### Proposal Right now, the Consumer metrics are fetched using the direct URL of the NATS Consumer Leader Node. Considering a situation where Keda ScaledObject and NATS are in two...
### Describe the bug ``` ~/work/pipelines/.. │I 1 import os ■ Missing module docstring .git │ 2 from functools import partial flyte │ 3 from pathlib...
### Describe the bug ```python from flytekit import CronSchedule, LaunchPlan # noqa: E402 from train_model_workflow import train from flytekit.remote import FlyteRemote from flytekit.configuration import Config remote = FlyteRemote( config=Config.auto(config_file="../config.yaml"), default_project="flytesnacks",...
### Motivation: Why do you think this is important?  As you can see, there is no way I can identify whether a launch plan is active or not. ###...
### Describe the bug ``` ❯ flytectl version INFO[0000] [0] Couldn't find a config file []. Relying on env vars and pflags. A new release of flytectl is available: 0.8.11...
### Observed behavior [I started a discussion on the Slack channel but opened an issue, too.](https://natsio.slack.com/archives/CM3T6T7JQ/p1718420520473279) I am using NATS `2.10.12-alpine3.19`. I have a stream like this below, ``` Information...
# Environment **Delta-rs version**: `0.27.0` **Binding**: I am using Rust directly *** # Bug **What happened**: Panic `overflow` while running ZOrder optimization. Below, I have the minimum traceback I was...
# Environment **Delta-rs version**: `0.27.0` **Binding**: I am using the Rust library *** # Bug **What happened**: `delta-rs` does not allow making a column non-nullable to nullable with `SchemaMode::Merge`. **What...
# Environment **Delta-rs version**: `0.27.0` **Binding**: I am using the Rust library. *** # Bug **What happened**: Assume I have a column called `map` The schema is, ``` "map": StructField...