Add bounded Flanders thematic analysis
This commit is contained in:
@@ -64,6 +64,8 @@ async function listProjectDatasets(projectId: string): Promise<DatasetListRespon
|
||||
|
||||
export const datasetsApi = {
|
||||
list: listProjectDatasets,
|
||||
get: (projectId: string, datasetId: string): Promise<DatasetCreateResponse> =>
|
||||
apiGet<DatasetCreateResponse>(`/api/v1/projects/${projectId}/datasets/${datasetId}`),
|
||||
sourceFreshness: (projectId: string): Promise<SourceFreshnessReport> =>
|
||||
apiGet<SourceFreshnessReport>(`/api/v1/projects/${projectId}/datasets/source-freshness`),
|
||||
sourceCatalogProbes: (projectId: string, refresh = false): Promise<SourceCatalogProbeReport> =>
|
||||
|
||||
Reference in New Issue
Block a user