Filtrer listen over funksjoner for å lære mer.
Følg denne siden for å få e-postoppdateringer når vi publiserer nye versjonsmerknader
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 14 April 2025
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2025-04-14 | Modified | CDM_TLM-ULTRA_EVENTS-EVENT_TYPE | BLACKBOARD_DATA.CDM_TLM.ULTRA_EVENTS.EVENT_TYPE | Added new event types in the CDM_TLM_ULTRA_EVENTS table. The event types that are now included are PANEL CLOSED, PAGE VIEW, and CHANGE. The existing CLICK event now captures all user interactions with any clickable element. |
Illuminate september 2024-versjon
Kontinuerlig levering | Utgivelse til produksjon 5. september 2024
Utvikler, sikkerhet
Begrensning av IP-adresse aktivert for Snowflake-tjenestekontoer
Dekning: Illuminate Inkludert og Forbedret Rapportering-modul
berørte brukere: Brukere med utviklerrolle i Illuminate og BBDATA_USER_ROLE i Snowflake
relaterte emner: IP-adressebegrensning for Snowflake-tjenestekontoer
Vi forplikter oss til datasikkerhet for alle våre kunder. Nå kan institusjoner gi og begrense tilgang til Snowflake-tjenestekontoer til bestemte IP-adresser. Dette reduserer risikoen for uautorisert tilgang til sensitive data.
Med en begrenset IP-adresse vil ikke brukere kunne få tilgang til en Snowflake-tjenestekonto eller endre et Snowflake-kontopassord.
Tjenestekontoer er kontoer som logger på Snowflake med et brukernavn og passord.
Bilde 1. Tjenestekonto på Snowflake-påloggingssiden.
Du kan tillate og begrense en spesifikk IP-adresse eller et område med IP-adresser
Denne eksempelspørringen tillater en spesifikk IP-adresse (1.1.1.1) og begrenser et område med IP-adresser (fra 192.168.1.0 til 192.168.1.255) for en tjenestekonto kalt SVC_BLACKBOARD_DATA.
BRUK ROLLE BBDATA_USER_ROLE;
ENDRE NETTVERKSRETNINGSLINJER NP_SVC_BLACKBOARD_DATA angi ALLOWED_IP_LIST = ('1.1.1.1');
ENDRE NETTVERKSRETNINGSLINJER NP_SVC_BLACKBOARD_DATA angi BLOCKED_IP_LIST = ('192.168.1.0/24');
Bilde 2: Send spørringer i Snowflake for å tillate en spesifikk IP-adresse og begrense et område med IP-adresser.
Du finner flere eksempler på IP-adressebegrensning på hjelpesiden for IP-adressebegrensning.
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 July 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-06-21 | Added | CDM_CRM | Anthology Reach | A new canonical sub-model for CRM data, to be populated with data from Anthology Reach CRM in a later release. |
Blackboard Data Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 July 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-06-21 | Added | CDM_CRM | Anthology Reach | A new canonical sub-model for CRM data, to be populated with data from Anthology Reach CRM in a later release. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 30 April 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-04-17 | Added | CDM_LMS-COURSE_ITEM-AI_STATUS | LEARN. AI_STATE | A new column in the CDM_LMS-COURSE_ITEM table with an indicator that defines the AI Design Assistant use. The PERSON_ID field needs to be populated with the ID of the user who accepted the AI-generated content |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 26 March 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-02-27 | Changed | CDM_LMS.GRADE | LEARN.GRADE | The logic was updated, ensuring that all calculated grades are now available in the Canonical Data Model. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 24 January 2024
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2024-01-19 | Added | CDM_LMS-PERSON-JOB_TITLE | LEARN.USERS.JOB_TITLE | A new column in the CDM_LMS_PERSON table with the job of the person was added. |
2024-01-19 | Added | CDM_LMS-PERSON-DEPARTMENT | LEARN.USERS.DEPARTMENT | A new column in the CDM_LMS_PERSON table with the department the person is part of was added. |
2024-01-19 | Added | CDM_LMS-PERSON-COMPANY | LEARN.USERS.COMPANY | A new column in the CDM_LMS_PERSON table with the company the person is part of was added. |
2023-12-21 | Added | DATA_SRC_BATCHUID | DATA_SOURCE | A new element to the stage attribute of the PERSON and COURSE tables was added to include the BATCH_UID from the DATA_SOURCE table. |
Illuminate Developer Canonical Data Model changes
Continuous Delivery | Release to Production 15 November 2023
Developer, CDM Changes, Data Dictionary
Date (YYYY-MM-DD) | Status | Entry | Source | Description |
---|---|---|---|---|
2023-10-25 |
Added | CDM_LMS.ATTEMPT |
LEARN.ATTEMPT |
A new table that displays information about attempts on course items, such as assignments, blogs, or wikis. |
2023-10-25 |
Changed |
LEARN.ATTEMPT |
Updated with calculations from LEARN.ATTEMPT table. |