def __add_common_args()

in google-datacatalog-apache-atlas-connector/src/google/datacatalog_connectors/apache_atlas/apache_atlas2datacatalog_cli.py [0:0]


    def __add_common_args(cls, sync_sub_parser):
        sync_sub_parser.add_argument('--datacatalog-project-id',
                                     help='Google Cloud Project ID',
                                     required=True)
        sync_sub_parser.add_argument('--atlas-host',
                                     help='Apache Atlas Host',
                                     required=True)
        sync_sub_parser.add_argument('--atlas-port',
                                     help='Apache Atlas Port',
                                     required=True)
        sync_sub_parser.add_argument('--atlas-user',
                                     help='Apache Atlas User',
                                     required=True)
        sync_sub_parser.add_argument('--atlas-passsword',
                                     help='Apache Atlas Pass',
                                     required=True)
        sync_sub_parser.add_argument('--atlas-entity-types',
                                     help='Apache Atlas Entity Types')
        sync_sub_parser.add_argument(
            '--enable-monitoring',
            help='Enables monitoring metrics on the connector')