chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 120 forks source link

[question]Enrollments table is filled at which stage? #1020

Closed shanchenqi closed 2 years ago

shanchenqi commented 2 years ago

Excuse me, when I run grimoirelab with the sirmordred -c command, I will get uuid and organizationid message in the Enrollments table. After checking the Identities table, I found that it seems to use the user's email domain information to obtain the organization id and fill the Enrollments table. For example, if the user's email is xxx@sina.com, the organization_id is 1640 in the Domains_organizations table, the organization_id of the user in the Enrollments table will be 1640.

Could I ask when was this step completed? I tried to run the code in the editor with the following command , python micro.py --enrich --debug --cfg ./setup.cfg --backends git --logs-dir .I have tried --raw and --enrich but the enrollments table was not filled in. When was the enrollments table filled?

shanchenqi commented 2 years ago

It may be in identities stage