-
-
Notifications
You must be signed in to change notification settings - Fork 6
docs: usage drivers and querying examples #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: usage drivers and querying examples #239
Conversation
|
i struggle with bigquery test hanging do you have an idea ? |
a2f008c to
fc86eec
Compare
yeah, we may just need to skip them. The BQ emulator is unofficial and doesn't support everything. you'll notice it doesn't work at all with ADBC (you can't specify the anonymous auth needed that i can see) |
…nd_querying' into 174_usage_drivers_and_querying
- Updated example scripts for async transactions, parameter binding, and type coercion. - Enhanced documentation with code snippets for various SQL operations including script execution, connection pooling, and batch operations. - Improved integration tests for BigQuery driver with conditional execution based on environment variable. - Added support for schema mapping with dataclasses in example 28. - General cleanup and organization of example files for better clarity and usability.
…base configuration
Introduce initial configuration for SQLSpec usage skills, enhance the Gemini builder, and update related documentation to provide clearer guidance on migration patterns and adapter-specific skills.
|
lgtm @cofin i reviewed it manually and corrected the last dedent, however that conflct on README idk what to do as neither version is familiar to me 🤣 |
Description
Closes
#174