We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request from @erummas to add a useful feature to print unique numbers.
For each concept, e.g.:
- CommonDataModel - INFO - finished Hypertensive disorder 3050 (0x122ea8280) ... 4/4 completed, 12336 rows
-->
- CommonDataModel - INFO - finished Hypertensive disorder 3050 (0x122ea8280) ... 4/4 completed, 12336 rows - CommonDataModel - INFO - finished Hypertensive disorder 3050 (0x122ea8280) ... 12336 rows, from XXX unique people
Alternatively... in logging we have something like..
- CommonDataModel - INFO - { "version": "0.0.0", "created_by": "calummacdonald", "created_at": "2022-05-18T091400", "dataset": "CommonDataModel::FAILED: ExampleV4", "total_data_processed": { "person": 99471, "observation": 97817, "condition_occurrence": 101063, "measurement": 86795 } }
This could say:
"total_data_processed": { "person": 99471, "observation": 97817, "condition_occurrence": 101063, "measurement": 86795 }, "unique": { "observation":X, "condition_occurrence": Y, "measurement":Z }
The text was updated successfully, but these errors were encountered:
PhilAppleby
No branches or pull requests
Request from @erummas to add a useful feature to print unique numbers.
For each concept, e.g.:
-->
Alternatively... in logging we have something like..
This could say:
The text was updated successfully, but these errors were encountered: