I think there's still a problem with RUT. I can't create a bundle from a DB that contains this security:
2021-05-05 06:57:55 quantrocket.zipline: INFO [rut-1min-bundle] Ingesting rut-1min-bundle bundle
2021-05-05 06:58:59 quantrocket.zipline: ERROR Traceback (most recent call last):
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "sym://qrocket_log_py", line 34, in wrapped
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "sym://qrocket_qrzipline_bundles_ingest_py", line 77, in mule_ingest_bundle
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "sym://qrocket_qrzipline_bundles_ingest_py", line 126, in _call_ingest_func
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "sym://qrocket_qrzipline_bundles_base_py", line 142, in ingest
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "sym://qrocket_qrzipline_bundles_fromdb_base_py", line 252, in _write_assets
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/zipline/assets/asset_writer.py", line 809, in write
2021-05-05 06:58:59 quantrocket.zipline: ERROR chunk_size=chunk_size,
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/zipline/assets/asset_writer.py", line 485, in _real_write
2021-05-05 06:58:59 quantrocket.zipline: ERROR chunk_size,
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/zipline/assets/asset_writer.py", line 824, in _write_df_to_table
2021-05-05 06:58:59 quantrocket.zipline: ERROR chunksize=chunk_size,
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/pandas/core/generic.py", line 1534, in to_sql
2021-05-05 06:58:59 quantrocket.zipline: ERROR chunksize=chunksize, dtype=dtype)
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/pandas/io/sql.py", line 473, in to_sql
2021-05-05 06:58:59 quantrocket.zipline: ERROR chunksize=chunksize, dtype=dtype)
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/pandas/io/sql.py", line 1512, in to_sql
2021-05-05 06:58:59 quantrocket.zipline: ERROR table.insert(chunksize)
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/pandas/io/sql.py", line 670, in insert
2021-05-05 06:58:59 quantrocket.zipline: ERROR self._execute_insert(conn, keys, chunk_iter)
2021-05-05 06:58:59 quantrocket.zipline: ERROR File "/opt/conda/lib/python3.6/site-packages/pandas/io/sql.py", line 1299, in _execute_insert
2021-05-05 06:58:59 quantrocket.zipline: ERROR conn.executemany(self.insert_statement(), data_list)
2021-05-05 06:58:59 quantrocket.zipline: ERROR sqlite3.IntegrityError: NOT NULL constraint failed: exchanges.country_code
2021-05-05 06:58:59 quantrocket.zipline: ERROR
Looking at the master db, in the Security table Country is NULL, and in the SecurityIBKR table Mic is NULL. I think this is causing bundle creation to fail.