From de227976fba4766c2ffb13f5a63a1473717eee84 Mon Sep 17 00:00:00 2001 From: scottqueen-bixal Date: Fri, 2 Feb 2024 06:15:37 -0500 Subject: [PATCH 1/2] revert to use ua root path --- ua/deploy/api.sh | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/ua/deploy/api.sh b/ua/deploy/api.sh index bf012e2e..2c6cfad8 100755 --- a/ua/deploy/api.sh +++ b/ua/deploy/api.sh @@ -6,109 +6,109 @@ export ANALYTICS_UA_REPORTS_PATH=ua/reports/api.json $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Education -source $ANALYTICS_ROOT_PATH/deploy/envs/education.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/education.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Veterans Affairs -source $ANALYTICS_ROOT_PATH/deploy/envs/veterans-affairs.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/veterans-affairs.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # National Aeronautics and Space Administration -source $ANALYTICS_ROOT_PATH/deploy/envs/national-aeronautics-space-administration.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/national-aeronautics-space-administration.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Justice -source $ANALYTICS_ROOT_PATH/deploy/envs/justice.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/justice.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Commerce -source $ANALYTICS_ROOT_PATH/deploy/envs/commerce.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/commerce.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Environmental Protection Agency -source $ANALYTICS_ROOT_PATH/deploy/envs/environmental-protection-agency.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/environmental-protection-agency.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Small Business Administration -source $ANALYTICS_ROOT_PATH/deploy/envs/small-business-administration.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/small-business-administration.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Energy -source $ANALYTICS_ROOT_PATH/deploy/envs/energy.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/energy.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of the Interior -source $ANALYTICS_ROOT_PATH/deploy/envs/interior.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/interior.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # National Archives and Records Administration -source $ANALYTICS_ROOT_PATH/deploy/envs/national-archives-records-administration.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/national-archives-records-administration.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Agriculture -source $ANALYTICS_ROOT_PATH/deploy/envs/agriculture.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/agriculture.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Defense -source $ANALYTICS_ROOT_PATH/deploy/envs/defense.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/defense.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Health and Human Services -source $ANALYTICS_ROOT_PATH/deploy/envs/health-human-services.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/health-human-services.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Housing and Urban Development -source $ANALYTICS_ROOT_PATH/deploy/envs/housing-urban-development.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/housing-urban-development.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Homeland Security -source $ANALYTICS_ROOT_PATH/deploy/envs/homeland-security.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/homeland-security.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Labor -source $ANALYTICS_ROOT_PATH/deploy/envs/labor.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/labor.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of State -source $ANALYTICS_ROOT_PATH/deploy/envs/state.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/state.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of Transportation -source $ANALYTICS_ROOT_PATH/deploy/envs/transportation.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/transportation.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Department of the Treasury -source $ANALYTICS_ROOT_PATH/deploy/envs/treasury.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/treasury.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Agency for International Development -source $ANALYTICS_ROOT_PATH/deploy/envs/agency-international-development.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/agency-international-development.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # General Services Administration -source $ANALYTICS_ROOT_PATH/deploy/envs/general-services-administration.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/general-services-administration.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # National Science Foundation -source $ANALYTICS_ROOT_PATH/deploy/envs/national-science-foundation.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/national-science-foundation.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Nuclear Regulatory Commission -source $ANALYTICS_ROOT_PATH/deploy/envs/nuclear-regulatory-commission.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/nuclear-regulatory-commission.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Office of Personnel Management -source $ANALYTICS_ROOT_PATH/deploy/envs/office-personnel-management.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/office-personnel-management.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Social Security Administration -source $ANALYTICS_ROOT_PATH/deploy/envs/social-security-administration.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/social-security-administration.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Postal Service -source $ANALYTICS_ROOT_PATH/deploy/envs/postal-service.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/postal-service.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp # Executive Office of the President -source $ANALYTICS_ROOT_PATH/deploy/envs/executive-office-president.env +source $ANALYTICS_UA_ROOT_PATH/deploy/envs/executive-office-president.env $ANALYTICS_UA_ROOT_PATH/bin/analytics --debug --write-to-database --output /tmp From d5d7ec60165859bcc711da198f15af76cf0d08c8 Mon Sep 17 00:00:00 2001 From: scottqueen-bixal Date: Fri, 2 Feb 2024 06:17:42 -0500 Subject: [PATCH 2/2] dont ignore ua agency env config files --- ua/.gitignore | 3 +++ ua/deploy/envs/agency-international-development.env | 4 ++++ ua/deploy/envs/agriculture.env | 5 +++++ ua/deploy/envs/commerce.env | 4 ++++ ua/deploy/envs/defense.env | 4 ++++ ua/deploy/envs/education_test.env | 4 ++++ ua/deploy/envs/energy.env | 5 +++++ ua/deploy/envs/environmental-protection-agency.env | 5 +++++ ua/deploy/envs/executive-office-president.env | 4 ++++ ua/deploy/envs/general-services-administration.env | 4 ++++ ua/deploy/envs/health-human-services.env | 5 +++++ ua/deploy/envs/homeland-security.env | 5 +++++ ua/deploy/envs/housing-urban-development.env | 4 ++++ ua/deploy/envs/interior.env | 4 ++++ ua/deploy/envs/justice.env | 4 ++++ ua/deploy/envs/labor.env | 4 ++++ ua/deploy/envs/national-aeronautics-space-administration.env | 4 ++++ ua/deploy/envs/national-archives-records-administration.env | 4 ++++ ua/deploy/envs/national-science-foundation.env | 4 ++++ ua/deploy/envs/nuclear-regulatory-commission.env | 4 ++++ ua/deploy/envs/office-personnel-management.env | 4 ++++ ua/deploy/envs/postal-service.env | 4 ++++ ua/deploy/envs/small-business-administration.env | 4 ++++ ua/deploy/envs/social-security-administration.env | 4 ++++ ua/deploy/envs/state.env | 4 ++++ ua/deploy/envs/transportation.env | 4 ++++ ua/deploy/envs/treasury.env | 4 ++++ ua/deploy/envs/veterans-affairs.env | 4 ++++ 28 files changed, 116 insertions(+) create mode 100644 ua/deploy/envs/agency-international-development.env create mode 100644 ua/deploy/envs/agriculture.env create mode 100644 ua/deploy/envs/commerce.env create mode 100644 ua/deploy/envs/defense.env create mode 100644 ua/deploy/envs/education_test.env create mode 100644 ua/deploy/envs/energy.env create mode 100644 ua/deploy/envs/environmental-protection-agency.env create mode 100644 ua/deploy/envs/executive-office-president.env create mode 100644 ua/deploy/envs/general-services-administration.env create mode 100644 ua/deploy/envs/health-human-services.env create mode 100644 ua/deploy/envs/homeland-security.env create mode 100644 ua/deploy/envs/housing-urban-development.env create mode 100644 ua/deploy/envs/interior.env create mode 100644 ua/deploy/envs/justice.env create mode 100644 ua/deploy/envs/labor.env create mode 100644 ua/deploy/envs/national-aeronautics-space-administration.env create mode 100644 ua/deploy/envs/national-archives-records-administration.env create mode 100644 ua/deploy/envs/national-science-foundation.env create mode 100644 ua/deploy/envs/nuclear-regulatory-commission.env create mode 100644 ua/deploy/envs/office-personnel-management.env create mode 100644 ua/deploy/envs/postal-service.env create mode 100644 ua/deploy/envs/small-business-administration.env create mode 100644 ua/deploy/envs/social-security-administration.env create mode 100644 ua/deploy/envs/state.env create mode 100644 ua/deploy/envs/transportation.env create mode 100644 ua/deploy/envs/treasury.env create mode 100644 ua/deploy/envs/veterans-affairs.env diff --git a/ua/.gitignore b/ua/.gitignore index 89956185..faa91922 100644 --- a/ua/.gitignore +++ b/ua/.gitignore @@ -12,6 +12,9 @@ npm-debug.log *.swp .git +# Track selected env files +!deploy/envs/*.env + # Track selected JSON files !package.json !package-lock.json diff --git a/ua/deploy/envs/agency-international-development.env b/ua/deploy/envs/agency-international-development.env new file mode 100644 index 00000000..aef17154 --- /dev/null +++ b/ua/deploy/envs/agency-international-development.env @@ -0,0 +1,4 @@ +# Agency for International Development +export ANALYTICS_REPORT_UA_IDS="ga:68380943" +export AGENCY_NAME=agency-international-development +export AWS_BUCKET_PATH=data/agency-international-development diff --git a/ua/deploy/envs/agriculture.env b/ua/deploy/envs/agriculture.env new file mode 100644 index 00000000..a038222c --- /dev/null +++ b/ua/deploy/envs/agriculture.env @@ -0,0 +1,5 @@ +# Department of Agriculture +export ANALYTICS_REPORT_UA_IDS="ga:65240995" +export AGENCY_NAME=agriculture +export AWS_BUCKET_PATH=data/agriculture + diff --git a/ua/deploy/envs/commerce.env b/ua/deploy/envs/commerce.env new file mode 100644 index 00000000..0c4c23a3 --- /dev/null +++ b/ua/deploy/envs/commerce.env @@ -0,0 +1,4 @@ +# Department of Commerce +export ANALYTICS_REPORT_UA_IDS="ga:66877186" +export AGENCY_NAME=commerce +export AWS_BUCKET_PATH=data/commerce diff --git a/ua/deploy/envs/defense.env b/ua/deploy/envs/defense.env new file mode 100644 index 00000000..3ce79f2b --- /dev/null +++ b/ua/deploy/envs/defense.env @@ -0,0 +1,4 @@ +# Department of Defense +export ANALYTICS_REPORT_UA_IDS="ga:67120289" +export AGENCY_NAME=defense +export AWS_BUCKET_PATH=data/defense diff --git a/ua/deploy/envs/education_test.env b/ua/deploy/envs/education_test.env new file mode 100644 index 00000000..2b41021e --- /dev/null +++ b/ua/deploy/envs/education_test.env @@ -0,0 +1,4 @@ +# Department of Education +export ANALYTICS_REPORT_UA_IDS="ga:67200736" +export AGENCY_NAME=education +export AWS_BUCKET_PATH=data/education diff --git a/ua/deploy/envs/energy.env b/ua/deploy/envs/energy.env new file mode 100644 index 00000000..a1f1dbb5 --- /dev/null +++ b/ua/deploy/envs/energy.env @@ -0,0 +1,5 @@ +# Department of Energy +export ANALYTICS_REPORT_UA_IDS="ga:69826574" +export AGENCY_NAME=energy +export AWS_BUCKET_PATH=data/energy + diff --git a/ua/deploy/envs/environmental-protection-agency.env b/ua/deploy/envs/environmental-protection-agency.env new file mode 100644 index 00000000..97a9d326 --- /dev/null +++ b/ua/deploy/envs/environmental-protection-agency.env @@ -0,0 +1,5 @@ +# Environmental Protection Agency +export ANALYTICS_REPORT_UA_IDS="ga:68948437" +export AGENCY_NAME=environmental-protection-agency +export AWS_BUCKET_PATH=data/environmental-protection-agency + diff --git a/ua/deploy/envs/executive-office-president.env b/ua/deploy/envs/executive-office-president.env new file mode 100644 index 00000000..0cf16678 --- /dev/null +++ b/ua/deploy/envs/executive-office-president.env @@ -0,0 +1,4 @@ +# Executive Office of the President +export ANALYTICS_REPORT_UA_IDS="ga:66351974" +export AGENCY_NAME=executive-office-president +export AWS_BUCKET_PATH=data/executive-office-president diff --git a/ua/deploy/envs/general-services-administration.env b/ua/deploy/envs/general-services-administration.env new file mode 100644 index 00000000..09444c58 --- /dev/null +++ b/ua/deploy/envs/general-services-administration.env @@ -0,0 +1,4 @@ +# General Services Administration +export ANALYTICS_REPORT_UA_IDS="ga:65263002" +export AGENCY_NAME=general-services-administration +export AWS_BUCKET_PATH=data/general-services-administration diff --git a/ua/deploy/envs/health-human-services.env b/ua/deploy/envs/health-human-services.env new file mode 100644 index 00000000..a638fdd6 --- /dev/null +++ b/ua/deploy/envs/health-human-services.env @@ -0,0 +1,5 @@ +# Department of Health and Human Services +export ANALYTICS_REPORT_UA_IDS="ga:72643802" +export AGENCY_NAME=health-human-services +export AWS_BUCKET_PATH=data/health-human-services + diff --git a/ua/deploy/envs/homeland-security.env b/ua/deploy/envs/homeland-security.env new file mode 100644 index 00000000..408310e3 --- /dev/null +++ b/ua/deploy/envs/homeland-security.env @@ -0,0 +1,5 @@ +# Department of Homeland Security +export ANALYTICS_REPORT_UA_IDS="ga:67460690" +export AGENCY_NAME=homeland-security +export AWS_BUCKET_PATH=data/homeland-security + diff --git a/ua/deploy/envs/housing-urban-development.env b/ua/deploy/envs/housing-urban-development.env new file mode 100644 index 00000000..f825b6f7 --- /dev/null +++ b/ua/deploy/envs/housing-urban-development.env @@ -0,0 +1,4 @@ +# Department of Housing and Urban Development +export ANALYTICS_REPORT_UA_IDS="ga:69364976" +export AGENCY_NAME=housing-urban-development +export AWS_BUCKET_PATH=data/housing-urban-development diff --git a/ua/deploy/envs/interior.env b/ua/deploy/envs/interior.env new file mode 100644 index 00000000..91becb2f --- /dev/null +++ b/ua/deploy/envs/interior.env @@ -0,0 +1,4 @@ +# Department of the Interior +export ANALYTICS_REPORT_UA_IDS="ga:65366693" +export AGENCY_NAME=interior +export AWS_BUCKET_PATH=data/interior diff --git a/ua/deploy/envs/justice.env b/ua/deploy/envs/justice.env new file mode 100644 index 00000000..9fe9ad8f --- /dev/null +++ b/ua/deploy/envs/justice.env @@ -0,0 +1,4 @@ +# Department of Justice +export ANALYTICS_REPORT_UA_IDS="ga:65501425" +export AGENCY_NAME=justice +export AWS_BUCKET_PATH=data/justice diff --git a/ua/deploy/envs/labor.env b/ua/deploy/envs/labor.env new file mode 100644 index 00000000..85186058 --- /dev/null +++ b/ua/deploy/envs/labor.env @@ -0,0 +1,4 @@ +# Department of Labor +export ANALYTICS_REPORT_UA_IDS="ga:66158666" +export AGENCY_NAME=labor +export AWS_BUCKET_PATH=data/labor diff --git a/ua/deploy/envs/national-aeronautics-space-administration.env b/ua/deploy/envs/national-aeronautics-space-administration.env new file mode 100644 index 00000000..c7282908 --- /dev/null +++ b/ua/deploy/envs/national-aeronautics-space-administration.env @@ -0,0 +1,4 @@ +# National Aeronautics and Space Administration +export ANALYTICS_REPORT_UA_IDS="ga:68619810" +export AGENCY_NAME=national-aeronautics-space-administration +export AWS_BUCKET_PATH=data/national-aeronautics-space-administration diff --git a/ua/deploy/envs/national-archives-records-administration.env b/ua/deploy/envs/national-archives-records-administration.env new file mode 100644 index 00000000..1b4a0d34 --- /dev/null +++ b/ua/deploy/envs/national-archives-records-administration.env @@ -0,0 +1,4 @@ +# National Archives and Records Administration +export ANALYTICS_REPORT_UA_IDS="ga:67886610" +export AGENCY_NAME=national-archives-records-administration +export AWS_BUCKET_PATH=data/national-archives-records-administration diff --git a/ua/deploy/envs/national-science-foundation.env b/ua/deploy/envs/national-science-foundation.env new file mode 100644 index 00000000..5ee613c9 --- /dev/null +++ b/ua/deploy/envs/national-science-foundation.env @@ -0,0 +1,4 @@ +# National Science Foundation +export ANALYTICS_REPORT_UA_IDS="ga:67850613" +export AGENCY_NAME=national-science-foundation +export AWS_BUCKET_PATH=data/national-science-foundation diff --git a/ua/deploy/envs/nuclear-regulatory-commission.env b/ua/deploy/envs/nuclear-regulatory-commission.env new file mode 100644 index 00000000..a12fbfa4 --- /dev/null +++ b/ua/deploy/envs/nuclear-regulatory-commission.env @@ -0,0 +1,4 @@ +# Nuclear Regulatory Commission +export ANALYTICS_REPORT_UA_IDS="ga:67691948" +export AGENCY_NAME=nuclear-regulatory-commission +export AWS_BUCKET_PATH=data/nuclear-regulatory-commission diff --git a/ua/deploy/envs/office-personnel-management.env b/ua/deploy/envs/office-personnel-management.env new file mode 100644 index 00000000..4e9403b1 --- /dev/null +++ b/ua/deploy/envs/office-personnel-management.env @@ -0,0 +1,4 @@ +# Office of Personnel Management +export ANALYTICS_REPORT_UA_IDS="ga:68758375" +export AGENCY_NAME=office-personnel-management +export AWS_BUCKET_PATH=data/office-personnel-management diff --git a/ua/deploy/envs/postal-service.env b/ua/deploy/envs/postal-service.env new file mode 100644 index 00000000..49423dcd --- /dev/null +++ b/ua/deploy/envs/postal-service.env @@ -0,0 +1,4 @@ +# Postal Service +export ANALYTICS_REPORT_UA_IDS="ga:100911348" +export AGENCY_NAME=postal-service +export AWS_BUCKET_PATH=data/postal-service diff --git a/ua/deploy/envs/small-business-administration.env b/ua/deploy/envs/small-business-administration.env new file mode 100644 index 00000000..97bc83ad --- /dev/null +++ b/ua/deploy/envs/small-business-administration.env @@ -0,0 +1,4 @@ +# Small Business Administration +export ANALYTICS_REPORT_UA_IDS="ga:68909496" +export AGENCY_NAME=small-business-administration +export AWS_BUCKET_PATH=data/small-business-administration diff --git a/ua/deploy/envs/social-security-administration.env b/ua/deploy/envs/social-security-administration.env new file mode 100644 index 00000000..b2134763 --- /dev/null +++ b/ua/deploy/envs/social-security-administration.env @@ -0,0 +1,4 @@ +# Social Security Administration +export ANALYTICS_REPORT_UA_IDS="ga:68055007" +export AGENCY_NAME=social-security-administration +export AWS_BUCKET_PATH=data/social-security-administration diff --git a/ua/deploy/envs/state.env b/ua/deploy/envs/state.env new file mode 100644 index 00000000..707d3a0e --- /dev/null +++ b/ua/deploy/envs/state.env @@ -0,0 +1,4 @@ +# Department of Transportation +export ANALYTICS_REPORT_UA_IDS="ga:67454734" +export AGENCY_NAME=state +export AWS_BUCKET_PATH=data/state diff --git a/ua/deploy/envs/transportation.env b/ua/deploy/envs/transportation.env new file mode 100644 index 00000000..0d0bec64 --- /dev/null +++ b/ua/deploy/envs/transportation.env @@ -0,0 +1,4 @@ +# Department of Transportation +export ANALYTICS_REPORT_UA_IDS="ga:66902419" +export AGENCY_NAME=transportation +export AWS_BUCKET_PATH=data/transportation diff --git a/ua/deploy/envs/treasury.env b/ua/deploy/envs/treasury.env new file mode 100644 index 00000000..0dc89909 --- /dev/null +++ b/ua/deploy/envs/treasury.env @@ -0,0 +1,4 @@ +# Department of the Treasury +export ANALYTICS_REPORT_UA_IDS="ga:67705218" +export AGENCY_NAME=treasury +export AWS_BUCKET_PATH=data/treasury diff --git a/ua/deploy/envs/veterans-affairs.env b/ua/deploy/envs/veterans-affairs.env new file mode 100644 index 00000000..ced8ffd7 --- /dev/null +++ b/ua/deploy/envs/veterans-affairs.env @@ -0,0 +1,4 @@ +# Department of Veterans Affairs +export ANALYTICS_REPORT_UA_IDS="ga:68076838" +export AGENCY_NAME=veterans-affairs +export AWS_BUCKET_PATH=data/veterans-affairs