I was trying to run the stand alone sms ingestion step using the command line call: cosmo --ingest but was getting an AttributeError message stating that args.ingestion didn't exist. I believe I have traced it to line 140 of run_monitors.py. It appears that "args.ingestion" should be changed to "args.ingest". I was able to run the command after making this change.
I was trying to run the stand alone sms ingestion step using the command line call: cosmo --ingest but was getting an AttributeError message stating that args.ingestion didn't exist. I believe I have traced it to line 140 of run_monitors.py. It appears that "args.ingestion" should be changed to "args.ingest". I was able to run the command after making this change.