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