Giacomo Chiarella

Results 5 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...

enhancement
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