Skip to content

Releases: jenslauterbach/ddbt

v0.1.2

29 Oct 22:49
Compare
Choose a tag to compare

Minor update that mostly contains small changes:

  1. Bump Go version for compilation of release versions to 1.17.2
  2. Add short flags for region (-r), profile (-p), help (-h)
  3. Add no-color option to disable colored output

v0.1.1

14 Mar 09:30
Compare
Choose a tag to compare

Changelog

Contains important fix for a bug when using ddbt without --no-input flag.

v0.1.0

13 Mar 16:20
Compare
Choose a tag to compare

Changelog

  • Add --profile Flag
  • Add --quiet Flag
  • Rename Flag --non-interactive to --no-input
  • Add Prompt Asking for Confirmation
  • Migrate to AWS Go SDK v2
  • Show Statistics Only When Table is Actually Truncated
  • Switch to Go 1.16

v0.0.4

19 Oct 18:55
Compare
Choose a tag to compare

Changelog

eb2646f Remove Reference to 'custom_download_strategy'

v0.0.3

19 Oct 18:43
Compare
Choose a tag to compare

Changelog

aeb7b7a Fix Typo in Brew 'download_strategy'

v0.0.2

19 Oct 18:37
Compare
Choose a tag to compare

Changelog

a4d21fa Add --debug flag to usage and order alphabatical
ba52048 Add .gitignore
4a900b1 Add Brew Tap
627af28 Add HOMEBREW_TAP_GITHUB_TOKEN Variable
3178dcf Add More Disclaimers to README
59c63dd Change the way stats are displayed
413dd1c Create LICENSE
e36c428 Create RCU/WCU Statistics
0ffc393 Create README.md
1cae826 Improve Dry Run
b058ad6 Improve README
5b11f51 Merge branch 'main' of github.com:jenslauterbach/ddbt into main
9e4f9ab Minor Improvements to Testdata Tool
571f4d4 Minor formatting changes
b3e34fa Remove Cost Example
58bbfc2 Set Default Max Retries to 3 (from 10)
6f5d0c3 Update README.md
fbb6840 Use Default Retryer
9ab055d Use Token for Brew Release

v0.0.1

08 Oct 20:20
Compare
Choose a tag to compare

Changelog

7f6a7fe Add --max-retries Flag
740d665 Add First Draft of Dry Run Feature
8d2a65f Add First Statistics
79f96ec Add Github Actions Workflow
bc6ba36 Add More Code Documentation
bce301a Add More Output
be85b60 Add Tests for 'newProjection'
72359c5 Add Tests for newConfig
634d13d Allow Piping of Table Name
e464be7 Change Signature of processSegment
bc06fba Fix Bug Creating Projection With Two Keys
1a85cb3 Fix Tests
39fe3d3 Fix Tests
1cec9bf Fix Workflow
6064827 Fix bug regarding endpoint selection
0fbfb16 Improve Custom Resolver Setup
ec89de0 Improve Testability of Flag Parsing
3e9f7a6 Initial commit
49578b8 Introduce Debug Logging
e612231 Introduce GoReleaser
d4593de Make Table Name a Normal Argument
1496d4a Merge branch 'main' of github.com:jenslauterbach/ddbt into main
f26e2af Minor Improvements
48546f8 Minor Statistics Improvements
514142d Move Check if Table is Set
16c2200 Move newProjection Method to Point of Usage
e945f7c Print 'Usage' Message on Error
8dc184f Rearrange Code to Keep Order of Calls
98c4ba4 Remove Default Value of Region Flag
35d567a Remove Redundant os.Exit(0) Call
d725ab0 Remove unnecessary code checking region
656ca69 Restructure main method
91143bf Run go fmt
a2c6727 Simplify Method 'newProjection'
c1a4a6e Simplify newConfig Method to Improve Readability
af14c05 Update Error Message for Missing Table
2ae85c8 Update Usage Text
694641d Use flag.Commandline Instead of Custom FlagSet