From 9d4d6c627dcf22cfc46a83a1d6b476c936a14dd6 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 16 Dec 2019 17:05:43 +0100 Subject: [PATCH 2/4] schemas: remove duplicate key (#38596) --- bijoe/schemas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bijoe/schemas.py b/bijoe/schemas.py index ae4685b..00d4093 100644 --- a/bijoe/schemas.py +++ b/bijoe/schemas.py @@ -402,7 +402,6 @@ class Warehouse(Base): 'pg_dsn': str, 'search_path': [str], 'cubes': [Cube], - 'search_path': [str], 'path': str, } -- 2.20.1