MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / build_async_schemas

Function build_async_schemas

explorer/tasks.py:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123
124@shared_task
125def build_async_schemas():
126 from explorer.schema import schema_info
127 for c in DatabaseConnection.objects.non_uploads().all():
128 schema_info(c.alias)

Callers

nothing calls this directly

Calls 2

schema_infoFunction · 0.90
non_uploadsMethod · 0.80

Tested by

no test coverage detected