This is the unique identifier of the query to describe. See to find out how to list all queries to which you have access. The first column (ID) in the response corresponds with the query_id.
query_name
This is the name of the query to describe. See to find out how to list all queries to which you have access. The column (Name) in the response corresponds with the query_name. The query_version property disambiguates between multiple queries with the same name.
query_version
This is the version of the query to describe. See to find out how to list all queries to which you have access. The column (Version) in the response corresponds with the query_version.
The following describes a simple query with a source relation, users_log, filtering on a userid column and writing the results into a Changelog sink relation, users2468_log:
The following describes a JOIN query that joins a , pageviews, and a relation, users_log, on a userid column and writes the resulting records into a pv_user2468_interest changelog relation: