-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk-python
base: v0.0.8
head repository: cloudquery/plugin-sdk-python
compare: v0.0.9
- 13 commits
- 13 files changed
- 3 contributors
Commits on Aug 1, 2023
-
fix: Log error on table resolver exception/error (#16)
The previous logger was raising an exception inside an exception handler
Configuration menu - View commit details
-
Copy full SHA for a1b07e8 - Browse repository at this point
Copy the full SHA a1b07e8View commit details -
fix: Fix exception logging (#18)
It's `exc_info` not `exec_info`, and `exc_info` just needs to evaluate to True. It takes the exception from the context.
Configuration menu - View commit details
-
Copy full SHA for 2a5996b - Browse repository at this point
Copy the full SHA 2a5996bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0cdf55 - Browse repository at this point
Copy the full SHA c0cdf55View commit details -
fix: Fix extension type definitions (#20)
`PyExtensionType` is a special type for extensions backed by Python pickle, so it's not what we want. We should use the base `ExtensionType`
Configuration menu - View commit details
-
Copy full SHA for 146c549 - Browse repository at this point
Copy the full SHA 146c549View commit details -
fix: Emit migrate messages for child relations (#21)
A fix for the scheduler so that migrate messages are emitted for child tables.
Configuration menu - View commit details
-
Copy full SHA for 536e163 - Browse repository at this point
Copy the full SHA 536e163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9936ced - Browse repository at this point
Copy the full SHA 9936cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for a53bb0e - Browse repository at this point
Copy the full SHA a53bb0eView commit details -
fix: Fix race in scheduler (#25)
This fixes a data race in the scheduler that caused some child resources to be missed. The implementation is now correct, but it could be made more efficient. The point is that we have to submit the sentinel indicating the start of the resolver before submitting the job, otherwise the job might send a "finished" signal before the "start" signal is sent, causing the counts to be equal before all resources have actually been processed.
Configuration menu - View commit details
-
Copy full SHA for 17fee27 - Browse repository at this point
Copy the full SHA 17fee27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505f94b - Browse repository at this point
Copy the full SHA 505f94bView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0bd216b - Browse repository at this point
Copy the full SHA 0bd216bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106781b - Browse repository at this point
Copy the full SHA 106781bView commit details -
fix: Add more command-line args, use standard logging (#29)
* Fix docs signature * Command line args * Fmt * update
Configuration menu - View commit details
-
Copy full SHA for 5d52af9 - Browse repository at this point
Copy the full SHA 5d52af9View commit details -
chore(main): Release v0.0.9 (#17)
🤖 I have created a release *beep* *boop* --- ## [0.0.9](v0.0.8...v0.0.9) (2023-08-02) ### Features * Add override_columns to openapi transformer ([#22](#22)) ([a53bb0e](a53bb0e)) * Wire logging with cli flags ([#26](#26)) ([106781b](106781b)) ### Bug Fixes * Add better logging for scheduler ([#24](#24)) ([505f94b](505f94b)) * Add more command-line args, use standard logging ([#29](#29)) ([5d52af9](5d52af9)) * Emit migrate messages for child relations ([#21](#21)) ([536e163](536e163)) * Fix column resolver resource set ([#23](#23)) ([9936ced](9936ced)) * Fix exception logging ([#18](#18)) ([2a5996b](2a5996b)) * Fix extension type definitions ([#20](#20)) ([146c549](146c549)) * Fix JSON type handling ([#19](#19)) ([c0cdf55](c0cdf55)) * Fix race in scheduler ([#25](#25)) ([17fee27](17fee27)) * Log error on table resolver exception/error ([#16](#16)) ([a1b07e8](a1b07e8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 573c9eb - Browse repository at this point
Copy the full SHA 573c9ebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.8...v0.0.9