@thinkingai/ae-cli 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -13
- package/dist/auth-BQC5DBE7.js +19 -0
- package/dist/auth-DXKYLMO7.js +81 -0
- package/dist/chunk-3CDLNXTD.js +218 -0
- package/dist/chunk-53FNNCZW.js +174 -0
- package/dist/chunk-EBFUVWIZ.js +127 -0
- package/dist/chunk-ZYXIGPG7.js +148 -0
- package/dist/client-T4VODLA6.js +16 -0
- package/dist/community-FVDAWGS4.js +684 -0
- package/dist/config-V7AXKDMB.js +242 -0
- package/dist/index.js +16 -15
- package/dist/raw-G3GKHAPZ.js +61 -0
- package/dist/te-analysis-CHFTDN55.js +871 -0
- package/dist/te-audience-M6LQY6M7.js +350 -0
- package/dist/te-common-BLQ7DVGC.js +144 -0
- package/dist/te-dataops-V4OTKY35.js +1853 -0
- package/dist/te-engage-DXE4R5EW.js +1470 -0
- package/dist/te-meta-FMM7KCVI.js +479 -0
- package/package.json +7 -5
- package/skills/te-analysis/SKILL.md +10 -10
- package/skills/te-analysis/references/build-entity-details-sql.md +10 -10
- package/skills/te-analysis/references/build-event-details-sql.md +10 -10
- package/skills/te-analysis/references/create-alert.md +4 -4
- package/skills/te-analysis/references/create-dashboard.md +4 -4
- package/skills/te-analysis/references/create-or-update-dashboard-note.md +4 -4
- package/skills/te-analysis/references/create-public-access-link.md +4 -4
- package/skills/te-analysis/references/create-report.md +10 -10
- package/skills/te-analysis/references/create-result-cluster.md +4 -4
- package/skills/te-analysis/references/drilldown-user-events.md +6 -6
- package/skills/te-analysis/references/drilldown-users.md +4 -4
- package/skills/te-analysis/references/get-alert-definition-schema.md +3 -3
- package/skills/te-analysis/references/get-alert.md +3 -3
- package/skills/te-analysis/references/get-analysis-query-schema.md +4 -4
- package/skills/te-analysis/references/get-filter-schema.md +3 -3
- package/skills/te-analysis/references/get-groupby-schema.md +3 -3
- package/skills/te-analysis/references/get-report-definition.md +3 -3
- package/skills/te-analysis/references/get-table-columns.md +3 -3
- package/skills/te-analysis/references/list-alerts.md +4 -4
- package/skills/te-analysis/references/list-dashboards.md +4 -4
- package/skills/te-analysis/references/list-public-access-links.md +3 -3
- package/skills/te-analysis/references/list-reports.md +4 -4
- package/skills/te-analysis/references/load-filters.md +4 -4
- package/skills/te-analysis/references/query-adhoc.md +10 -10
- package/skills/te-analysis/references/query-dashboard-detail.md +3 -3
- package/skills/te-analysis/references/query-dashboard-report-data.md +9 -9
- package/skills/te-analysis/references/query-entity-details.md +10 -10
- package/skills/te-analysis/references/query-event-details.md +10 -10
- package/skills/te-analysis/references/query-report-data.md +11 -11
- package/skills/te-analysis/references/update-alert.md +4 -4
- package/skills/te-analysis/references/update-dashboard.md +4 -4
- package/skills/te-analysis/references/update-public-access-link.md +4 -4
- package/skills/te-audience/SKILL.md +5 -5
- package/skills/te-audience/references/create-cluster.md +10 -10
- package/skills/te-audience/references/create-tag.md +10 -10
- package/skills/te-audience/references/get-cluster-definition-schema.md +9 -9
- package/skills/te-audience/references/get-clusters-by-name.md +3 -3
- package/skills/te-audience/references/get-tag-definition-schema.md +3 -3
- package/skills/te-audience/references/get-tags-by-name.md +3 -3
- package/skills/te-audience/references/list-cluster-members.md +4 -4
- package/skills/te-audience/references/list-clusters.md +4 -4
- package/skills/te-audience/references/list-tag-members.md +4 -4
- package/skills/te-audience/references/list-tags.md +4 -4
- package/skills/te-audience/references/refresh-cluster.md +3 -3
- package/skills/te-audience/references/refresh-tag.md +3 -3
- package/skills/te-audience/references/update-cluster.md +9 -9
- package/skills/te-audience/references/update-tag.md +10 -10
- package/skills/te-common/SKILL.md +2 -2
- package/skills/te-common/references/get-resource-url.md +5 -5
- package/skills/te-common/references/list-projects.md +3 -3
- package/skills/te-community/SKILL.md +61 -69
- package/skills/te-community/references/community-activity-analysis.md +43 -43
- package/skills/te-community/references/community-analyzing-official-content.md +47 -47
- package/skills/te-community/references/community-analyzing-theme-comment.md +87 -87
- package/skills/te-community/references/community-character-analysis.md +44 -44
- package/skills/te-community/references/community-daily-report.md +56 -53
- package/skills/te-community/references/community-hottopic-insight.md +81 -87
- package/skills/te-community/references/community-weekly-report.md +54 -53
- package/skills/te-community/references/get_channel_info.md +9 -9
- package/skills/te-community/references/get_comment_tag_analysis.md +15 -15
- package/skills/te-community/references/get_comments_summary.md +15 -15
- package/skills/te-community/references/get_corpus_tags.md +9 -9
- package/skills/te-community/references/get_daily_summary.md +10 -10
- package/skills/te-community/references/get_hot_topics.md +12 -12
- package/skills/te-community/references/get_livestream_analysis.md +9 -9
- package/skills/te-community/references/get_livestream_detail.md +19 -19
- package/skills/te-community/references/get_livestream_list.md +13 -13
- package/skills/te-community/references/get_livestream_overview.md +11 -11
- package/skills/te-community/references/get_livestream_room_metrics.md +12 -12
- package/skills/te-community/references/get_livestream_rooms.md +12 -12
- package/skills/te-community/references/get_overview_metrics.md +12 -12
- package/skills/te-community/references/get_post_detail.md +21 -21
- package/skills/te-community/references/get_risk_content.md +23 -23
- package/skills/te-community/references/get_sentiment_overview.md +16 -16
- package/skills/te-community/references/get_tag_trends.md +13 -13
- package/skills/te-community/references/get_topic_detail.md +12 -12
- package/skills/te-community/references/search_posts.md +26 -26
- package/skills/te-dataops/SKILL.md +390 -392
- package/skills/te-dataops/references/dataops-flow-create.md +87 -87
- package/skills/te-dataops/references/dataops-flow-monitor.md +65 -65
- package/skills/te-dataops/references/dataops-integration.md +90 -85
- package/skills/te-dataops/references/dataops-query.md +58 -58
- package/skills/te-dataops/references/dataops-table.md +63 -63
- package/skills/te-engage/SKILL.md +103 -103
- package/skills/te-engage/references/add-approver.md +11 -11
- package/skills/te-engage/references/add-channel.md +34 -34
- package/skills/te-engage/references/approver-list.md +8 -8
- package/skills/te-engage/references/cancel-query-by-request-id.md +10 -10
- package/skills/te-engage/references/channel-detail.md +13 -13
- package/skills/te-engage/references/channel-list.md +15 -15
- package/skills/te-engage/references/config-channel-detail.md +10 -10
- package/skills/te-engage/references/config-channel-list.md +11 -11
- package/skills/te-engage/references/config-item-analysis-report.md +21 -21
- package/skills/te-engage/references/config-item-detail.md +10 -10
- package/skills/te-engage/references/config-item-list.md +8 -8
- package/skills/te-engage/references/config-item-strategy-comparison.md +14 -14
- package/skills/te-engage/references/config-item-trigger-report.md +26 -26
- package/skills/te-engage/references/copy-config-template.md +16 -16
- package/skills/te-engage/references/delete-channel.md +11 -11
- package/skills/te-engage/references/delete-config-channel.md +11 -11
- package/skills/te-engage/references/delete-config-item.md +12 -12
- package/skills/te-engage/references/delete-flow.md +11 -11
- package/skills/te-engage/references/flow-ab-split-node-report.md +29 -29
- package/skills/te-engage/references/flow-detail.md +19 -19
- package/skills/te-engage/references/flow-list.md +8 -8
- package/skills/te-engage/references/flow-node-config-schema.md +11 -11
- package/skills/te-engage/references/flow-node-detail-report.md +30 -30
- package/skills/te-engage/references/flow-node-overview-report.md +27 -27
- package/skills/te-engage/references/flow-process-report.md +32 -32
- package/skills/te-engage/references/manage-flow.md +44 -44
- package/skills/te-engage/references/manage-strategy.md +37 -37
- package/skills/te-engage/references/manage-task.md +20 -20
- package/skills/te-engage/references/modify-flow-base-info.md +14 -14
- package/skills/te-engage/references/save-flow.md +264 -263
- package/skills/te-engage/references/strategy-detail.md +16 -16
- package/skills/te-engage/references/strategy-list.md +10 -10
- package/skills/te-engage/references/task-data-detail.md +47 -47
- package/skills/te-engage/references/task-data-overview.md +23 -23
- package/skills/te-engage/references/task-detail.md +18 -18
- package/skills/te-engage/references/task-experiment-report.md +26 -26
- package/skills/te-engage/references/task-list.md +35 -35
- package/skills/te-engage/references/task-metric-detail.md +31 -31
- package/skills/te-engage/references/task-stats.md +31 -31
- package/skills/te-engage/references/update-channel-status.md +13 -13
- package/skills/te-engage/references/update-config-channel-status.md +14 -14
- package/skills/te-engage/references/validate-flow-node-config.md +15 -15
- package/skills/te-engage/references/whitelist-list.md +8 -8
- package/skills/te-meta/SKILL.md +5 -5
- package/skills/te-meta/references/batch-create-metadata.md +4 -4
- package/skills/te-meta/references/batch-edit-metadata.md +3 -3
- package/skills/te-meta/references/create-metric.md +12 -12
- package/skills/te-meta/references/create-project-mark-time.md +4 -4
- package/skills/te-meta/references/create-virtual-event.md +10 -10
- package/skills/te-meta/references/create-virtual-property.md +8 -8
- package/skills/te-meta/references/delete-project-mark-times.md +3 -3
- package/skills/te-meta/references/delete-track-items.md +3 -3
- package/skills/te-meta/references/get-metric.md +3 -3
- package/skills/te-meta/references/get-project-config.md +3 -3
- package/skills/te-meta/references/get-track-program.md +3 -3
- package/skills/te-meta/references/list-entities.md +4 -4
- package/skills/te-meta/references/list-events.md +4 -4
- package/skills/te-meta/references/list-metrics.md +4 -4
- package/skills/te-meta/references/list-project-mark-times.md +4 -4
- package/skills/te-meta/references/list-project-users.md +3 -3
- package/skills/te-meta/references/list-properties.md +4 -4
- package/skills/te-meta/references/save-track-items.md +3 -3
- package/skills/te-meta/references/update-metric.md +10 -10
- package/skills/te-meta/references/update-project-mark-time.md +4 -4
- package/skills/te-shared/SKILL.md +8 -8
- package/skills/te-community/references/community-release-analysis.md +0 -79
- package/skills/te-dataops/references/dataops-operations.md +0 -107
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +build_event_details_sql (generate event detail SQL)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -17,16 +17,16 @@ Domain: **Event Detail SQL Queries**
|
|
|
17
17
|
- Do not generate final `filters` / `properties` until the above docs have been read and the prerequisite commands have been called.
|
|
18
18
|
|
|
19
19
|
## Prerequisite Call Chain (required for filters/properties)
|
|
20
|
-
1. Read `get-filter-schema.md`, then call `
|
|
21
|
-
2. Read `list-events.md`, then call `
|
|
22
|
-
3. Read `list-properties.md`, then call `
|
|
20
|
+
1. Read `get-filter-schema.md`, then call `ae-cli analysis +get_filter_schema` to get the filter structure.
|
|
21
|
+
2. Read `list-events.md`, then call `ae-cli analysis_meta +list_events --project_id 1` to confirm available event names.
|
|
22
|
+
3. Read `list-properties.md`, then call `ae-cli analysis_meta +list_properties --project_id 1` to get available properties.
|
|
23
23
|
4. Build `filters` / `properties` based on the schema and metadata, then call `+build_event_details_sql`.
|
|
24
24
|
|
|
25
25
|
## Commands
|
|
26
26
|
```bash
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
ae-cli analysis +build_event_details_sql --project_id 1 --event_name login --start_time '2026-04-08 00:00:00' --end_time '2026-04-08 23:59:59'
|
|
28
|
+
ae-cli analysis +build_event_details_sql --project_id 1 --event_name login --relative_date_range 0-7 --filters '{}' --properties '{}' --sort_by time --sort_order desc --limit 100 --zone_offset 8
|
|
29
|
+
ae-cli analysis +build_event_details_sql --dry-run
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Parameters
|
|
@@ -37,8 +37,8 @@ te-cli te_analysis +build_event_details_sql --dry-run
|
|
|
37
37
|
| `--start_time` | No | Start time. Format: yyyy-MM-dd HH:mm:ss |
|
|
38
38
|
| `--end_time` | No | End time. Format: yyyy-MM-dd HH:mm:ss |
|
|
39
39
|
| `--relative_date_range` | No | Optional relative date range in m-n format. For example, 0-7 means the most recent 7 days including today. Use either this field or start_time/end_time. |
|
|
40
|
-
| `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `
|
|
41
|
-
| `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `
|
|
40
|
+
| `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
|
|
41
|
+
| `--properties` | No | Optional display properties JSON, for example `[{"columnName":"#user_id","tableType":"0"},{"columnName":"device_id","tableType":"0"}]`. If provided, property names should come from `analysis_meta +list_properties` in the same `project_id`. |
|
|
42
42
|
| `--sort_by` | No | Optional sort field |
|
|
43
43
|
| `--sort_order` | No | Optional sort order. Supported values: asc and desc |
|
|
44
44
|
| `--limit` | No | Optional result limit. Default: 100 |
|
|
@@ -57,5 +57,5 @@ te-cli te_analysis +build_event_details_sql --dry-run
|
|
|
57
57
|
- If `Invalid JSON` appears, first check the required filter schema fields, then verify that the event name/property name comes from metadata queried in the same `project_id`.
|
|
58
58
|
|
|
59
59
|
## Recommended Chaining
|
|
60
|
-
- +get_filter_schema ->
|
|
60
|
+
- +get_filter_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +build_event_details_sql
|
|
61
61
|
- +query_entity_details -> +query_event_details -> +build_event_details_sql
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_alert (Create Alert)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -16,13 +16,13 @@ Domain: **Metadata queries**
|
|
|
16
16
|
|
|
17
17
|
## Prerequisite call chain (required for constructing definition)
|
|
18
18
|
1. Read `get-alert-definition-schema.md` to understand the return structure of `+get_alert_definition_schema`.
|
|
19
|
-
2. Call `ae-cli
|
|
19
|
+
2. Call `ae-cli analysis +get_alert_definition_schema` to get the schema.
|
|
20
20
|
3. Build `definition` from the schema, then call `+create_alert`.
|
|
21
21
|
|
|
22
22
|
## Command
|
|
23
23
|
```bash
|
|
24
|
-
ae-cli
|
|
25
|
-
ae-cli
|
|
24
|
+
ae-cli analysis +create_alert --project_id 1 --definition '{}'
|
|
25
|
+
ae-cli analysis +create_alert --dry-run
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_dashboard (create dashboard)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -12,9 +12,9 @@ Domain: **Dashboard Management**
|
|
|
12
12
|
|
|
13
13
|
## Commands
|
|
14
14
|
```bash
|
|
15
|
-
ae-cli
|
|
16
|
-
ae-cli
|
|
17
|
-
ae-cli
|
|
15
|
+
ae-cli analysis +create_dashboard --project_id 1 --dashboard_name demo
|
|
16
|
+
ae-cli analysis +create_dashboard --project_id 1 --dashboard_name demo --space_id 1 --folder_id 1 --initial_report_id 1 --note_title demo --note_content demo --note_style '{}'
|
|
17
|
+
ae-cli analysis +create_dashboard --project_id 1 --dashboard_name demo --dry-run
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_or_update_dashboard_note (Maintain Dashboard Note)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -10,9 +10,9 @@ Domain: **Dashboard management**
|
|
|
10
10
|
|
|
11
11
|
## Command
|
|
12
12
|
```bash
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ae-cli analysis +create_or_update_dashboard_note --project_id 1 --dashboard_id 1 --note_title demo
|
|
14
|
+
ae-cli analysis +create_or_update_dashboard_note --project_id 1 --dashboard_id 1 --note_id 1 --note_title demo --description demo --ui_config '{}'
|
|
15
|
+
ae-cli analysis +create_or_update_dashboard_note --dry-run
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_public_access_link (create public access link)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -11,9 +11,9 @@ Domain: **Dashboard Management**
|
|
|
11
11
|
|
|
12
12
|
## Commands
|
|
13
13
|
```bash
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
ae-cli analysis +create_public_access_link --project_id 1 --resource_type dashboard --resource_id 1 --access_controls '{}' --effective_at "2026-04-09 10:00:00" --expires_at "2026-04-10 10:00:00"
|
|
15
|
+
ae-cli analysis +create_public_access_link --project_id 1 --company_id 1 --resource_type dashboard --resource_id 1 --access_controls '{}' --remark demo --effective_at "2026-04-09 10:00:00" --expires_at "2026-04-10 10:00:00"
|
|
16
|
+
ae-cli analysis +create_public_access_link --dry-run
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_report (Create Report)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ Domain: **Report management**
|
|
|
6
6
|
|
|
7
7
|
## Use Cases
|
|
8
8
|
- Precondition helper: call `+get_analysis_query_schema` to get the structure before using this tool.
|
|
9
|
-
- When constructing a real `analysis_query`, you must supplement it with real project metadata; first call `
|
|
9
|
+
- When constructing a real `analysis_query`, you must supplement it with real project metadata; first call `analysis_meta +list_events` and `analysis_meta +list_properties`.
|
|
10
10
|
- Create and persist a new report definition. Returns the new report ID and name without querying data or modifying existing reports.
|
|
11
11
|
|
|
12
12
|
## Mandatory prerequisites (MUST)
|
|
@@ -18,16 +18,16 @@ Domain: **Report management**
|
|
|
18
18
|
|
|
19
19
|
## Prerequisite call chain (required for constructing analysis_query)
|
|
20
20
|
1. First determine `--model_type`.
|
|
21
|
-
2. Read `get-analysis-query-schema.md`, then call `
|
|
22
|
-
3. Read `list-events.md`, then call `
|
|
23
|
-
4. Read `list-properties.md`, then call `
|
|
21
|
+
2. Read `get-analysis-query-schema.md`, then call `ae-cli analysis +get_analysis_query_schema --model_type <model_type>` to get the structure.
|
|
22
|
+
3. Read `list-events.md`, then call `ae-cli analysis_meta +list_events --project_id 1`.
|
|
23
|
+
4. Read `list-properties.md`, then call `ae-cli analysis_meta +list_properties --project_id 1`.
|
|
24
24
|
5. Build `analysis_query` from the schema + metadata, then call `+create_report`.
|
|
25
25
|
|
|
26
26
|
## Command
|
|
27
27
|
```bash
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
ae-cli analysis +create_report --project_id 1 --report_name demo --model_type event --analysis_query '{}'
|
|
29
|
+
ae-cli analysis +create_report --project_id 1 --report_name demo --model_type event --analysis_query '{}' --description demo --cache_seconds 8 --query_duration_ms 8 --dashboard_ids '[]'
|
|
30
|
+
ae-cli analysis +create_report --dry-run
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Parameters
|
|
@@ -36,7 +36,7 @@ te-cli te_analysis +create_report --dry-run
|
|
|
36
36
|
| `--project_id` / `-p` | Yes | Project ID |
|
|
37
37
|
| `--report_name` | Yes | Report name. Length: 1-80 characters |
|
|
38
38
|
| `--model_type` | Yes | Report model type. Supported values: event, retention, funnel, prop_analysis, path, distribution, sql, interval, attribution |
|
|
39
|
-
| `--analysis_query` | Yes | Report analysis query JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `
|
|
39
|
+
| `--analysis_query` | Yes | Report analysis query JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `analysis_meta +list_events` / `analysis_meta +list_properties` in the same `project_id`. |
|
|
40
40
|
| `--description` | No | Optional report description |
|
|
41
41
|
| `--cache_seconds` | No | Optional cache duration in seconds |
|
|
42
42
|
| `--query_duration_ms` | No | Optional query duration in milliseconds |
|
|
@@ -56,5 +56,5 @@ te-cli te_analysis +create_report --dry-run
|
|
|
56
56
|
- If the result after writing does not match expectations, immediately read back the corresponding list/get interface to compare before and after.
|
|
57
57
|
|
|
58
58
|
## Recommended chaining
|
|
59
|
-
- +get_analysis_query_schema ->
|
|
59
|
+
- +get_analysis_query_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +create_report
|
|
60
60
|
- +list_reports -> +get_report_definition -> +query_report_data
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +create_result_cluster (create result cluster)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -27,9 +27,9 @@ Domain: **Model Analysis**
|
|
|
27
27
|
|
|
28
28
|
## Commands
|
|
29
29
|
```bash
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
ae-cli analysis +create_result_cluster --project_id 1 --cluster_name demo --model_type event --qp '{}'
|
|
31
|
+
ae-cli analysis +create_result_cluster --project_id 1 --cluster_name demo --display_name demo --model_type event --qp '{}' --zone_offset 8 --drilldown_date 2026-04-08 --drilldown_groups '[]' --event_index 8 --is_lost true --retention_days 8 --is_churned_user true --funnel_step 8 --interval demo --distribution_bucket 8 --compare_index 8 --include_total true --relation_val demo
|
|
32
|
+
ae-cli analysis +create_result_cluster --dry-run
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +drilldown_user_events (Single-User Event Sequence Drilldown)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -25,14 +25,14 @@ Domain: **Model analysis**
|
|
|
25
25
|
## Prerequisite call chain (required for executing single-user event drilldown)
|
|
26
26
|
1. First execute `+drilldown_users` and obtain the target user and drilldown context.
|
|
27
27
|
2. Confirm the `user_id`, candidate events, and target discrete time points from the previous step result.
|
|
28
|
-
3. If additional property display is needed, first call `
|
|
28
|
+
3. If additional property display is needed, first call `analysis_meta +list_properties --project_id 1` to verify property names.
|
|
29
29
|
4. Call `+drilldown_user_events` to query the event sequence.
|
|
30
30
|
|
|
31
31
|
## Command
|
|
32
32
|
```bash
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
ae-cli analysis +drilldown_user_events --project_id 1 --user_id u_123 --event_names '["login"]' --target_dates '["2026-04-08 00:00:00"]'
|
|
34
|
+
ae-cli analysis +drilldown_user_events --project_id 1 --user_id u_123 --event_names '["login"]' --target_dates '["2026-04-08 00:00:00"]' --zone_offset 8 --use_cache true --page_num 1 --page_size 100
|
|
35
|
+
ae-cli analysis +drilldown_user_events --dry-run
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## Parameters
|
|
@@ -40,7 +40,7 @@ te-cli te_analysis +drilldown_user_events --dry-run
|
|
|
40
40
|
|---|---|---|
|
|
41
41
|
| `--project_id` / `-p` | Yes | Project ID |
|
|
42
42
|
| `--user_id` | Yes | User ID from drilldown_users. It must come from drilldown_users and must not be guessed. |
|
|
43
|
-
| `--event_names` | Yes | JSON array of event names. Values should come from upstream drilldown context or `
|
|
43
|
+
| `--event_names` | Yes | JSON array of event names. Values should come from upstream drilldown context or `analysis_meta +list_events` in the same `project_id`. |
|
|
44
44
|
| `--target_dates` | Yes | JSON array of discrete target dates from upstream drilldown context. Not a start/end range. |
|
|
45
45
|
| `--zone_offset` | No | Time zone offset. For example, UTC+8 is 8 |
|
|
46
46
|
| `--properties` | No | Optional event properties JSON array |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +drilldown_users (drill down analysis results to users)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -29,9 +29,9 @@ Domain: **Model Analysis**
|
|
|
29
29
|
|
|
30
30
|
## Commands
|
|
31
31
|
```bash
|
|
32
|
-
ae-cli
|
|
33
|
-
ae-cli
|
|
34
|
-
ae-cli
|
|
32
|
+
ae-cli analysis +drilldown_users --project_id 1 --model_type event --qp '{}'
|
|
33
|
+
ae-cli analysis +drilldown_users --project_id 1 --model_type retention --qp '{}' --drilldown_date 2026-04-08 --drilldown_groups '[]' --event_index 8 --is_lost true --retention_days 8 --is_churned_user true --funnel_step 8 --interval demo --distribution_bucket 8 --compare_index 8 --include_total true --relation_val demo
|
|
34
|
+
ae-cli analysis +drilldown_users --dry-run
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_alert_definition_schema (Get Alert Definition Schema)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -13,8 +13,8 @@ Domain: **Metadata queries**
|
|
|
13
13
|
|
|
14
14
|
## Command
|
|
15
15
|
```bash
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
ae-cli analysis +get_alert_definition_schema
|
|
17
|
+
ae-cli analysis +get_alert_definition_schema --dry-run
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_alert (view alert definition)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -9,8 +9,8 @@ Domain: **Metadata Lookup**
|
|
|
9
9
|
|
|
10
10
|
## Commands
|
|
11
11
|
```bash
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
ae-cli analysis +get_alert --project_id 1 --alert_id 1
|
|
13
|
+
ae-cli analysis +get_alert --dry-run
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Parameters
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_analysis_query_schema (Get Analysis Query Schema)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
5
5
|
Domain: **Model schema queries**
|
|
6
6
|
|
|
7
|
-
- This is the documentation for the `+get_analysis_query_schema` command; read it before running `ae-cli
|
|
7
|
+
- This is the documentation for the `+get_analysis_query_schema` command; read it before running `ae-cli analysis +get_analysis_query_schema`.
|
|
8
8
|
- Get the query schema for the specified analysis model type. Different model types use different schema structures. This tool returns field definitions and examples.
|
|
9
9
|
|
|
10
10
|
## Use Cases
|
|
@@ -16,8 +16,8 @@ Domain: **Model schema queries**
|
|
|
16
16
|
|
|
17
17
|
## Command
|
|
18
18
|
```bash
|
|
19
|
-
ae-cli
|
|
20
|
-
ae-cli
|
|
19
|
+
ae-cli analysis +get_analysis_query_schema --model_type event
|
|
20
|
+
ae-cli analysis +get_analysis_query_schema --model_type event --dry-run
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_filter_schema (get filter schema)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -13,8 +13,8 @@ Domain: **Schema Queries**
|
|
|
13
13
|
|
|
14
14
|
## Commands
|
|
15
15
|
```bash
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
ae-cli analysis +get_filter_schema
|
|
17
|
+
ae-cli analysis +get_filter_schema --dry-run
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_groupby_schema (Get Group-By Schema)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -13,8 +13,8 @@ Domain: **Schema queries**
|
|
|
13
13
|
|
|
14
14
|
## Command
|
|
15
15
|
```bash
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
ae-cli analysis +get_groupby_schema
|
|
17
|
+
ae-cli analysis +get_groupby_schema --dry-run
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_report_definition (read report definition)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -11,8 +11,8 @@ Domain: **Report Management**
|
|
|
11
11
|
|
|
12
12
|
## Commands
|
|
13
13
|
```bash
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
ae-cli analysis +get_report_definition --project_id 1 --report_id 1
|
|
15
|
+
ae-cli analysis +get_report_definition --dry-run
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +get_table_columns (Read Underlying Table Columns)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -14,8 +14,8 @@ Domain: **Model analysis**
|
|
|
14
14
|
|
|
15
15
|
## Command
|
|
16
16
|
```bash
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
ae-cli analysis +get_table_columns --project_id 1 --catalog demo --schema demo --table demo
|
|
18
|
+
ae-cli analysis +get_table_columns --dry-run
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +list_alerts (alert strategy search)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -10,9 +10,9 @@ Domain: **Metadata Lookup**
|
|
|
10
10
|
|
|
11
11
|
## Commands
|
|
12
12
|
```bash
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ae-cli analysis +list_alerts --project_id 1
|
|
14
|
+
ae-cli analysis +list_alerts --project_id 1 --query demo
|
|
15
|
+
ae-cli analysis +list_alerts --dry-run
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +list_dashboards (List Dashboards)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -10,9 +10,9 @@ Domain: **Dashboard management**
|
|
|
10
10
|
|
|
11
11
|
## Command
|
|
12
12
|
```bash
|
|
13
|
-
ae-cli
|
|
14
|
-
ae-cli
|
|
15
|
-
ae-cli
|
|
13
|
+
ae-cli analysis +list_dashboards --project_id 1
|
|
14
|
+
ae-cli analysis +list_dashboards --project_id 1 --query demo
|
|
15
|
+
ae-cli analysis +list_dashboards --dry-run
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +list_public_access_links (public link search)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -10,8 +10,8 @@ Domain: **Dashboard Management**
|
|
|
10
10
|
|
|
11
11
|
## Commands
|
|
12
12
|
```bash
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
ae-cli analysis +list_public_access_links --project_id 1
|
|
14
|
+
ae-cli analysis +list_public_access_links --dry-run
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +list_reports (List Reports)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -10,9 +10,9 @@ Domain: **Report management**
|
|
|
10
10
|
|
|
11
11
|
## Command
|
|
12
12
|
```bash
|
|
13
|
-
ae-cli
|
|
14
|
-
ae-cli
|
|
15
|
-
ae-cli
|
|
13
|
+
ae-cli analysis +list_reports --project_id 1
|
|
14
|
+
ae-cli analysis +list_reports --project_id 1 --query demo
|
|
15
|
+
ae-cli analysis +list_reports --dry-run
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +load_filters (load filter candidate values)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Domain: **Model Analysis**
|
|
|
14
14
|
|
|
15
15
|
## Commands
|
|
16
16
|
```bash
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
ae-cli analysis +load_filters --project_id 1 --quot demo --table_type event
|
|
18
|
+
ae-cli analysis +load_filters --project_id 1 --quot demo --table_type event --event_name demo --inputdata demo --zone_offset 8 --cluster_date_policy SPECIFIED --specified_cluster_date 2026-04-08 --is_report true
|
|
19
|
+
ae-cli analysis +load_filters --dry-run
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +query_adhoc (Ad Hoc Analysis Execution)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ Domain: **Model analysis**
|
|
|
6
6
|
|
|
7
7
|
## Use Cases
|
|
8
8
|
- Precondition helper: call `+get_analysis_query_schema` to get the structure before using this tool.
|
|
9
|
-
- When constructing a real `qp`, you must supplement it with real project metadata; first call `
|
|
9
|
+
- When constructing a real `qp`, you must supplement it with real project metadata; first call `analysis_meta +list_events` and `analysis_meta +list_properties`.
|
|
10
10
|
- Event analysis: metrics such as event trigger counts, user counts, sums, averages, and more.
|
|
11
11
|
- Retention analysis: metrics such as user churn and retention.
|
|
12
12
|
- Funnel analysis: metrics such as multi-step conversion.
|
|
@@ -29,16 +29,16 @@ Domain: **Model analysis**
|
|
|
29
29
|
|
|
30
30
|
## Prerequisite call chain (required for constructing qp)
|
|
31
31
|
1. First determine `--model_type`.
|
|
32
|
-
2. Read `get-analysis-query-schema.md`, then call `
|
|
33
|
-
3. Read `list-events.md`, then call `
|
|
34
|
-
4. Read `list-properties.md`, then call `
|
|
32
|
+
2. Read `get-analysis-query-schema.md`, then call `ae-cli analysis +get_analysis_query_schema --model_type <model_type>` to get the structure.
|
|
33
|
+
3. Read `list-events.md`, then call `ae-cli analysis_meta +list_events --project_id 1` to get the available events.
|
|
34
|
+
4. Read `list-properties.md`, then call `ae-cli analysis_meta +list_properties --project_id 1` to get the available properties.
|
|
35
35
|
5. Build `qp` from the schema + metadata, then call `+query_adhoc`.
|
|
36
36
|
|
|
37
37
|
## Command
|
|
38
38
|
```bash
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
ae-cli analysis +query_adhoc --project_id 1 --model_type event --qp '{}'
|
|
40
|
+
ae-cli analysis +query_adhoc --project_id 1 --model_type event --qp '{}' --zone_offset 8 --request_id demo --use_cache true --is_sort_by_columns true --resolve_recent_day true --timeout_minutes 8
|
|
41
|
+
ae-cli analysis +query_adhoc --dry-run
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Parameters
|
|
@@ -46,7 +46,7 @@ te-cli te_analysis +query_adhoc --dry-run
|
|
|
46
46
|
|---|---|---|
|
|
47
47
|
| `--project_id` / `-p` | Yes | Project ID used to identify the analysis project |
|
|
48
48
|
| `--model_type` | Yes | Model type. Supported values: event, retention, funnel, distribution, attribution, heat_map, interval, path, rank_list, prop_analysis, sql. |
|
|
49
|
-
| `--qp` | Yes | Query parameter JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `
|
|
49
|
+
| `--qp` | Yes | Query parameter JSON. MUST call `+get_analysis_query_schema` first, and use event/property metadata from `analysis_meta +list_events` / `analysis_meta +list_properties` in the same `project_id`. |
|
|
50
50
|
| `--request_id` | No | Optional unique request ID used for tracking and deduplication. Generated automatically if omitted. |
|
|
51
51
|
| `--use_cache` | No | Whether to use result cache. Default: true |
|
|
52
52
|
| `--zone_offset` | No | Time zone offset in hours. For example, UTC+8 is 8 and UTC-5 is -5 |
|
|
@@ -67,5 +67,5 @@ te-cli te_analysis +query_adhoc --dry-run
|
|
|
67
67
|
- If the query times out or results are abnormal, first narrow the time range / grouping dimensions, then split the subqueries to locate the issue.
|
|
68
68
|
|
|
69
69
|
## Recommended chaining
|
|
70
|
-
- +get_analysis_query_schema ->
|
|
70
|
+
- +get_analysis_query_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_adhoc
|
|
71
71
|
- +list_events -> +list_properties -> +query_adhoc -> +drilldown_users -> +drilldown_user_events
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +query_dashboard_detail (read dashboard structure)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -13,8 +13,8 @@ Domain: **Dashboard Management**
|
|
|
13
13
|
|
|
14
14
|
## Commands
|
|
15
15
|
```bash
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
ae-cli analysis +query_dashboard_detail --project_id 1 --dashboard_id 1
|
|
17
|
+
ae-cli analysis +query_dashboard_detail --dry-run
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# analysis +query_dashboard_report_data (Batch Query Dashboard Report Data)
|
|
2
2
|
|
|
3
3
|
> **Prerequisite:** Read [`../te-shared/SKILL.md`](../../te-shared/SKILL.md)
|
|
4
4
|
|
|
@@ -18,16 +18,16 @@ Domain: **Dashboard management**
|
|
|
18
18
|
- Do not generate the final `filters` until the documentation review and prerequisite command calls are complete.
|
|
19
19
|
|
|
20
20
|
## Prerequisite call chain (required for constructing filters)
|
|
21
|
-
1. Read `get-filter-schema.md`, then call `
|
|
22
|
-
2. Read `list-events.md`, then call `
|
|
23
|
-
3. Read `list-properties.md`, then call `
|
|
21
|
+
1. Read `get-filter-schema.md`, then call `ae-cli analysis +get_filter_schema` to get the filter structure.
|
|
22
|
+
2. Read `list-events.md`, then call `ae-cli analysis_meta +list_events --project_id 1`.
|
|
23
|
+
3. Read `list-properties.md`, then call `ae-cli analysis_meta +list_properties --project_id 1`.
|
|
24
24
|
4. Build `filters` from the schema + metadata, then call `+query_dashboard_report_data`.
|
|
25
25
|
|
|
26
26
|
## Command
|
|
27
27
|
```bash
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
ae-cli analysis +query_dashboard_report_data --project_id 1 --dashboard_id 1
|
|
29
|
+
ae-cli analysis +query_dashboard_report_data --project_id 1 --dashboard_id 1 --filters '{}' --start_date 2026-04-08 --end_date 2026-04-08 --time_granularity day --use_cache true --report_ids '[1001]'
|
|
30
|
+
ae-cli analysis +query_dashboard_report_data --dry-run
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Parameters
|
|
@@ -35,7 +35,7 @@ te-cli te_analysis +query_dashboard_report_data --dry-run
|
|
|
35
35
|
|---|---|---|
|
|
36
36
|
| `--project_id` / `-p` | Yes | Project ID |
|
|
37
37
|
| `--dashboard_id` / `-d` | Yes | Dashboard ID |
|
|
38
|
-
| `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `
|
|
38
|
+
| `--filters` | No | Optional filter JSON. If provided, MUST follow `+get_filter_schema`, and referenced fields must come from `analysis_meta +list_properties` in the same `project_id`. |
|
|
39
39
|
| `--start_date` | No | Optional start date. Format: yyyy-MM-dd |
|
|
40
40
|
| `--end_date` | No | Optional end date. Format: yyyy-MM-dd |
|
|
41
41
|
| `--time_granularity` | No | Optional time granularity used to override the report default. Supported values: minute, minute5, minute10, hour, day, week, month, quarter, year, total. |
|
|
@@ -56,5 +56,5 @@ te-cli te_analysis +query_dashboard_report_data --dry-run
|
|
|
56
56
|
- If the query times out or results are abnormal, first narrow the time range / grouping dimensions, then split the subqueries to locate the issue.
|
|
57
57
|
|
|
58
58
|
## Recommended chaining
|
|
59
|
-
- +get_filter_schema ->
|
|
59
|
+
- +get_filter_schema -> analysis_meta +list_events -> analysis_meta +list_properties -> +query_dashboard_report_data
|
|
60
60
|
- +list_dashboards -> +query_dashboard_detail -> +query_dashboard_report_data
|