We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d904b9e commit a9ae0c2Copy full SHA for a9ae0c2
connectors/refiner/README.md
@@ -99,7 +99,7 @@ The connector processes survey and response data with an optimized incremental s
99
- **Type safety** - Configuration validation ensures required fields exist before processing
100
101
### Key functions
102
-- `validate_configuration()` - Validates required API key configuration
+- `validate_configuration()`: Validates required API key configuration
103
- `make_api_request()` - Centralized API calling with retry logic and error handling
104
- `flatten_dict()` - Recursive JSON structure flattening for table columns with smart exclusion of relational data
105
- `fetch_surveys()` - Main survey sync with pagination, question extraction, and page-level checkpointing
0 commit comments