Generate new fixtures to include new meta table

- Include the obs_meta_geom_numer_timespan table
This commit is contained in:
Mario de Frutos
2017-08-09 16:10:39 +02:00
parent c56633dd2a
commit 50d975ce9b
4 changed files with 173796 additions and 2203 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ def get_tablename_query(column_id, boundary_id, timespan):
METADATA_TABLES = ['obs_table', 'obs_column_table', 'obs_column', 'obs_column_tag',
'obs_tag', 'obs_column_to_column', 'obs_dump_version', 'obs_meta',
'obs_meta_numer', 'obs_meta_denom', 'obs_meta_geom',
'obs_meta_timespan', 'obs_column_table_tile',
'obs_column_table_tile_simple']
'obs_meta_timespan', 'obs_meta_geom_numer_timespan',
'obs_column_table_tile', 'obs_column_table_tile_simple']
FIXTURES = [
('us.census.acs.B01003001_quantile', 'us.census.tiger.census_tract', '2010 - 2014'),
+1
View File
@@ -1,3 +1,4 @@
requests
nose
nose_parameterized
psycopg2