Skip to content

Commit d055daf

Browse files
authored
Merge pull request #1737 from cityofaustin/mike/data-tracker-sync-prod-field
Update with production Data Tracker secondary name field id
2 parents 06ef19e + b126725 commit d055daf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

moped-etl/data-tracker-sync/process/knack_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
TEST_KNACK_SIGNAL_RECORD_ID = os.getenv("TEST_KNACK_SIGNAL_RECORD_ID")
77

8+
89
def build_signal_list_from_moped_record(moped_project_record):
910
"""
1011
Build a list of signal IDs connected to a moped project record
@@ -62,7 +63,7 @@ def build_knack_project_from_moped_project(moped_project_record, is_test=False):
6263
"field_4133": moped_project_record["project_id"],
6364
"field_3857": moped_project_record["project_name"],
6465
"field_4922": moped_project_record["is_deleted"],
65-
"field_5137": moped_project_record["project_name_secondary"],
66+
"field_5159": moped_project_record["project_name_secondary"],
6667
"field_4136": phase_name,
6768
"field_3861": signals,
6869
"field_4162": make_moped_project_url(moped_project_record["project_id"]),

0 commit comments

Comments
 (0)