Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR releases version v3.8.0 with key updates to query field naming, added CSV download functionality for magic commands, and updated examples/documentation to reflect these changes.
- Renamed occurrences of "instanceType" to "instance_type" across code and documentation.
- Added the new --csv-download argument to the Jupyter magic commands.
- Updated configuration files, documentation, and notebooks to align with the new version and feature set.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pystackql/core/stackql.py | Removed legacy commented async method and updated query field names. |
| notebooks/demo.ipynb | Revised example usage to instantiate StackQL and display version info. |
| docs/source/magic_ext.rst | Updated documentation examples including new CSV download option and query syntax. |
| docs/source/intro.rst | Updated examples to use "instance_type" and modified async query execution usage. |
| docs/source/examples.rst | Adjusted query examples to reflect the new field naming. |
| docs/source/conf.py | Updated copyright year and release version. |
| README.rst | Revised usage instructions, examples, and supported Python versions. |
| CHANGELOG.md | Updated version release date and added CSV download feature note. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.