Data sources

Overview

A data source node contains data across Redivis that you want to work with and have access to. These are usually datasets but can also be other workflows. These nodes display overview information about the dataset or workflow it represents, and a list of the tables it contains.

You can click on any table to view its contents, or click "Transform" to build a transform on it.

Adding data source nodes to a workflow

Adding a data source to a workflow will make a copy of that dataset or workflow in the form of a circular node at the top of your workflow tree. You can add data to the workflow by:

  • Click the + Add data button in the top left of the toolbar within a workflow.

  • Click the Analyze in workflow button on a dataset page.

  • Click the Fork button in the toolbar of any workflow.

Restrictions

No workflow can contain two copies of the data source or the same version of the same dataset. You can add a different version of the dataset to your workflow by right clicking on the dataset name in the + Add data modal.

Datasets as a data source

Datasets are the most common Data source you will add to your workflow. They contain the data you want to work with in the original state curated by the data owner. Usually datasets will contain 1 or more tables you can choose to transform or analyze in a notebook.

Dataset samples

Some large datasets have 1% samples which are useful for quickly testing querying strategies before running transforms against the full dataset.

If a 1% sample is available for a dataset, it will automatically be added to your workflow by default instead of the full sample. Samples are indicated by the dark circle icon to the top left of a dataset node in the left panel and in the list of the dataset's tables.

All sampled tables in the same dataset will be sampled on the same variable with the same group of values (so joining two tables in the same dataset with 1% samples will still result in a 1% sample).

​To switch to the full sample, click "Sample" button in the top right of the menu bar when you have a dataset selected.

Your downstream transforms and tables will become stale, since an upstream change has been made. You can run these nodes individually to update their contents, or use the run all functionality by clicking on the workflow's name in the top menu bar.

Dataset versions

When a new version of a dataset is released by an administrator, the corresponding dataset node on your workflow tree will become purple. To upgrade the dataset's version, click the "Version" button in the top right of the menu bar when you have a dataset selected.

You can view version diffs and select whichever version you want to use here.

After updating, your downstream transforms and tables will become stale. You can run these nodes individually to update their contents, or use the run all functionality by clicking on the workflow's name in the top menu bar.

Workflows as a data source

Workflows can be added to another workflow in order to build off existing analysis. You might want to continue a project you've completed elsewhere or elaborate on someone else's analysis. You will have access to all tables this workflow contains.

All workflow data sources are linked to their original workflow and will automatically update with any changes made to the original.

Data source node states

As you work in a workflow, nodes colors and symbols will change on the tree view to help you keep track of your work progress.

State
Display
Details

Dataset type

Dataset icon in the middle of the circle

This data source is a copy of a dataset on Redivis.

Workflow type

Workflow icon in the middle of the circle

This data source is a copy of another workflow on Redivis.

Sampled

Black circle with 1% icon

Only possible for dataset source nodes. This means that you are using a 1% sample of the data. When a dataset has a sample, it will automatically default to it when added to a workflow. You can change this to the full sample and back at any time in the dataset node

Outdated version

Purple background on version number

Only possible for dataset source nodes. For datasets this means that you are not using the latest version. This means that you have either intentionally switched to using an older version, or that this dataset's administrator has released a new version that you can to.

Incomplete access

All black background, or dashed borders

You don't have full access the node. Click on the Incomplete access button in the top bar to begin applying for access to the relevant datasets.

Last updated