We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466d697 commit 9beb00aCopy full SHA for 9beb00a
1 file changed
CONTRACT.md
@@ -45,7 +45,7 @@ Adapters should import from `hotdata_runtime` and treat this surface as the stab
45
- `query_runs()` returns the query-runs API wrapper for adapter history views.
46
- `results()` returns the results API wrapper for adapter result pickers.
47
- `list_recent_results(...)` returns normalized `ResultSummary` entries.
48
-- `list_run_history(limit=..., offset=...)` returns normalized `RunHistoryItem` entries.
+- `list_run_history(limit=...)` returns normalized `RunHistoryItem` entries.
49
- `list_qualified_table_names(...)` returns sorted fully qualified table names.
50
- `columns_for_qualified(qualified, connection_id=...)` resolves table columns, and
51
adapters should pass `connection_id` when known.
0 commit comments