Skip to content
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

Remove Oracle To Pg scenario support #3289

Merged
merged 10 commits into from
May 25, 2021

Conversation

sumitdvlp
Copy link
Contributor

We need to remove Oracle to PG scenario, part of the process is to remove the support to upload OCI driver using the extension and all modules related to Oracle to PG scenario.

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@sumitdvlp sumitdvlp requested a review from temandr as a code owner April 22, 2021 16:25
@temandr
Copy link
Contributor

temandr commented Apr 22, 2021

Don't make changes to the vendored_sdk folder - this folder contains generated file from autorest.

@temandr
Copy link
Contributor

temandr commented Apr 22, 2021

Make changes to the _help.py to update the documentations for the commands.

@temandr
Copy link
Contributor

temandr commented Apr 22, 2021

Make sure to update the version of the extension. See previous PRs on how to do that.

@temandr
Copy link
Contributor

temandr commented Apr 22, 2021

Refer to this page on how to build your changes to be tested locally.

@yonzhan yonzhan requested review from jsntcy and qwordy April 22, 2021 22:43
@temandr temandr changed the title draft to remove Oracle To Pg scenario support Remove Oracle To Pg scenario support May 1, 2021
@temandr
Copy link
Contributor

temandr commented May 1, 2021

@yonzhan @jsntcy @qwordy This is ready for review. Build is failing due to this error which is unrelated to this change:
AssertionError: Request to https://pahealy.blob.core.windows.net/azext-fzf/fzf-1.0.2-py2.py3-none-any.whl failed with 403

@yonzhan yonzhan modified the milestones: S187, S186 May 2, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented May 2, 2021

@jsntcy to help with

@temandr
Copy link
Contributor

temandr commented May 10, 2021

@yonzhan @jsntcy Any updates?

@temandr
Copy link
Contributor

temandr commented May 19, 2021

@yonzhan @jsntcy Any updates? This has been ready for review for the past 18 days.

@jsntcy
Copy link
Member

jsntcy commented May 20, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jsntcy
Copy link
Member

jsntcy commented May 20, 2021

@sumitdvlp, @temandr, please rebase on master branch to fix CI failure.

@sumitdvlp
Copy link
Contributor Author

@yonzhan @jsntcy @qwordy This is ready for review.

@jsntcy jsntcy merged commit fe49c3e into Azure:master May 25, 2021
@@ -3,28 +3,27 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

from azure.cli.command_modules.dms.commands import dms_api_exception_handler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dms_api_exception_handler does not exist in azure-cli repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants