pa / dms_data_export

This repo contains a python file while exports DMS statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMS Report

This repo contains a python script which exports DMS report.

Repository Structure

.
├── CHANGELOG.md
├── CONTRIBUTORS.txt
├── README.md
└── extract_table_statistics.py

Pre-requisite

Usage

  • Run python script

    ✗ python3 get_dms_report.py
        Region: us-west-2
        Migration Task Arns (or Enter to quit):
        arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx
        arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx
        arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx
    
        Extracting Table Statistics...
    
        Tasks: 3 of 3
    
        Created DMS Table Statistics Report!!!
  • Report File will be in the root directory

License

BSD

About

This repo contains a python file while exports DMS statistics


Languages

Language:Python 100.0%