jobs/eam-integrations/scripts/workday_everfi_integration.py [126:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            hire_date_id = self.get_hire_date_id(
                wd_users[email][1]["hire_date"], hire_date_category_id, hire_dates
            )

            try:
                r = self.everfi_api.assign_label_user(
                    r.data.get("data").get("id"), hire_date_id
                )
            except Exception as e:
                self.logger.exception(e)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



jobs/eam-integrations/scripts/workday_everfi_integration.py [243:252]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            hire_date_id = self.get_hire_date_id(
                wd_users[email][1]["hire_date"], hire_date_category_id, hire_dates
            )

            try:
                r = self.everfi_api.assign_label_user(
                    r.data.get("data").get("id"), hire_date_id
                )
            except Exception as e:
                self.logger.exception(e)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



