자세히 알아보려면 기능 목록을 필터링하십시오.
새 릴리즈 노트가 게시될 때 이메일로 업데이트 내용을 받아보려면 이 페이지를 팔로우하십시오.
Illuminate 2024년 9월 릴리즈
지속적 전달 | 프로덕션 릴리즈 2024년 9월 5일
개발자, 보안
Snowflake 서비스 계정에 대해 활성화된 IP 주소 제한
자료범위: Illuminate 포함 및 향상된 보고 모듈
영향받는 사용자: Illuminate의 개발자 역할 및 Snowflake의 BBDATA_USER_ROLE이 있는 사용자
관련 주제: Snowflake 서비스 계정에 대한 IP 주소 제한
당사는 모든 고객의 데이터 보안을 위해 최선을 다하고 있습니다. 이제 교육기관에서는 Snowflake 서비스 계정에 대한 접근 권한을 특정 IP 주소에 부여하거나 제한할 수 있습니다. 이렇게 하면 민감한 데이터에 대한 무단 접근의 위험을 줄일 수 있습니다.
제한된 IP 주소를 사용하는 경우 사용자가 Snowflake 서비스 계정에 접근하거나 Snowflake 계정 비밀번호를 변경할 수 없습니다.
서비스 계정은 사용자 ID와 비밀번호로 Snowflake에 로그인하는 계정입니다.
이미지 1. Snowflake 로그인 페이지의 서비스 계정.
특정 IP 주소 또는 IP 주소 범위를 허용하고 제한할 수 있습니다
이 예제 쿼리는 SVC_BLACKBOARD_DATA라는 서비스 계정에 대해 특정 IP 주소(1.1.1.1)를 허용하고 IP 주소 범위(192.168.1.0~192.168.1.255)를 제한합니다.
USE ROLE BBDATA_USER_ROLE;
ALTER NETWORK POLICY NP_SVC_BLACKBOARD_DATA set ALLOWED_IP_LIST = ('1.1.1.1');
ALTER NETWORK POLICY NP_SVC_BLACKBOARD_DATA set BLOCKED_IP_LIST = ('192.168.1.0/24');
이미지 2: 특정 IP 주소를 허용하고 IP 주소 범위를 제한하는 Snowflake의 쿼리.
IP 주소 제한 도움말 페이지에 더 많은 IP 주소 제한의 예가 있습니다.
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. |