Skip to content

Release 3.2.7

Latest
Compare
Choose a tag to compare
@awsbuild awsbuild released this 19 Sep 12:40

ODS_Tools Changelog - 3.2.7

  • #135 - Only run attach project issues workflow from Our repo - not forks
  • #136 - Triple quoting when saving fields containing multiple entries
  • #139 - Look for validation files in custom paths
  • #140 - Failed ODTF transformation with lark > 1.1.9
  • #142 - Update GH actions artifacts to v4
  • #143 - pin lark version
  • #145 - Add disaggregation-flag

ODS_Tools Notes

Only run attach project issues workflow from Our repo - not forks - (PR #135)

CI fix for external PRs

Fixes triple quoting when strings contain special characters - (PR #137)

... Strings containing special symbols (for example ;, ,, \t, \n) are now correctly quoted (only once with double quotes).

Validation files in custom paths - (PR #138)

When a custom path is passed in the configuration file, validation files in that folder will be found and used.

Fix failed transformations with lark > 1.1.9 - (PR #141)

Compatibility with all lark versions

Update GH actions artifacts to v4 - (PR #142)

Pin lark version to <=1.9 - (PR #143)

While testing the solution, lark is pinned to a working version to avoid failing tests.

Add do_disaggregation to setting schemas - (PR #145)