Skip to content

Commit

Permalink
Adding schema version_2
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Oct 22, 2024
1 parent b8dfddc commit 0ca91e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/pipelines/pacbio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ default: &default
# The number suffix '1' is used to identify the schema version of message (created by the
# message builder class defined in the message_class key)
# The schema version number should be present in bunny.yml for the same 'key'
avro_schema_version_1 :
avro_schema_version_1: &avro_schema_version_1
lims: Traction
key: 'volume_tracking'
message_class: VolumeTracking::MessageBuilder
Expand Down Expand Up @@ -351,6 +351,8 @@ default: &default
usedByType:
type: :self
value: publish_data&.used_by_type
avro_schema_version_2:
<<: *avro_schema_version_1
development: *default
test: *default
uat: *default
Expand Down

0 comments on commit 0ca91e4

Please sign in to comment.