Skip to content

Commit

Permalink
Adding source_files in manifest file (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
SudhishaK authored Feb 20, 2025
1 parent 62ca42a commit f423140
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions scripts/eurostat/health_determinants/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"import_specifications": [
{
"import_name": "EuroStatHealth_AlcoholConsumption",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["alcohol_consumption/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "alcohol_consumption/output/eurostat_population_alcoholconsumption.tmcf",
"cleaned_csv": "alcohol_consumption/output/eurostat_population_alcoholconsumption.csv"
}
Expand All @@ -16,12 +17,13 @@
},
{
"import_name": "EuroStatHealth_BodyMassIndex",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["bmi/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "bmi/output/eurostat_population_bmi.tmcf",
"cleaned_csv": "bmi/output/eurostat_population_bmi.csv"
}
Expand All @@ -30,12 +32,13 @@
},
{
"import_name": "EuroStatHealth_FruitsAndVegetables",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["fruits_vegetables/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "fruits_vegetables/output/eurostat_population_fruits_vegetables.tmcf",
"cleaned_csv": "fruits_vegetables/output/eurostat_population_fruits_vegetables.csv"
}
Expand All @@ -44,12 +47,13 @@
},
{
"import_name": "EuroStatHealth_PhysicalActivity",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["physical_activity/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "physical_activity/output/eurostat_population_physicalactivity.tmcf",
"cleaned_csv": "physical_activity/output/eurostat_population_physicalactivity.csv"
}
Expand All @@ -58,12 +62,13 @@
},
{
"import_name": "EuroStatHealth_SocialEnvironment",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["social_environment/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "social_environment/output/eurostat_population_social_environment.tmcf",
"cleaned_csv": "social_environment/output/eurostat_population_social_environment.csv"
}
Expand All @@ -72,12 +77,13 @@
},
{
"import_name": "EurostatHealth_Tobacco_Consumption",
"curator_emails": [],
"curator_emails": ["[email protected]"],
"provenance_url": "https://ec.europa.eu/eurostat/web/main/data/database",
"provenance_description": "European Union (EU) Eurostat",
"scripts": ["tobacco_consumption/process.py"],
"import_inputs": [
{
"source_files": ["input_files/*"],
"template_mcf": "tobacco_consumption/output/eurostat_population_tobaccoconsumption.tmcf",
"cleaned_csv": "tobacco_consumption/output/eurostat_population_tobaccoconsumption.csv"
}
Expand Down

0 comments on commit f423140

Please sign in to comment.