Skip to content

Commit

Permalink
HDX-10188 start tracking changes for resource in_hapi field
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Oct 11, 2024
1 parent c811331 commit a178286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventapi/tasks/detect_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'maintainer', 'methodology_other', 'caveats', 'archived',
'private', 'is_requestdata_type', 'dataset_preview', 'state', 'num_of_rows', 'field_names',
'file_types'}
RESOURCE_FIELDS = {'name', 'format', 'description', 'microdata', 'resource_type', 'url', 'qa_hapi_report'}
RESOURCE_FIELDS = {'name', 'format', 'description', 'microdata', 'resource_type', 'url', 'in_hapi', 'qa_hapi_report'}
SPREADSHEET_FIELDS = {'nrows', 'ncols', 'header_hash', 'hashtag_hash', 'hxl_header_hash', 'name', 'has_merged_cells'}

MARKDOWN_FIELDS = ['notes', 'license_other', 'methodology_other', 'description', 'caveats']
Expand Down
2 changes: 1 addition & 1 deletion restlayer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.9.1'
VERSION = '0.9.2'

0 comments on commit a178286

Please sign in to comment.