Rob Freedy

Results 20 issues of Rob Freedy

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
integrations

### Bug summary When running a deployed flow that has a Pydantic based model as a parameter, the UI input looks different when the class is defined inside the same...

bug
2.x

### Describe the current behavior Currently, if my deployment has a long name, I am not able to adjust the size of the columns in the UI to show the...

enhancement

### Bug summary Current Behavior: In the UI, when selecting the Custom Run for a deployed flow that has a datetime parameter, the Datetime widget incorrectly converts the datetime passed...

bug
UI/UX

### Describe the current behavior N/A ### Describe the proposed behavior We note that airflow has support for refreshing a Power BI dataset, we have coded this up by hand...

enhancement

### Enhancement Description Currently, if you define a Prefect logger inside of a ControlFlow flow, the logs will not appear in the Prefect flow run logs natively. This issue tracks...

enhancement

### Describe the current behavior Currently, you can work around materializing an Asset in code without the decorator something like the following code: ```python from prefect import task, flow from...

enhancement

### Describe the current behavior Currently, automatic asset generation for dbt nodes is only supported in prefect-dbt for dbt Core projects ([see docs here](https://docs.prefect.io/integrations/prefect-dbt/index#assets). Asset generation for dbt Cloud jobs...

enhancement

### Bug summary When the slug name is changed for a schedule on a deployment, a separate schedule is created on the deployment without replacing the original schedule, so you...

bug

### Bug summary Given a deployment schedule that is turned off and that does not have a slug attached to the schedule, the state of the schedule is not maintained...

bug