Skip to content

Commit

Permalink
Merge pull request #197 from sennetconsortium/maxsibilla/issue-174-2
Browse files Browse the repository at this point in the history
Maxsibilla/issue 174 2
  • Loading branch information
maxsibilla authored Oct 3, 2023
2 parents ee72520 + 28df7dd commit 12df7e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ def create_entity(entity_type):
except schema_errors.InvalidApplicationHeaderException as e:
abort_bad_req(e)

json_data_dict = check_for_metadata(entity_type, user_token)
json_data_dict = check_for_metadata(normalized_entity_type, user_token)
verify_ubkg_properties(json_data_dict)

# Validate request json against the yaml schema
Expand Down
2 changes: 1 addition & 1 deletion src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ACTIVITIES:
processing_information:
type: list
description: "The information describing how this dataset was processed (e.g. the DAG provenance list describing the various tools used during an ingest-pipeline run to generate a derived dataset)"
after_create_trigger: set_processing_information
before_create_trigger: set_processing_information
before_update_trigger: set_processing_information
#TODO: We will possibly create additional activity types with different attributes

Expand Down

0 comments on commit 12df7e9

Please sign in to comment.