Pg-bulk-ingest

Latest version: v0.0.54

Safety actively analyzes 682487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

0.0.48

What's Changed
* fix: remove redundant inequality code by wpfl-dbt in https://github.com/uktrade/pg-bulk-ingest/pull/206


**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.47...v0.0.48

0.0.47

What's Changed
* test: assert that the correct table exists if no batches by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/179
* docs: add links to footer by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/180
* fix: spelling error in logging of table creation by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/181
* docs: flesh out high-watermarks page by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/182
* docs: fix typo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/183
* docs: tweak language, date or time is not aways the best choice by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/184
* docs: fix more reported typos by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/185
* docs: fix typo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/186
* docs: fix typo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/187
* docs: fix typos and improve flow in high-watermark docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/188
* docs: mention to avoid using tuples as high-watermark by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/189
* docs: add initial logo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/190
* docs: improve logo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/191
* docs: slightly simpler logo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/192
* docs: make logo seem a touch more stream-y by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/193
* docs: save a few bytes on the logo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/194
* docs: even smaller logo via use/clone by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/195
* docs: smaller logo by using link in svg by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/196
* docs: save a few bytes in the logo by manual approximation by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/197
* docs: reduce size of DBT logo by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/198
* build: omit dev dependencies for docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/199
* build(deps): restore rollup-linux-x64-gnu for building docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/200
* build(deps): routine upgrade of docs deps by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/201
* fix: don't require schema creation permissions if schema already exists by wpfl-dbt in https://github.com/uktrade/pg-bulk-ingest/pull/204
* feat: adds support for ingesting to postgres bytea type by wpfl-dbt in https://github.com/uktrade/pg-bulk-ingest/pull/205

🎉 New Contributors
* wpfl-dbt made their first contribution in https://github.com/uktrade/pg-bulk-ingest/pull/204

**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.46...v0.0.47

0.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 https://github.com/uktrade/pg-bulk-ingest/pull/176
* docs: avoid hinting that only a single table is supported by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/178


**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.45...v0.0.46

0.0.45

What's Changed
* docs: add getting started with dagster section by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/165
* docs: adding some basic docs about using high watermarks by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/166
* build(deps): move to govuk-eleventy-plugin v6.0.3 by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/167
* docs: make logo a bit tighter by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/168
* build(deps): pin localtunnel to avoid axios vulnerability by niross in https://github.com/uktrade/pg-bulk-ingest/pull/169
* build(deps): add rollup-linux-x64-gnu as optional dependency by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/170
* build(deps): fix package-lock.json by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/171
* build(deps): fix package-lock.json again by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/172
* build(deps): fix package-lock.json for the third time by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/173
* build(deps): avoid axios vulnrability (again) by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/174
* refactor: use to-file-like-obj by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/175

New Contributors
* niross made their first contribution in https://github.com/uktrade/pg-bulk-ingest/pull/169

**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.44...v0.0.45

0.0.44

Not secure
What's Changed
* docs: use new utility function _to_file_like_obj() in example code by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/164


**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.43...v0.0.44

0.0.43

Not secure
What's Changed
* docs: add Prerequisites to Airflow guide by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/145
* docs: better setup instructions by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/146
* docs: tweak example instructions to be more consistent with Airflow instructions by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/147
* docs: improve flow and mention that the environment variable for the database will likely be different by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/148
* docs: tweak order, putting Airflow higher up by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/149
* docs: use DAG more the pipeline when talking about Airflow by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/150
* docs: slightly more concise by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/151
* tests: test for larger amounts of data by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/152
* refactor: comment out dead code (but don't remove it) by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/153
* tests: test that assert that multiple tables, for now, are not supported by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/154
* refactor: reduce a small amount of duplication in tests by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/155
* docs: more features on the front page by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/156
* docs: more features on front page by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/157
* docs: split up the get started page to make it a bit less scary by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/158
* docs: link to PostgreSQL docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/159
* docs: make it clearer that the Airflow guide is not directly after the regular Get started guide by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/160
* docs: fix missing space between words by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/161
* docs: fix link and improve clarity around the create_dag function by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/162
* deps: bump eleventy plugin and associated packages by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/163
* feat: add to_file_like_obj utility function to pg-bulk-ingest by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/143


**Full Changelog**: https://github.com/uktrade/pg-bulk-ingest/compare/v0.0.42...v0.0.43

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.