機能一覧をフィルタリングして、詳細を確認します。

このページの手順に従って、最新のリリースノートが公開されるとEメールでお知らせが届くように設定してください。


Illuminate 2024年9月リリース

継続的な配信 | リリースの提供開始 : 2024年9月5日
開発者、セキュリティ

SnowflakeサービスアカウントのIPアドレス制限が有効化

範囲 : Illuminate Included およびEnhancedレポーティングモジュール
影響を受けるユーザ : Illuminateで開発者ロールを持つユーザ、SnowflakeでBBDATA_USER_ROLEを持つユーザ
関連トピック : SnowflakeサービスアカウントのIPアドレス制限

当社は、すべてのクライアントのデータセキュリティに取り組んでいます。教育機関は、特定のIPアドレスにSnowflakeサービスアカウントへのアクセスを許可/制限できるようになりました。これにより、機密データへの不正アクセスのリスクが軽減されます。

IPアドレスが制限されているユーザは、Snowflakeサービスアカウントにアクセスしたり、Snowflakeアカウントのパスワードを変更したりすることはできません。

サービス アカウントとは、ユーザ名とパスワードを使用してSnowflakeにサインインするアカウントです。 

画像1. Snowflakeサインインページのサービスアカウント。

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

特定の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でのクエリ。

Worksheets tab in Snowflake

IPアドレス制限のその他の例については、IPアドレス制限のヘルプページを参照してください。


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.