Kevin Kho

Results 14 issues of Kevin Kho

Hi friends! Kevin from the [Fugue Project](https://github.com/fugue-project/fugue/) here. Ploomber has a nice abstraction for [SQL tasks inside pipelines](https://docs.ploomber.io/en/latest/get-started/sql-pipeline.html). Users can use either the `SQLAlchemyClient` or the `DBAPIClient` to connect to...

**Is your feature request related to a problem? Please describe.** At the moment, the schema expression treats all fields as nullable. For example: ``` "name:[{firstname:str,middlename:str,lastname:str}],id:str,gender:str,salary:int" ``` allows firstname, middlename, and...

**Is your feature request related to a problem? Please describe.** When creating a `transformer`, the error message for invalid annotations is currently very vague. The following example: ```python from typing...

## Description This issue has been documented privately in [Cloud](https://github.com/PrefectHQ/cloud/issues/3921), but this is just to make a public place to track it as well. The user had a successful scheduled...

## Description Artifact creation hits an API error where the tenant_id is NULL. This also might be related to a similar issue with `StartFlowRun().run()` being used in another task that...

**Why** Some users want to set the labels through the UI over the programming interface. They want the ability to set different labels on different clocks for a Flow. Think...

enhancement
Consider for Orion

**Why** Just a quality of life enhancement so that teams can know why there is a concurrency limit when they look at the limits in the UI. **What** A description...

enhancement
Consider for Orion

**Why** The flow schematic mapped tasks look clickable because of the vueitfy component that was used. This will be seen in the image attached. A user on Slack asked if...

enhancement
UI Team - Backlog

The presence of FugueWorkflow in the docs is more confusing than helpful so we are removing instances that aren't needed in favor of the Fugue API.

One of the unclear things is how to piece together reusable queries to form a bigger query with Jinja templating, an example around this will help.