상태에는 데이터 그룹의 현재 상태가 표시됩니다. 상태는 데이터 그룹의 각 행 옆에 색이 지정된 점으로 표시됩니다.
녹색 - 데이터 그룹이 준비 상태에 있습니다.
주황색 — 데이터 그룹이 트리거된 상태에 있거나 데이터 그룹이 최근에 프로덕션에 배포되었고 트리거 검사 주기가 아직 시작되지 않았습니다.
빨간색 — 최근 트리거 검사에서 오류가 발생했거나 데이터 그룹의 LookML에서 오류가 발생했습니다. LookML 버튼을 클릭하여 LookML 모델 파일을 열 수 있습니다.
트리거 값에는 데이터 그룹을 트리거한 sql_trigger 쿼리의 결과가 표시됩니다. 예를 들어 데이터 그룹에서 최대 ETL 로그 ID를 기반으로 SQL 트리거를 사용하면 트리거 값에 데이터 그룹을 트리거한 새 ETL 로그 ID가 표시됩니다.
트리거된 후 경과 시간에는 트리거된 상태의 데이터 그룹에 대해 데이터 그룹이 트리거된 이후 경과된 시간이 표시됩니다. PDT를 다시 빌드하고 데이터 그룹에 의해 트리거된 쿼리를 실행하는 데 걸리는 시간에 대한 정보를 제공합니다. 모든 PDT가 다시 빌드되면 데이터 그룹의 색상이 녹색으로 업데이트되어 데이터 그룹이 준비되었음을 나타내며, 몇 분 후 데이터 그룹이 완료되었기 때문에 트리거된 후 경과 시간 정보가 페이지에서 사라집니다.
트리거 오류는 데이터 그룹 트리거에 대한 오류 정보(예: 데이터 그룹의 SQL 트리거에 있는 구문 오류)를 제공합니다. 오류가 표시되면 LookML 버튼을 클릭하여 LookML 모델 파일을 열고 SQL 구문을 수정할 수 있습니다.
트리거 마지막 확인에는 데이터 그룹의 sql_trigger SQL 쿼리가 마지막으로 실행된 시간이 표시됩니다. 다음 번에 쿼리에서 반환된 값이 다르면 데이터 그룹이 트리거됩니다.
캐시 재설정 시간에는 캐시가 마지막으로 재설정된 시간(데이터 그룹의 캐시된 데이터가 마지막으로 무효화된 시간)이 표시됩니다.
톱니바퀴 메뉴 settings에서 캐시 재설정을 선택하여 해당 데이터 그룹을 사용하는 모든 탐색에 대해 캐시된 결과를 즉시 무효화합니다.
톱니바퀴 메뉴 settings에서 데이터 그룹 트리거를 선택하여 모든 탐색에 대해 캐시된 결과를 무효화하고 해당 데이터 그룹을 사용하여 모든 PDT를 다시 빌드합니다. PDT 재빌드는 연결의 PDT 및 데이터 그룹 유지보수 일정 필드에 지정된 다음 시간(예: 5분 간격)에 따라 시작됩니다. 데이터 그룹을 트리거로 사용하는 Look, 대시보드, LookML 대시보드의 데이터 예약 전송은 트리거된 데이터 그룹이 준비 상태에 도달하면 전송됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Admin settings - Datagroups\n\n[Datagroups](/looker/docs/caching-and-datagroups#specifying_caching_policies_with_datagroup_parameters) let you specify query caching policies and triggers for rebuilding PDTs. If you have [permissions to access the **Datagroups** page](/looker/docs/admin-panel-users-roles#see_datagroups) in the **Database** section of the Admin panel, you'll see a summary of datagroups defined in a model for which they have [data access](/looker/docs/access-control-and-permission-management#controlling_feature_and_data_access).\n| **Note:** If you have a permission that provides access to only select pages in the Admin panel, such as [`manage_schedules`](/looker/docs/admin-panel-users-roles#manage_schedules), [`manage_themes`](/looker/docs/admin-panel-users-roles#manage_themes), or [`see_admin`](/looker/docs/admin-panel-users-roles#see_admin), but you don't have the [Admin role](/looker/docs/admin-panel-users-roles#default_roles), the page or pages that are described here may not be visible to you in the Admin panel.\n\nDatagroup information\n---------------------\n\nThe **Datagroups** page provides the following information for each datagroup:\n\nDepending on the datagroup status, the following detailed information may also appear under the name:\n\n\u003cbr /\u003e\n\n- **Status** shows the current status of the datagroup. The status is also indicated by the colored dots next to each line for the datagroup:\n - **Green** --- The datagroup is in a ready state.\n - **Orange** --- The datagroup is in the triggered state, or the datagroup was recently deployed to production and the trigger check cycle has not yet started.\n - **Red** --- The most recent trigger check errored, or there is an error with the datagroup's LookML. You can click the **LookML** button to open the LookML model file.\n- **Trigger value** shows the result of the [`sql_trigger`](/looker/docs/reference/param-model-datagroup#sql_trigger) query that triggered the datagroup. For example, if a datagroup uses a SQL trigger based on the maximum ETL log ID, the **Trigger value** would show the new ETL log ID that triggered the datagroup.\n- **Triggered since** is displayed for datagroups in the triggered state to show how long it has been since the datagroup was triggered. This provides information on how long it is taking to rebuild PDTs and run the queries that triggered by the datagroup. Once all PDTs are rebuilt, the datagroup's color will update to green to indicate that the datagroup is ready, and after several minutes the **Triggered since** information will disappear from the page since the datagroup is complete.\n- **Trigger error** provides error information for the datagroup triggers, such as a syntax error in the datagroup's SQL trigger. When you see an error, you can click the **LookML** button to open the LookML model file and correct the SQL syntax.\n- **Trigger last checked** shows the last time that the datagroup's `sql_trigger` SQL query was run. If the value returned by the query is different next time, that triggers the datagroup.\n- **Cache reset at** shows the time when the cache was last reset (when the cached data in the datagroup was last invalidated).\n\n\u003cbr /\u003e\n\nDatagroup actions\n-----------------\n\nIf you have the [necessary permissions for updating datagroups](/looker/docs/admin-panel-users-roles#update_datagroups), you can perform the following actions on datagroups from the **Datagroups** Admin page:\n\n1. Click the **LookML** button to open the LookML model file where the datagroup is defined.\n2. Select **Reset Cache** from the gear menu settings to immediately invalidate the cached results for all Explores using that datagroup.\n3. Select **Trigger Datagroup** from the gear menu settings to invalidate the cached results for all Explores and rebuild all PDTs using that datagroup. The PDT rebuild will begin based on the next time specified in the connection's [**PDT and Datagroup Maintenance Schedule**](/looker/docs/connecting-to-your-db#pdt_maintenance_schedule) field, such as every five minutes. Any scheduled data deliveries of [Looks](/looker/docs/delivering-looks-explores#specifying_the_datagroup_trigger), [dashboards](/looker/docs/scheduling-and-sending-dashboards#schedules_triggered_by_datagroup_updates), and [LookML dashboards](/looker/docs/scheduling-and-sending-dashboards#schedules_triggered_by_datagroup_updates) that use the datagroup as a trigger will be sent when the triggered datagroup reaches the ready state."]]