17 Connect with sales collection
21 Returns collection (str)
23 client = self.mongo_conn()
24 db_name = os.environ.get(
"DB")
25 collection_name = os.environ.get(
"COLLECTION")
28 collection = db[collection_name]
30 raise Exception(
"Mongo Connection Fails.")