edx-enterprise-data 10.11.0__py3-none-any.whl → 10.11.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/METADATA +1 -1
- {edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/RECORD +7 -7
- enterprise_data/__init__.py +1 -1
- enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py +1 -1
- {edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/WHEEL +0 -0
- {edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/licenses/LICENSE +0 -0
- {edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
-
edx_enterprise_data-10.11.
|
2
|
-
enterprise_data/__init__.py,sha256=
|
1
|
+
edx_enterprise_data-10.11.1.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
2
|
+
enterprise_data/__init__.py,sha256=j6aLs1tTZrhX0hqVukHt4A3LxK06eXBgt0DlKcYKKK4,125
|
3
3
|
enterprise_data/apps.py,sha256=aF6hZwDfI2oWj95tUTm_2ikHueQj-jLj-u0GrgzpsQI,414
|
4
4
|
enterprise_data/clients.py,sha256=glw-fXu3V7rKEpiUBF056gZEdNK4KnWcP9tNYELimRQ,6566
|
5
5
|
enterprise_data/constants.py,sha256=uCKjfpdlMYFZJsAj3n9RMw4Cmg5_6s3NuwocO-fch3s,238
|
@@ -31,7 +31,7 @@ enterprise_data/admin_analytics/database/query_filters/in_.py,sha256=RsqDVTgzJ0v
|
|
31
31
|
enterprise_data/admin_analytics/database/tables/__init__.py,sha256=Z-c3P9hqR-dC9uYKe63qHkQG9Nms8cLE2jRN-4jeMM0,289
|
32
32
|
enterprise_data/admin_analytics/database/tables/base.py,sha256=1KyKsC18pW3m-5U-T6pdt5rIwsz6Wp3QFFbD3r6L6YQ,395
|
33
33
|
enterprise_data/admin_analytics/database/tables/fact_engagement_admin_dash.py,sha256=VMUGwfrUsYd_NnxEDNBovAmHwhdTCSImGA6JjHzknhk,12959
|
34
|
-
enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py,sha256=
|
34
|
+
enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py,sha256=okRav232A2TD2WzVsOq_HHOm3itp_-uJB6uUxypykLI,15864
|
35
35
|
enterprise_data/admin_analytics/database/tables/skills_daily_rollup_admin_dash.py,sha256=3xNwSi0wfCyBHcXPd6-9Ujs1NUm8kmZRg_gPrZzp9nQ,3233
|
36
36
|
enterprise_data/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
37
|
enterprise_data/api/urls.py,sha256=POqc_KATHdnpMf9zHtpO46pKD5KAlAExtx7G6iylLcU,273
|
@@ -186,7 +186,7 @@ enterprise_reporting/tests/test_send_enterprise_reports.py,sha256=zBj7sDvRLJQbRs
|
|
186
186
|
enterprise_reporting/tests/test_utils.py,sha256=y4t6w9aKra-ftqtUeHvPwOhje-1npz7auV5o74ya8fE,9523
|
187
187
|
enterprise_reporting/tests/test_vertica_client.py,sha256=-R2yNCGUjRtoXwLMBloVFQkFYrJoo613VCr61gwI3kQ,140
|
188
188
|
enterprise_reporting/tests/utils.py,sha256=xms2LM7DV3wczXEfctOK1ddel1EE0J_YSr17UzbCDy4,1401
|
189
|
-
edx_enterprise_data-10.11.
|
190
|
-
edx_enterprise_data-10.11.
|
191
|
-
edx_enterprise_data-10.11.
|
192
|
-
edx_enterprise_data-10.11.
|
189
|
+
edx_enterprise_data-10.11.1.dist-info/METADATA,sha256=qGem3YioOvmd2BpaHm7xLHVjzDkgWIHl-eW5jn3r_o0,1707
|
190
|
+
edx_enterprise_data-10.11.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
191
|
+
edx_enterprise_data-10.11.1.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
|
192
|
+
edx_enterprise_data-10.11.1.dist-info/RECORD,,
|
enterprise_data/__init__.py
CHANGED
@@ -52,7 +52,7 @@ class FactEnrollmentAdminDashTable(BaseTable):
|
|
52
52
|
enterprise_customer_uuid,
|
53
53
|
)
|
54
54
|
else:
|
55
|
-
params = {f'eu_{i}':
|
55
|
+
params = {f'eu_{i}': enterprise_user_id for i, enterprise_user_id in enumerate(learners_in_group)}
|
56
56
|
return self.filters.enterprise_user_id_in_filter(list(params.keys())), params
|
57
57
|
|
58
58
|
def __get_common_query_filters(
|
File without changes
|
{edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{edx_enterprise_data-10.11.0.dist-info → edx_enterprise_data-10.11.1.dist-info}/top_level.txt
RENAMED
File without changes
|