* Set env vars in .env based on .env.shadow
	* `SYNC_HOST` etc are the settings for using the sync ftp site.
	* `SSH_HOST` is a host (e.g. dev box) within the VPC that can then make an api call
* (Recommended) set up a virtual env however you prefer to do that. Use python 3.8
* Install dependencies in requirements.txt
* Run the example query in snowflake, export the results as a csv. Make sure to replace all occurrences of the UPC(s) in the query (currently there are 3)
* Run the script migrate.py with the csv as a parameter. 

This will download the files using the ftp site, then get an upload token for from ows-assets, then upload the files with necessary s3 metadata for processing.

