-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
CDK: VCR -> requests_cache + SQLite #17990
Conversation
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
The rationale and test results for this PR are here => #17919 |
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
…fferent Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
/test connector=connectors/source-github
Build FailedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
/test connector=connectors/source-github
Build PassedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
/test connector=connectors/source-okta
Build FailedTest summary info:
|
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Woo! In the very near future, we should publish a new version of the GitHub source using this new CDK version so we can measure the speed up (and so the source will work). Cc @YowanR |
Pardon my ignorance here, but what does it actually entail to release a source with the new CDK version? |
@YowanR in this PR we updated version of airbtye_cdk 0.1.104 -> 0.2.0 After this PR merged we need to re-release all connectors which use caching to catch-up this new changes |
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Signed-off-by: Sergey Chvalyuk grubberr@gmail.com
What
Replace caching method: VCR.py -> requests-cache with SQLite backend