google-datacatalog-apache-atlas-connector/src/google/datacatalog_connectors/apache_atlas/scrape/metadata_event_scraper.py [57:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            classifications_dict = {}
            entity_types_dict = {}
            enum_types_dict = {}

            self._log_scrape_start('Scraping admin metrics...')
            admin_metrics = self._apache_atlas_facade.get_admin_metrics()
            logging.info(admin_metrics)
            self._log_single_object_scrape_result(admin_metrics)

            self._log_scrape_start('Scraping typedefs...')
            for typedef in self._apache_atlas_facade.get_typedefs():
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



google-datacatalog-apache-atlas-connector/src/google/datacatalog_connectors/apache_atlas/scrape/metadata_scraper.py [32:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        classifications_dict = {}
        entity_types_dict = {}
        enum_types_dict = {}

        self._log_scrape_start('Scraping admin metrics...')
        admin_metrics = self._apache_atlas_facade.get_admin_metrics()
        logging.info(admin_metrics)
        self._log_single_object_scrape_result(admin_metrics)

        self._log_scrape_start('Scraping typedefs...')
        for typedef in self._apache_atlas_facade.get_typedefs():
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



