diff --git a/.github/workflows/ecs-task-definition.json b/.github/workflows/ecs-task-definition.json index 7ef503681d6..c71d2310613 100644 --- a/.github/workflows/ecs-task-definition.json +++ b/.github/workflows/ecs-task-definition.json @@ -31,6 +31,10 @@ { "name": "TALISMAN_ENABLED", "value": "False" + }, + { + "name": "SUPERSET__SQLALCHEMY_EXAMPLES_URI", + "value": "duckdb:////app/data/examples.duckdb?access_mode=read_only" } ], "mountPoints": [],