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

Add Responses For Datasource Client #1438

Merged
merged 20 commits into from Feb 11, 2022
Merged

Add Responses For Datasource Client #1438

merged 20 commits into from Feb 11, 2022

Conversation

xiaojie19852006
Copy link
Contributor

@xiaojie19852006 xiaojie19852006 commented Feb 11, 2022

module:linkis-datasource-client
issue:#1437

What is the purpose of the change

Add responses for linkis-datasource-client

Brief change log

(for example:)

  • Define the response for create datasource;
  • Define the response for test datasource connection;
  • Define the response for delete datasource;
  • Define the response for expire datasource;
  • Define the response for get all datasource types;
  • Define the response for get connect params by datasource id;
  • Define the responsefor get connect params by datasource name;
  • Define the response for get datasource versions;
  • Define the response for get info by datasource;
  • Define the response for get keytype by datasource;
  • Define the response for get columns of metadata;
  • Define the response for get databases of metadata;
  • Define the response for get partitions of metadata;
  • Define the response for get table props of metadata;
  • Define the response for get tables of metadata;
  • Define the response for publish datasource versions;
  • Define the response for query datasource env;
  • Define the response for query datasource;
  • Define the response for update datasource;
  • Define the response for update datasource params;

Verifying this change

(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • Anything that affects deployment: (no)

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not documented)

Copy link
Contributor

@peacewong peacewong left a comment

Choose a reason for hiding this comment

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

LGTM.

@peacewong peacewong merged commit 8a1bff0 into apache:dev-1.1.0-datasource Feb 11, 2022
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.

None yet

2 participants