We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528a497 commit c4cf981Copy full SHA for c4cf981
python/lsst/consdb/cdb_schema.py
@@ -121,7 +121,7 @@ def __init__(
121
self.timestamp_columns = dict()
122
123
md = sqlalchemy.MetaData(schema=f"cdb_{self.instrument}")
124
- md.reflect(engine)
+ md.reflect(engine, views=True)
125
self.table_names.update([str(table) for table in md.tables])
126
self.schemas = md
127
for table in md.tables:
0 commit comments