Skip to content

Releases: 173TECH/sayn

SAYN v0.5.7

25 Jun 17:10
a9efc3b
Compare
Choose a tag to compare

Changed

  • Adds support for renaming columns on copy tasks
  • Improvements to BigQuery data load of nested fields

SAYN v0.5.6

29 Apr 16:45
d08daf5
Compare
Choose a tag to compare

Changed

  • Adds staging area based batch copy for snowflake
  • Returns number of records loaded in load_data
  • Adds support for copy to merge frequently to target table

Fixed

  • Fixes to columns without names in ddl
  • Adds sorting to copy's get_data_query

SAYN v0.5.5

18 Mar 12:55
ed7ede5
Compare
Choose a tag to compare

Changed

  • Refactoring of database code to improve performance by adding introspection
    after all tasks have been setup
  • Improvements to BigQuery process
  • Adds support for testing all databases
  • Adds support for environment variables specified in YAML (JSON still supported as well)

SAYN v0.5.4

11 Jan 16:53
7711e81
Compare
Choose a tag to compare

Fixes

  • Duplication of data in sample project

SAYN v0.5.3

05 Jan 15:18
b0b5cb0
Compare
Choose a tag to compare

Fixes

  • Fixes unicode issues with load_date in bigquery

SAYN v0.5.2

16 Dec 17:45
a12d10a
Compare
Choose a tag to compare

Changes

  • Add BigQuery support

SAYN v0.5.1

11 Dec 16:10
923e63b
Compare
Choose a tag to compare
  • Renamed the task attribute task_group to group

SAYN v0.5.0

09 Dec 11:43
99d5f4a
Compare
Choose a tag to compare
  • Changed concept of dags to tasks
  • Added automated detection of task files in tasks folder
  • Added option to change database destination
  • Fixed issues with primary key DDLs

SAYN 0.4.2

11 Nov 18:16
b5ac6c4
Compare
Choose a tag to compare
  • Fixed SQL task bug preventing execution introduced in 0.4.1

SAYN 0.4.1

03 Nov 11:58
294e1b8
Compare
Choose a tag to compare

Changes

  • Database methods raise exceptions rather than return Result objects
  • load_data automatically creates tables
  • max_batch_rows introduced to allow manipulating the size of batches in load_data