Add CLI examples for DMS Schema Conversion operations#10423
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10423 +/- ##
===========================================
+ Coverage 93.42% 93.60% +0.18%
===========================================
Files 211 211
Lines 17312 17355 +43
===========================================
+ Hits 16174 16246 +72
+ Misses 1138 1109 -29 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aemous
left a comment
There was a problem hiding this comment.
Nit: Region uses us-east-1 instead of us-west-2
File: All files referencing us-east-1 (e.g., cancel-metadata-model-conversion.rst, line 6).
The style guide specifies using us-west-2 as the default sanitized region unless the resource can only exist in a different region. Please update to us-west-2 or provide justification for why us-east-1 is required here.
Discussed internally. We can keep us-east-1 in these examples for consistency with existing DMS examples. |
a83ead6 to
54c25cd
Compare
Add command examples for 34 DMS operations covering Schema Conversion, data providers, instance profiles, and migration projects.
Operations covered:
All examples have been tested against the real DMS service and validated with
pytest tests/functional/docs/test_examples.py(11756 tests passed).