1
0
mirror of synced 2026-01-15 06:06:30 -05:00
Files
airbyte/tools
vovavovavovavova 286f30f9ed CDK: tool for auto-generating schemas from the stream output (#3948)
* tool for creating schemas from configured_catalog within genson stripping `required`

* gen from all output (add_schema for all)

* all except extra_strategies

* apply extra strategies

* merge && small upd

* upd docstring
2021-06-16 14:16:32 +03:00
..
2021-06-14 16:16:32 +08:00
2020-11-09 11:00:11 -08:00
2021-01-25 11:23:08 -08:00

Tools

Releasing a new version

git branch -b your-release-branch
./tools/bin/release_version.sh patch # or minor or major
git push --set-upstream origin your-release-branch
# create PR from branch
# merge PR
git checkout master
./tools/bin/tag_version.sh