v0.0.1
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