Skip to content

Commit

Permalink
Add fieldname to nonoid_fields_w_objectid list
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-M-Waldman committed Oct 12, 2024
1 parent a53c2e9 commit 4e24451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databridge_etl_tools/oracle/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, connection_string, table_name, table_schema, s3_bucket, s3_ke
self.s3_bucket = s3_bucket
self.s3_key = s3_key
self.times_db_called = 0
self.nonoid_fields_w_objectid = ['addressobjectid', 'eclipse_addressobjectid']
self.nonoid_fields_w_objectid = ['addressobjectid', 'eclipse_addressobjectid', 'licensetypeobjectid']
# just initialize this self variable here so we connect first
self.conn

Expand Down

0 comments on commit 4e24451

Please sign in to comment.