-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Pgbelt] Refactor Teardown Command due to DROP EXTENSION wOES #321
Conversation
… outside of full teardown
Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.10.1...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump pydantic from 1.10.13 to 2.4.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 to 2.4.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.13...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * feat: support for Pydantic v2+ --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Varjitt Jeeva <[email protected]>
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
@josephoyomiautodesk please rebase this PR and sign the CLA |
I have read the CLA Document and I hereby sign the CLA |
Chorus detected one or more security issues with this pull request. See the Checks tab for more details. As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement. |
@josephoyomiautodesk please continue to fix up the lint errors |
This code needs to be moved to maybe the revoke_pgl function: https://github.com/Autodesk/pgbelt/blob/main/pgbelt/util/pglogical.py#L236-L240.
Then, the revoke_pgl function should maybe run outside of the full teardown code (so it always runs, not just in full mode): https://github.com/Autodesk/pgbelt/blob/main/pgbelt/cmd/teardown.py#L63-L96.