src/main/java/software/aws/glue/tableversions/utils/GlueUtil.java [155:160]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		for (Database database : databaseList) {
			if (!Optional.ofNullable(database.getTargetDatabase()).isPresent()) {
				masterDatabaseList.add(database);
			} else {
				System.out.printf("Database '%s' seems to have resource linked from AWS Account Id: '%s'. So, it will be skipped. \n",
						database.getName(), database.getTargetDatabase().getCatalogId());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/software/aws/glue/tableversions/utils/GlueUtil.java [172:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				for (Database database : databaseList) {
					if (!Optional.ofNullable(database.getTargetDatabase()).isPresent()) {
						masterDatabaseList.add(database);
					} else {
						System.out.printf("Database '%s' seems to have resource linked from AWS Account Id: '%s'. So, it will be skipped. \n",
								database.getName(), database.getTargetDatabase().getCatalogId());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



