misc: allow cubes to be given a slug (#30858)

This commit is contained in:
Frédéric Péters 2019-02-24 15:12:28 +01:00
parent 90cc6318b9
commit 084b0d06b4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class WcsOlapFeeder(object):
self.config = config or {}
self.model = {
'label': self.config.get('cubes_label', schema),
'name': schema,
'name': self.config.get('cubes_slug', schema),
'search_path': [schema, 'public'],
'pg_dsn': pg_dsn,
'cubes': [],