If I save a query as a view, will the row limit of that query get applied to that view?

When you create a Query View, Omni will strip the row limit that you’ve defined in the UI. If you’d like to include that row limit, you can edit the definition in the YAML model directly by adding the parameter limit: [row_limit].

Check out this example to see how this works: