Project$query
Project$query(query_string) → Query
Execute a SQL query scoped to a project. Table names do not need to be fully qualified, since all tables are assumed to be within the project.
Parameters:
query_string
: str
The SQL query to execute. Must follow the Redivis SQL query syntax.
Returns:
Examples
Last updated