
Configuring Prevision as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Prevision option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
You’ll need your Prevision API Token for this connection. Once you have it, add the account access, then click Next.- API Token: Your personal access token for the Prevision API. Check how to get it here.
- Start Date: The earliest record date to sync.
2. Select streams
Choose which data streams you want to sync - you can select all streams or pick specific ones that matter most to you.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select a name for each table (which will contain the fetched data) and the type of sync.- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix and make this process faster!
- Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
- Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
- Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can determine when to execute a full sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while. Once you are ready, click Next to finalize the setup.5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.For you to be able to see it on your Catalog, you need at least one successful source run.
Streams and Fields
Below you’ll find all available data streams from Prevision and their corresponding fields:Projects
Projects
Stream for fetching project information.
Field | Type | Description |
---|---|---|
id | String | The unique identifier for the project. |
name | String | The name of the project. |
area | String | The area of the project. |
phase | String | The phase of the project. |
Activities
Activities
Stream for fetching activity information for a specific project.
Field | Type | Description |
---|---|---|
id | String | The unique identifier for the activity. |
part | String | The part of the activity. |
wbsCode | String | The WBS code of the activity. |
percentageCompleted | Number | The percentage completed of the activity. |
expectedPercentageCompleted | Number | The expected percentage completed of the activity. |
startAt | DateTime | The start date of the activity. |
endAt | DateTime | The end date of the activity. |
duration | Number | The duration of the activity in days. |
service | Object | The service associated with the activity, containing a name (String). |
floor | Object | The floor associated with the activity, containing a name (String). |
jobs | Array of Objects | A list of jobs associated with the activity, each containing id , name , wbsCode , percentageCompleted , expectedPercentageCompleted , startAt , endAt , and duration . |
Budget Reports Page
Budget Reports Page
Stream for fetching budget reports for a specific project.
Field | Type | Description |
---|---|---|
id | String | The unique identifier for the budget report. |
name | String | The name of the budget report. |
Last Measurement Data
Last Measurement Data
Stream for fetching the last measurement data for a specific project.
Field | Type | Description |
---|---|---|
workType | String | The type of work (e.g., ActivityDeadlineMeasurement ). |
percentageCompleted | Number | The percentage completed for this work. |
basePercentageCompleted | Number | The base percentage completed for this work. |
expectedPercentageCompleted | Number | The expected percentage completed for this work. |
work | Object | Contains detailed information about the work item. |
work.id | String | The unique identifier for the work item. |
work.workDuration | Number | The duration of the work. |
work.duration | Number | The duration. |
work.measurementUnit | Object | The measurement unit, containing type and symbol . |
work.service | Object | The service associated with the work, containing id and name . |
work.jobMeasuresPage | Object | A paginated list of job measures. |
work.jobMeasuresPage.nodes | Array | A list of job measure nodes, each containing measuredIn , basePercentageCompleted , percentageCompleted , and expectedPercentageCompleted . |
Last Measurement Task Data
Last Measurement Task Data
Stream for fetching the last measurement task data for a specific project.
Field | Type | Description |
---|---|---|
workType | String | The type of work (e.g., ActivityDeadlineMeasurement ). |
percentageCompleted | Number | The percentage completed for this work. |
basePercentageCompleted | Number | The base percentage completed for this work. |
expectedPercentageCompleted | Number | The expected percentage completed for this work. |
work | Object | Contains detailed information about the work item. |
work.id | String | The unique identifier for the work item. |
work.name | String | The name of the work. |
work.part | String | The part of the work. |
work.service | Object | The service associated with the work, containing id and name . |
work.floor | Object | The floor associated with the work, containing id and name . |
Physical Schedule Table Query
Physical Schedule Table Query
Stream for fetching the physical schedule table for a specific project.
Field | Type | Description |
---|---|---|
code | String | Activity code. |
description | String | Activity description. |
level | Integer | Activity level in hierarchy. |
duration | Integer | Activity duration in days. |
start_at | String | Activity start date. |
end_at | String | Activity end date. |
baseline_start_at | String | Baseline start date. |
baseline_end_at | String | Baseline end date. |
base_points | String | Base points for each date (JSON string). |
expected_points | String | Expected points for each date (JSON string). |
realized_points | String | Realized points for each date (JSON string). |
Schedule Activities
Schedule Activities
Stream for fetching schedule activities for a specific project.
Field | Type | Description |
---|---|---|
id | String | The unique identifier for the activity. |
endAt | DateTime | The end date of the activity. |
deletedAt | DateTime | The deletion date of the activity. |
startAt | DateTime | The start date of the activity. |
wbsCode | String | The WBS code of the activity. |
workDuration | Number | The work duration of the activity. |
part | String | The part of the activity. |
service | Object | The service associated with the activity, containing id , name , position , startAt , endAt , and createdAt . |
floor | Object | The floor associated with the activity, containing id , name , and replicationGroup . |
jobs | Array of Objects | A list of jobs associated with the activity, each with its own detailed properties. |
workPackageResponsiblesPage | Object | A paginated list of responsible contractors for the activity. |
measurementUnit | Object | The measurement unit for the activity, containing detailed properties like id , name , type , symbol , quantity , and checklist . |