-
Notifications
You must be signed in to change notification settings - Fork 163
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
feat(dws): add new resource and datasource to manage schema space management #5546
base: master
Are you sure you want to change the base?
Conversation
9e314b7
to
62be019
Compare
) | ||
client, err := cfg.NewServiceClient("dws", cfg.GetRegion(d)) | ||
if err != nil { | ||
return diag.Errorf("error creating DWS Client: %s", err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return diag.Errorf("error creating DWS Client: %s", err) | |
return diag.Errorf("error creating DWS client: %s", err) |
62be019
to
9405984
Compare
9405984
to
2fd7a84
Compare
make testacc TEST=./huaweicloud/services/acceptance/dws TESTARGS='-run TestAccDataSourceSchemaSpaceManagements_basic' |
LGTM |
1 similar comment
LGTM |
What this PR does / why we need it:
Add new resource to modify schema space limit.
Add new dataSource to query the list of the schema space information.
Add relates documents and acceptance test.
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist