project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow.yaml ...
I ran into this when compiling the secops demo. There are some tables that aren't used by views in this example. But since the tables exist in the schema, the UI displays them. For a user (me), it is ...