Known limitations

This page lists common known limitations of Data Access, and will be updated as we release new features.

  • Maximum size of a file data source is 100 MB.
  • When building named queries, you should be mindful of the size of the resultset. This is because the resultset is provided to the agent, which in turn will use it in its context window. Large resultsets can cause the agent to fail.
  • Maximum time a query can run is 5 minutes, as after this the Action Server will timeout.
  • The federated SQL dialect is limited in what it can do - in order to support all data sources, we have to make some compromises. If you need to do something that is not supported, you can use native queries.