# Update cloudsearch domain for project corpus

## Overview

A new column is indexed in prod-etl-projects corpus. To populate this new index on cloudsearch domain, requires backfill for all projects. This script will update art_relations.project.last_updated, to queue it up for Maxwell to populate subaccount_name in cloudsearch.

## Setup

```bash
python3 -m venv env
```

```bash
source env/bin/activate
```

```bash
pip install -r requirements.txt
```

```bash
cp .env.shadow .env
```

## Run

```bash
python project/run.py (Argument : No of records to be updated in 1 batch)
```
