Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
def
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_info
Function · 0.90
non_uploads
Method · 0.80
Tested by
no test coverage detected