Return type representing a dataset result with data and metadata
Class representing a dataset result including the data and metadata. Extends DatasetMetadata.Instances of DatasetResult are created and returned by Squirrels dataset execution APIs (for example, in dataset routes or project methods); you should not construct this class directly.If DatasetResult is needed for type annotation, it can be imported from the squirrels.types or squirrels module.
Here are some common usage patterns for the DatasetResult class. It is assumed that the code is running in an async context (e.g. inside an async function or a Jupyter Notebook cell).