Skip to content

Commit

Permalink
remove columns that give error on to_parquet conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Nov 4, 2024
1 parent 2719c0d commit da1a5f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions primero-api/primero_api/primero_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'owned_by_groups',
'closure_approved',
'location_current',
'consent_reporting',
#'consent_reporting', # --- error in to-parquet conversion
'interview_subject',
'registration_date',
'case_plan_approved',
Expand All @@ -56,7 +56,7 @@
'disclosure_other_orgs',
'referred_users_present',
'withholding_info_reason',
#'followup_subform_section',
#'followup_subform_section', # -- gives error in to parquet conversion
'transferred_to_user_groups',
'service_implemented_day_times',
'record_in_scope',
Expand Down
2 changes: 1 addition & 1 deletion primero-api/primero_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION='0.2.2'
VERSION='0.2.3'
2 changes: 1 addition & 1 deletion primero-api/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.2.2'
VERSION = '0.2.3'

setup(
name='primero-api',
Expand Down

0 comments on commit da1a5f7

Please sign in to comment.