Giacomo Chiarella

Results 10 issues of Giacomo Chiarella

https://github.com/PrefectHQ/prefect/blob/1e550ef0490154ee1e7d308fa2ba452d207014e5/src/prefect/agent/ecs/agent.py#L505 The hard coded command makes impossible to run ECS tasks using custom docker images having custom entry points/commands. If the hard coded command is commented, the task is created...

question
v1

**Describe the bug** Hi everyone! I’m using the same cube.js file but I’m getting different results when I access to the securityContext in extendContext function: - if I use the...

backend:server
api:sql

Using the following code: ``` from sql_metadata import Parser sql = """ select dependent_schema.name as dependent_schema, relationships.dependent_name as dependent_name from relationships join schema as dependent_schema on relationships.dependent_schema_id=dependent_schema.id join schema as...

A clear and concise description of what the bug is. #### How to reproduce the bug We have such config in superset_config.py ``` HTTP_HEADERS = { "X-Frame-Options": "ALLOW-FROM *", "x-frame-options":...

### Bug summary The dashboard view does not show which deployment a flow run belongs a to. To know which deployment a flow run belongs to you would need to...

enhancement
ui

Dashboard api /api/v1/dashboard and /api/v1/chart returning empty responses when get request is made using user with Superset predefined Admin role in Python ### Expected results I expect to get all...

### Bug summary In Prefect 3.2.14, I'm having this exception. Would be great some guidance in understanding what it is about. Once the agent restarts all the running jobs are...

bug

**Describe the bug** I'm not sure if this is a bug. I would expect so just because otherwise it does not make any sense in my head to have environment...

p2

**Describe the bug** Note: Please check the common issues on https://block.github.io/goose/docs/troubleshooting before filing a report After added a templated resource or a prompt resource into a fastmcp http server, the...

help wanted
p2
mcp

**Describe the Features** It would be a huge help in managing datasets if it would be possible to do the following: ``` class MyState: my_outer_list: list[list[Any]] = [[0, "a", "b"],...

feature request