Skip to content

Commit

Permalink
Merge pull request #256 from cityofaustin/vz-scorata-op-item-names
Browse files Browse the repository at this point in the history
Remove `v2` from 1pass item names in VZ socrata export
  • Loading branch information
johnclary authored Nov 5, 2024
2 parents 16c7a08 + c53fae0 commit 4857074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dags/vz_socrata_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

REQUIRED_SECRETS = {
"SOCRATA_DATASET_CRASHES": {
"opitem": "Vision Zero Socrata Export v2",
"opitem": "Vision Zero Socrata Export",
"opfield": f"{secrets_env_prefix}.SOCRATA_DATASET_CRASHES",
},
"SOCRATA_DATASET_PEOPLE": {
"opitem": "Vision Zero Socrata Export v2",
"opitem": "Vision Zero Socrata Export",
"opfield": f"{secrets_env_prefix}.SOCRATA_DATASET_PEOPLE",
},
"SOCRATA_KEY_ID": {
Expand All @@ -57,11 +57,11 @@
"opfield": "socrata.appToken",
},
"HASURA_GRAPHQL_ENDPOINT": {
"opitem": "Vision Zero CRIS Import - v2",
"opitem": "Vision Zero CRIS Import",
"opfield": f"{secrets_env_prefix}.HASURA_GRAPHQL_ENDPOINT",
},
"HASURA_GRAPHQL_ADMIN_SECRET": {
"opitem": "Vision Zero CRIS Import - v2",
"opitem": "Vision Zero CRIS Import",
"opfield": f"{secrets_env_prefix}.HASURA_GRAPHQL_ADMIN_SECRET",
},
}
Expand Down

0 comments on commit 4857074

Please sign in to comment.