Probe API
Oracle
Probe: oracle.metadata.tables — extract table inventory from ALL_TABLES.
Probe: oracle.metadata.columns — extract column definitions from ALL_TAB_COLUMNS.
Probe: oracle.metadata.views — extract view definitions from ALL_VIEWS.
Probe: oracle.metadata.source_code — extract PL/SQL source from ALL_SOURCE.
PostgreSQL
Probe: postgres.metadata.tables
Probe: postgres.metadata.functions — extract PL/pgSQL function and procedure source.
File Scanner
Probe: file_scanner.metadata.auto_dispatch — recursive scanner that detects and dispatches.
The meta-probe: crawls a directory, classifies files, detects partition patterns, and dispatches to the appropriate sub-probe (Excel, Power BI, Tableau, CSV, JSON).
Also detects: - yyyy-mm, yyyy/mm/dd, date=YYYYMMDD partition patterns - Hive-style partitions (key=value directories) - Glob patterns in directory structures
Probe: file_scanner.metadata.csv_schema — detect CSV/TSV column schemas by header + sampling.
Probe: file_scanner.metadata.json_schema — detect JSON/JSONL structure and key schemas.