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

Support IF EXISTS keyword on DROP CONNECTOR #5988

Closed
spena opened this issue Aug 12, 2020 · 0 comments · Fixed by #6067
Closed

Support IF EXISTS keyword on DROP CONNECTOR #5988

spena opened this issue Aug 12, 2020 · 0 comments · Fixed by #6067

Comments

@spena
Copy link
Member

spena commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
Support the IF EXISTS keyword on `DROP CONNECTOR. It is useful when executing repeatable SQL scripts that replaces connectors like:

DROP CONNECTOR IF EXISTS <connector>;
CREATE CONNECTOR <connector> ...;

Describe the solution you'd like
Drop the connector only if it exists. No-op if it doesn't.

Describe alternatives you've considered
No alternatives.

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

Successfully merging a pull request may close this issue.

3 participants