GenerateQuery generates a Query from a natural language description.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Query is a structured query that can be used to find entities in the system. It consists of multiple parts, each representing a different filter or sub-query. The parts are combined using the operand to form the final result:
Queries can be nested by using a Query as a QueryPart, enabling complex compositions like "upstream of all Snowflake tables". query.except_requires_two_parts // QUERY_OPERAND_EXCEPT requires exactly 2 parts