Learn about managing data and variables in WaveAssist.
The Variables section in WaveAssist allows you to manage key-value pairs and view workflow data directly from your dashboard. You can create, update, delete variables, and inspect associated data with ease.
View variables in your project
Variables are reusable key-value pairs used across nodes and workflows. These values can be dynamically updated during execution or manually configured.
string
Use the string
data type to store plain text or simple values.
Example:
json
Structured data such as objects or arrays.
dataframe
Use the dataframe
data type to store tabular data in CSV format.
Supports structured data with rows and columns.
Example:
The Data Viewer allows you to inspect and manage the data used in your workflows. You can filter, view, and export data directly from the dashboard.
For more complex data structures like DataFrames, we recommend using the WaveAssist Python SDK. The SDK provides a convenient interface to fetch, manipulate, and store DataFrames.
By combining the dashboard and the Python SDK, you can efficiently manage all your data needs in WaveAssist.
Learn about managing data and variables in WaveAssist.
The Variables section in WaveAssist allows you to manage key-value pairs and view workflow data directly from your dashboard. You can create, update, delete variables, and inspect associated data with ease.
View variables in your project
Variables are reusable key-value pairs used across nodes and workflows. These values can be dynamically updated during execution or manually configured.
string
Use the string
data type to store plain text or simple values.
Example:
json
Structured data such as objects or arrays.
dataframe
Use the dataframe
data type to store tabular data in CSV format.
Supports structured data with rows and columns.
Example:
The Data Viewer allows you to inspect and manage the data used in your workflows. You can filter, view, and export data directly from the dashboard.
For more complex data structures like DataFrames, we recommend using the WaveAssist Python SDK. The SDK provides a convenient interface to fetch, manipulate, and store DataFrames.
By combining the dashboard and the Python SDK, you can efficiently manage all your data needs in WaveAssist.