Skip to content

Commit

Permalink
fix crash components secret
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Dec 2, 2024
1 parent 37675d6 commit a355323
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dags/vz_moped_component_crashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@


REQUIRED_SECRETS_SOCRATA = {
"SOCRATA_DATASET_CRASHES": {
"SOCRATA_DATASET_CRASH_COMPONENTS": {
"opitem": "Vision Zero Socrata Export",
"opfield": f"{secrets_env_prefix}.SOCRATA_DATASET_CRASHES",
},
"SOCRATA_DATASET_PEOPLE": {
"opitem": "Vision Zero Socrata Export",
"opfield": f"{secrets_env_prefix}.SOCRATA_DATASET_PEOPLE",
"opfield": f"{secrets_env_prefix}.SOCRATA_DATASET_CRASH_COMPONENTS",
},
"SOCRATA_KEY_ID": {
"opitem": "Socrata Key ID, Secret, and Token",
Expand Down

0 comments on commit a355323

Please sign in to comment.