Skip to content

Releases: LBHackney-IT/Data-Platform

Patch: Changed Production Pipeline Config Target

02 Jun 10:28

Choose a tag to compare

The production pipeline was exporting config to the staging config file resulting in the config not being set.

Patch Networking

02 Jun 10:00

Choose a tag to compare

The production pipeline was missing the required block that copies that AWS VPC ID from the Networking Module to the Main Module.

Rearrange networking, and add Liberator downloader

02 Jun 09:04
df7802b

Choose a tag to compare

Merge pull request #85 from LBHackney-IT/liberator-data-sftp-tp-s3

Lambda to move liberator data from sftp server to s3

Update UPRN rds instance

24 May 14:25
8e2a71a

Choose a tag to compare

Update UPRN rds instance

Remove unnecessary import

24 May 13:54
9f22d05

Choose a tag to compare

Remove unnecessary import from the copier lambda. This was causing the lambda to error

Increase export capacity of copier lambda

24 May 12:35
864f4ae

Choose a tag to compare

What

added an additional check to the S3 copier lambda to check if the table objects in the request output is truncated, i.e. there are more objects that still need to be copied and if so copy them as well

Why

Previously, the request output was truncated, meaning not all the tables were being listed and therefore some tables were not being copied over to the Data Platform landing zone

Increase timeout on Ingestion and copier lambda

20 May 15:03
31c9479

Choose a tag to compare

This is to ensure that the lambdas can finish executiing their tasks

Add Golive RDS instance

20 May 12:22

Choose a tag to compare

An rds instance id has been added to the production environment variables.

Injest Housing UPRN data onto platform

20 May 08:39
90279a5

Choose a tag to compare

This release will allow us to ingest Housing UPRN data from Production APIs account into the Data Platform Production account landing zone bucket.

It follows a partitioning strategy which is as follows:

{department/service}/{dataset-name}/import_year={import-year}/import_month={import-month}/import_day={import-day}/{file-name}

This process is outlined in the documentation

Export snapshots to s3

14 May 13:15

Choose a tag to compare

Implementing the following process for exporting RDS snapshots from a service account to an S3 bucket in the data platform.

Screenshot 2021-05-11 at 14 46 45