Data view scenarios
- Last UpdatedMay 12, 2025
- 2 minute read
Data view queries
|
Scenario description |
Data view shape |
Query type |
Resulting behavior |
|---|---|---|---|
|
The query stays the same but when it is resolved, it results in added assets. For example, if you have a query based on the asset type and a new asset of that type is added to the asset store. |
Narrow |
Assets |
If a new asset is returned when the query resolves, the asset will be added to the virtual table, but only the selected fields when creating the data view will be considered. Data will only be available going forward. Data for this asset will not be backfilled to the beginning of the virtual table. |
|
The query stays the same but when it is resolved, it results in removed assets. |
Narrow |
Assets |
If a previously existing asset or asset property is no longer returned when the query resolves, then related data will not be included in the virtual table upon the next refresh. Previously virtualized data will not be removed from the virtual table. |
|
The query stays the same but when it is resolved, it results in added streams. |
Narrow |
Streams |
If a new stream is returned when the query resolves, then the stream will be added to the virtual table upon the next refresh. Data will only be available going forward. Data for this stream will not be backfilled to the beginning of the virtual table. |
|
The query stays the same but when it is resolved, it results in removed streams. |
Narrow |
Streams |
If a previously existing stream is no longer returned when the query resolves, then the stream's data will not be included in the virtual table upon the next refresh. Previously virtualized data will not be removed from the virtual table. |