debajyoti-truefoundry

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

bug

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

needs-discussion
feature-request

### Describe the bug ``` ~/work/pipelines/.. │I 1 import os ■ Missing module docstring   .git │ 2 from functools import partial   flyte │ 3 from pathlib...

bug
flytekit
backlogged

### 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",...

bug
flytekit

### Motivation: Why do you think this is important? ![image](https://github.com/flyteorg/flyte/assets/97010181/5bf653cf-ec93-4ba8-8603-4d9d5accd368) As you can see, there is no way I can identify whether a launch plan is active or not. ###...

enhancement
ui

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

bug
flytectl

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

defect

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

bug

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

bug

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

bug