-
Notifications
You must be signed in to change notification settings - Fork 596
Closed
Description
I have many occasions where I want to limit the amount rows from a source before passing it on. I need an upper limit on the data before passing it on to the destination (API endpoint, for example) as a safe guard. I can only use LIMIT with numeric literals. I would like this limit to be specified as an artifact parameter, e.g. SELECT * FROM Artifact.My.Source() LIMIT MaxItems.
Does this conflict with the design and idea of VQL? If so, are there other ways to programmatically limit the amount of rows from a query?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels