MAINT: Removes exchange_id and root_symbol_id columns from AssetDB

This commit is contained in:
jfkirk
2015-09-10 11:53:28 -04:00
parent 35ed8c28a8
commit 2a28d09380
2 changed files with 20 additions and 28 deletions
+1 -2
View File
@@ -290,7 +290,7 @@ class AssetFinderTestCase(TestCase):
'sid': i,
'symbol': 'TEST@%d' % i,
'company_name': "company%d" % i,
'start_date_': as_of.value,
'start_date': as_of.value,
'end_date': as_of.value,
'exchange': uuid.uuid4().hex,
'fuzzy': 'TEST%d' % i
@@ -574,7 +574,6 @@ class AssetFinderTestCase(TestCase):
'notice_date': pd.Timestamp('2015-11-16', tz='UTC'),
'start_date': pd.Timestamp('2015-08-01', tz='UTC')
},
}
self.env.write_data(futures_data=metadata)
finder = AssetFinder(self.env.engine)