1= {
2 'flags': {
3 'dataset_name': 'Country Flag Images',
4 'subject_area_name': 'Country Flags',
5 'domain_name': 'Reference Data',
6 'source_dir': 'external/flags/flag-icons',
7 'output_file': 'projects/ores.sql/populate/flags/flags_images_artefact_populate.sql',
8 'description_template': 'Flag of {key}',
9 },
10 'crypto': {
11 'dataset_name': 'Cryptocurrency Icon Images',
12 'subject_area_name': 'Cryptocurrencies',
13 'domain_name': 'Reference Data',
14 'source_dir': 'external/crypto/cryptocurrency-icons',
15 'output_file': 'projects/ores.sql/populate/crypto/crypto_images_artefact_populate.sql',
16 'description_template': 'Icon for {key}',
17 },
18}