Skip to content

Releases: pcelvng/task-tools

v0.11.3

31 Aug 20:49
1ff9a0d
Compare
Choose a tag to compare
  • updated dependencies
  • bug fixes

v0.11.2

31 Aug 16:39
2d9df45
Compare
Choose a tag to compare
  • added the ability to truncate in sql-load

v0.11.1

19 Aug 14:36
c7ae3c0
Compare
Choose a tag to compare
  • flowlord fixes
  • backloader filxes
  • rename apps

0.11.0

07 Aug 16:58
51c4fb1
Compare
Choose a tag to compare

New Workers

  • sql_read - generic worker that extract data from mysql or postgres
  • bq_load - generic loader into bigquery

v0.10.1

05 Aug 17:57
2721991
Compare
Choose a tag to compare
  • Add time templating for child tasks in workflow
  • add task:job support to dependsOn
  • insert job from rule in child task

v0.10.0

15 Jul 17:40
11b59d0
Compare
Choose a tag to compare
  • added a new app sql_load
    • app will load a json newline delimited file into a mysql or postgresql table
    • missing fields in json string will be ignored
    • converts strings to into int or float based on the database type
    • delete map for building a delete query to run before data is inserted
    • field map for mapping json key names to database column names

v0.9.0

10 Jun 19:07
37754b0
Compare
Choose a tag to compare
  • Added Slack Block messaging code
  • Added Slack Element blocks
  • Added Slack Overflow Accessory Options

v0.8.1

10 Jun 14:57
81d75db
Compare
Choose a tag to compare
  • bug fix for flowlord workflow files loading
  • updated go mod dependencies

0.8.0

01 Jun 18:06
2e792f9
Compare
Choose a tag to compare
  • Update file.List to include directories
  • add job meta data in backloader
  • workflow supports sub-folders

v0.7.4

22 May 15:50
b43abb3
Compare
Choose a tag to compare
  • Update Readme for flowlord

  • remove deleted workflows

  • unit test fixes