Skip to content

Commit

Permalink
RAD-133: Expanded origin db string length. (#326)
Browse files Browse the repository at this point in the history
* Expanded origin db string length.

* Updated changelog.
  • Loading branch information
PaulHuwe authored Oct 11, 2023
1 parent 091794a commit 7c1c606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

- Removed ``err`` array from dark schema. [#324]

- Expanded origin db string length. [#326]

- Updated minimum python version to 3.9. [#325]

0.17.1 (2023-08-03)
Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/tagged_scalars/origin-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sdf:
source:
origin: TBD
archive_catalog:
datatype: nvarchar(5)
datatype: nvarchar(15)
destination: [ScienceCommon.origin]

flowStyle: block
Expand Down

0 comments on commit 7c1c606

Please sign in to comment.