analyze_dataset_updates
Analyze dataset update frequency to categorize how often data is refreshed across CKAN portals, helping identify stale or regularly maintained datasets.
Instructions
Update frequency analysis with categorization
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to find datasets for analysis (optional if packageIds provided) | |
| packageIds | No | Specific package IDs to analyze (optional if query provided) | |
| groupByFrequency | No | Whether to group results by update frequency | |
| start | No | Offset into the CKAN search result set when using the query parameter. | |
| fq | No | Filter query for CKAN search when using the query parameter. | |
| sort | No | Sort expression supported by package_search when using the query parameter. | |
| facetFields | No | Facet fields to request alongside dataset search results. | |
| includePrivate | No | Set true when using an API key and private datasets should be included. | |
| extraSearchParams | No | Additional CKAN package_search parameters forwarded verbatim when using the query parameter. | |
| searchRows | No | Maximum number of CKAN search rows to inspect when using the query parameter. |