# swf-yt-conflict-elasticsearch
swf-yt-conflict-elasticsearch

```
cp .env.shadow .env
source .env
python setup.py develop
```

```
# in new terminal tab and with .env sourced run
garcon decider {flow_name}
garcon worker {flow_name}
garcon exec {flow_name}
```

If you have not created a feed status DynamoDB table, please create one in the
dev aws account named `dev_{flow_name}_{user}` with the `feed_name` (type string)
as the primary partition key and `date` (type string) as the sort key.

*flow_name is the folder name under yt_conflict_elasticsearch/flows/


The jenkins scheduler job to kick off this workflow is located here:

https://scheduler.theorchard.io/job/qa-swf-yt-conflict-elasticsearch-exec/
