Skip to content

Releases: infinitelambda/diqu

0.2.0

08 Jul 03:55
b19ce06
Compare
Choose a tag to compare

What's Changed

  • feat: Support dynamically import module from local path if import_mod… by @il-dat in #23

Full Changelog: 0.1.2...0.2.0

0.1.2

04 Mar 07:49
Compare
Choose a tag to compare

What's Changed

  • chore: more useful error message

Full Changelog: 0.1.1...0.1.2

0.1.1

04 Mar 04:01
6c31859
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect deprecation when test is passed by @il-dat in #14

Full Changelog: 0.1.0...0.1.1

0.1.0

22 Nov 03:48
Compare
Choose a tag to compare

Automate and streamline the alerting/ notification process for dbt test results using this versatile CLI companion tool. Receive detailed alerts & test metadata seamlessly on various platforms, promoting improved collaboration on dbt project issues 🐞🚀.

Who is this for

This tool is designed for individuals or teams seeking to automate the management of their dbt project issues (test warnings, errors... etc) outside the dbt environment.

Features

  • Automated alerts and notifications based on recorded dbt test results.
  • Built-in support for dq-tools and custom query input.
  • Auto-labels deprecated tests for quick & easy identification.
  • Creates and updates Jira tickets with the latest tests' metadata.
  • Sends succinct and informative messages to a dedicated Slack channel.

dbt alert rant 🟢 🟡 🔴 ⚫

"Run errors are red,
Test warnings are yellow,
Where's my bug alert,
And joint bugfix workflow?"

-- by diqu OG Contributors

Contributors

Full Changelog: 0.1.0rc1...0.1.0

0.1.0rc5

17 Nov 08:56
Compare
Choose a tag to compare
0.1.0rc5 Pre-release
Pre-release

Full Changelog: 0.1.0rc4...0.1.0rc5

0.1.0rc4

15 Nov 08:25
d7d1343
Compare
Choose a tag to compare
0.1.0rc4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0rc3...0.1.0rc4

0.1.0rc3

14 Nov 06:48
Compare
Choose a tag to compare
0.1.0rc3 Pre-release
Pre-release

What's Changed

  • Bugfix/slack inconsistent deprecation flag by @il-dat in #10

Full Changelog: 0.1.0rc1...0.1.0rc3

0.1.0rc2

14 Nov 03:46
Compare
Choose a tag to compare
0.1.0rc2 Pre-release
Pre-release

What's Changed

  • Bugfix/slack inconsistent deprecation flag by @il-dat in #10

Full Changelog: 0.1.0rc1...0.1.0rc2

0.1.0rc1

13 Nov 06:29
7f97a63
Compare
Choose a tag to compare
0.1.0rc1 Pre-release
Pre-release

What's Changed

CLI companion tool supporting the Alert / Notification for dq-tools and more.

  • Supported Sources:
    • Snowflake
    • csv file
  • Supported Sinks:
    • JIRA
    • Slack

Installation

pip install diqu [--upgrade]

Usage

diqu alert

See the official documentation site here

Contributors

Full Changelog: https://github.com/infinitelambda/diqu/commits/0.1.0rc1