# Quality PR

Author of the PR:

- [ ] set title of the PR as "ISSUE-CODE meaningful title"
- [ ] ensure your code complies with [SDLC](https://docs.google.com/presentation/d/1RPlCm9izjCm2e4smXRq3GDxbwPQP5BtYt-DUt17N-ek/edit#slide=id.g14a1a10e2c_1_0) and [code style](https://github.com/theorchard/docs/blob/master/styleguides/python.md) 
- [ ] update this PR template with actual information 
      (leave reviewer checklist untouched)

# Reference issues

* [DS-XXXX]

# Deployment instructions
Steps to deploy and validate:
* https://github.com/theorchard/terraform-infra/pull/XXXX
* https://pipeline.theorchard.io/job/swf-XXXXX-pipeline/

# Monitoring instructions
Monitoring resources:
* Monty: https://github.com/theorchard/feed-status-monitor/pulls/XXXXX
* Looker:  <LINK_TO_REPORT>

# Reviewer checklist
- [ ] each peace of code is understandable (if not request code comments)
- [ ] naming: variables, functions, modules have meaningful names
- [ ] new code is covered by unit tests
- [ ] there are both positive and negative unit tests
- [ ] every created temporary resource (tables, files) is cleared afterward
- [ ] failing conditions (like missing data) explicitly fail execution with __clear__ message
- [ ] documentation: created/updated in README.md 
- [ ] deployment instructions provided
- [ ] monitoring checkpoints added
