From f3b3e260cf11bb4846650383b3faaeca71e9af8b Mon Sep 17 00:00:00 2001 From: Philip Graae Date: Tue, 1 Mar 2022 13:12:21 +0100 Subject: [PATCH] fix typo in docs --- terracotta/drivers/sqlite_meta_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terracotta/drivers/sqlite_meta_store.py b/terracotta/drivers/sqlite_meta_store.py index 1d504d2e..60a2532f 100644 --- a/terracotta/drivers/sqlite_meta_store.py +++ b/terracotta/drivers/sqlite_meta_store.py @@ -28,7 +28,7 @@ class SQLiteMetaStore(RelationalMetaStore): The SQLite database consists of 4 different tables: - ``terracotta``: Metadata about the database itself. - - ``keys``: Contains two columns holding all available keys and their description. + - ``key_names``: Contains two columns holding all available keys and their description. - ``datasets``: Maps key values to physical raster path. - ``metadata``: Contains actual metadata as separate columns. Indexed via key values.