You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add `compile_sql` via GraphQL
This commit adds a new `compile_sql` method to the SDK, which uses the
GraphQL API to generate the compiled SQL given a set of query parameters.
* test: add integration test for `compile_sql`
Added an integration test for `compile_sql` that ensures we get data
back from the API for a valid query which contains a `SELECT` statement.
* docs: add example for `compile_sql`
This commit adds a usage example for `compile_sql`.
* docs: add changelog entry
0 commit comments