Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions statvar_imports/us_newyork/ny_diabetes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"curator_emails": [
"support@datacommons.org"
],
"provenance_url": "https://www.health.ny.gov/statistics/prevention/injury_prevention/information_for_action/",
"provenance_url": "https://www.health.ny.gov/statistics/prevention/injury_prevention/information_for_action/",
"provenance_description": "The Behavioral Risk Factor Surveillance System (BRFSS) is an annual statewide telephone survey of adults developed by the Centers for Disease Control and Prevention (CDC) and administered by the New York State Department of Health. This data represents the percentage of adults with diagnosed diabetes by county in New York for the years 2016, 2018, and 2021.",
"scripts": [
"run.sh",
Expand All @@ -31,8 +31,22 @@
"input_files/ny_percentage_of_adults_with_diagnosed_diabetes_by_county_2016_data.csv",
"input_files/ny_percentage_of_adults_with_diagnosed_diabetes_by_county_2018_data.csv",
"input_files/ny_percentage_of_adults_with_diagnosed_diabetes_by_county_2021_data.csv"
]

],
"cron_schedule": "0 0 1 * *",
"resource_limits": {
"cpu": 4,
"memory": 8,
"disk":100
},
"config_override": {
"invoke_import_validation": true,
"invoke_import_tool": true,
"invoke_differ_tool": true,
"skip_input_upload": false,
"skip_gcs_upload": false,
"cleanup_gcs_volume_mount": false
}
}
Comment thread
kartik-s21 marked this conversation as resolved.
]
}

Loading