Releases: uktrade/pg-bulk-ingest
Releases · uktrade/pg-bulk-ingest
v0.0.54
What's Changed
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #222
- build(deps): update various documentation deps by @michalc in #224
- feat: enable-type-checking-in-repo by @osimuka in #225
- feat: airflow get started to separate hwm settings and hwm value by @joshwong-cs in #226
New Contributors
Full Changelog: v0.0.53...v0.0.54
v0.0.53
What's Changed
- docs: use correct URI format for dataset-aware scheduling by @michalc in #220
- fix: save_comment method to use passed table variables by @lucie-cullifordpa in #221
New Contributors
- @lucie-cullifordpa made their first contribution in #221
Full Changelog: v0.0.52...v0.0.53
v0.0.52
What's Changed
- build(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #214
- build(deps): simplify package.json by @michalc in #215
- Add failsafe against pushing example db connection into prod by @joshwong-cs in #216
- build(deps): bump pug from 3.0.2 to 3.0.3 by @dependabot in #218
- feat: logging during ingest by @Mohizurkhan in #219
New Contributors 🎉
- @dependabot made their first contribution in #214
- @joshwong-cs made their first contribution in #216
- @Mohizurkhan made their first contribution in #219
Full Changelog: v0.0.51...v0.0.52
v0.0.51
v0.0.50
v0.0.49
v0.0.48
v0.0.47
What's Changed
- test: assert that the correct table exists if no batches by @michalc in #179
- docs: add links to footer by @michalc in #180
- fix: spelling error in logging of table creation by @JosefSmith in #181
- docs: flesh out high-watermarks page by @michalc in #182
- docs: fix typo by @michalc in #183
- docs: tweak language, date or time is not aways the best choice by @michalc in #184
- docs: fix more reported typos by @michalc in #185
- docs: fix typo by @michalc in #186
- docs: fix typo by @michalc in #187
- docs: fix typos and improve flow in high-watermark docs by @michalc in #188
- docs: mention to avoid using tuples as high-watermark by @michalc in #189
- docs: add initial logo by @michalc in #190
- docs: improve logo by @michalc in #191
- docs: slightly simpler logo by @michalc in #192
- docs: make logo seem a touch more stream-y by @michalc in #193
- docs: save a few bytes on the logo by @michalc in #194
- docs: even smaller logo via use/clone by @michalc in #195
- docs: smaller logo by using link in svg by @michalc in #196
- docs: save a few bytes in the logo by manual approximation by @michalc in #197
- docs: reduce size of DBT logo by @michalc in #198
- build: omit dev dependencies for docs by @michalc in #199
- build(deps): restore rollup-linux-x64-gnu for building docs by @michalc in #200
- build(deps): routine upgrade of docs deps by @michalc in #201
- fix: don't require schema creation permissions if schema already exists by @wpfl-dbt in #204
- feat: adds support for ingesting to postgres bytea type by @wpfl-dbt in #205
🎉 New Contributors
Full Changelog: v0.0.46...v0.0.47
v0.0.46
What's Changed
The main change in this release is the addition of support of ingesting to multiple tables per call to ingest
, while being as stream-y as possible, and also in a single transaction per batch 🎉
- feat: support multiple tables by @michalc in #176
- docs: avoid hinting that only a single table is supported by @michalc in #178
Full Changelog: v0.0.45...v0.0.46
v0.0.45
What's Changed
- docs: add getting started with dagster section by @JosefSmith in #165
- docs: adding some basic docs about using high watermarks by @JosefSmith in #166
- build(deps): move to govuk-eleventy-plugin v6.0.3 by @michalc in #167
- docs: make logo a bit tighter by @michalc in #168
- build(deps): pin localtunnel to avoid axios vulnerability by @niross in #169
- build(deps): add rollup-linux-x64-gnu as optional dependency by @michalc in #170
- build(deps): fix package-lock.json by @michalc in #171
- build(deps): fix package-lock.json again by @michalc in #172
- build(deps): fix package-lock.json for the third time by @michalc in #173
- build(deps): avoid axios vulnrability (again) by @michalc in #174
- refactor: use to-file-like-obj by @michalc in #175
New Contributors
Full Changelog: v0.0.44...v0.0.45