From b43a796a87770ad935fa0ded318c6def32ceecd3 Mon Sep 17 00:00:00 2001 From: vthiery Date: Mon, 9 Mar 2026 17:49:25 +0100 Subject: [PATCH] Fix table references in sentinelone_agent and sentinelone_alert documentation --- docs/tables/sentinelone_agent.md | 4 ++-- docs/tables/sentinelone_alert.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tables/sentinelone_agent.md b/docs/tables/sentinelone_agent.md index 6bee93a..68d58d2 100644 --- a/docs/tables/sentinelone_agent.md +++ b/docs/tables/sentinelone_agent.md @@ -21,7 +21,7 @@ select account_id, computer_name, agent_version, - os_name, + os_name from sentinelone_agent; ``` @@ -31,7 +31,7 @@ select account_id, computer_name, agent_version, - os_name, + os_name from sentinelone_agent; ``` diff --git a/docs/tables/sentinelone_alert.md b/docs/tables/sentinelone_alert.md index d2cba74..26d3652 100644 --- a/docs/tables/sentinelone_alert.md +++ b/docs/tables/sentinelone_alert.md @@ -78,7 +78,7 @@ select incident_status, created_at from - sentinelone_alerts + sentinelone_alert where incident_status = 'open' and created_at >= (current_timestamp - interval '4 days') @@ -94,7 +94,7 @@ select incident_status, created_at from - sentinelone_alerts + sentinelone_alert where incident_status = 'open' and created_at >= datetime('now', '-4 days')