Filtre a lista de recursos para saber mais.

Siga esta página para receber atualizações por e-mail quando novas notas da versão forem publicadas


[

Illuminate Developer Canonical Data Model changes

Continuous Delivery | Release to Production 14 April 2025
Developer, CDM Changes, Data Dictionary

 

Blackboard SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2025-04-14ModifiedCDM_TLM-ULTRA_EVENTS-EVENT_TYPEBLACKBOARD_DATA.CDM_TLM.ULTRA_EVENTS.EVENT_TYPEAdded 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.

Versão do Illuminate de setembro de 2024

Entrega contínua | Versão para produção em 5 de setembro de 2024
Desenvolvedor, segurança

Restrição do endereço IP habilitada para as contas de serviço do Snowflake

Cobertura: Módulo de relatórios incluído e aprimorado do Illuminate 
Usuários afetados: Usuários com função de desenvolvedor no Illuminate e BBDATA_USER_ROLE no Snowflake
Tópicos relacionados: Restrição de endereço IP para as contas de serviço do Snowflake 

Estamos comprometidos com a segurança de dados para todos os nossos clientes. Agora, as instituições podem conceder e restringir o acesso às contas de serviço do Snowflake para endereços IP específicos. O objetivo é reduzir o risco do acesso não autorizado aos dados confidenciais.

Com um endereço IP restrito, os usuários não poderão acessar uma conta de serviço do Snowflake nem alterar a senha de uma conta do Snowflake. 

Contas de serviço são aquelas que fazem login no Snowflake com um nome de usuário e senha. 

Imagem 1. Conta de serviço na página de login do Snowflake.

Sign in to Snowflake screen with user name and password fields highlighted

Você pode permitir e restringir um endereço IP específico ou um intervalo de endereços IP

A consulta do exemplo permite um endereço IP específico (1.1.1.1) e restringe um intervalo (de 192.168.1.0 a 192.168.1.255) para uma conta de serviço chamada SVC_BLACKBOARD_DATA. 

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'); 

Imagem 2: consulta no Snowflake para permitir um endereço IP específico e restringir um intervalo de endereços IP.

Worksheets tab in Snowflake

Você pode encontrar mais exemplos da restrição do endereço IP na respectiva página de ajuda.


Illuminate Developer Canonical Data Model changes

Continuous Delivery | Release to Production 24 July 2024
Developer, CDM Changes, Data Dictionary

Blackboard Learn SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2024-06-21 AddedCDM_CRMAnthology ReachA 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

Blackboard Learn SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2024-06-21AddedCDM_CRMAnthology ReachA 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

 

Blackboard Learn SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2024-04-17 AddedCDM_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

 

Blackboard Learn SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2024-02-27 ChangedCDM_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

 

Blackboard Learn SaaS CD Releases
Date (YYYY-MM-DD)StatusEntrySourceDescription
2024-01-19AddedCDM_LMS-PERSON-JOB_TITLELEARN.USERS.JOB_TITLEA new column in the CDM_LMS_PERSON table with the job of the person was added.
2024-01-19AddedCDM_LMS-PERSON-DEPARTMENTLEARN.USERS.DEPARTMENTA new column in the CDM_LMS_PERSON table with the department the person is part of was added.
2024-01-19AddedCDM_LMS-PERSON-COMPANYLEARN.USERS.COMPANYA new column in the CDM_LMS_PERSON table with the company the person is part of was added.
2023-12-21AddedDATA_SRC_BATCHUIDDATA_SOURCEA 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

 

Blackboard Learn SaaS CD Releases
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

CDM_LMS.GRADE

LEARN.ATTEMPT

Updated with calculations from LEARN.ATTEMPT table.