AE DataOps
Operate the AE data-development platform through ae-cli, data warehouse management, flow orchestration, IDE SQL queries, and data integration and sync, upgrading data engineering from manual web operations to command-line-driven end-to-end workflows.
Query console
generatedThe AE DataOps Skill is a data-development-and-operations capability in ThinkingAI's industry Skill library. It helps data engineering teams operate the AE data-development platform through the ae-cli command-line tool, space discovery, data table and view management, flow orchestration (create/schedule/publish/monitor), IDE SQL queries, and data integration and sync, with six modules covering the full data-development lifecycle, upgrading from manually handling data tasks one by one on the web to an efficient command-line-driven workflow. This is ThinkingAI's decade of industry experience, packaged into ready-to-use Skills.
Live walkthrough
dws_pay_user_30d in DEV, refreshing only the day's new payment detailflow_pay_user_30d with CRON 0 0 2 * * ? (daily 02:00)The cleanup is done, and the root cause was more concentrated than expected. The 'paying users in the last 30 days' CTE was computed independently by 13 reports; it's now consolidated into the intermediate table dws_pay_user_30d with a daily task flow attached: the rewritten reports' queries dropped from 2–4 minutes to 5–8 seconds, and once the tag computation switches over it should fall from 4 hours back to under 15 minutes.
1. Task flow status
| Task flow | Schedule | Last run | Duration | Status |
|---|---|---|---|---|
| flow_pay_user_30d (new this run) | Daily 02:00 (0 0 2 * * ?) | Manual first run today 14:32 | 4 min 12 sec | Live in PROD |
| flow_user_tag (tag computation) | Daily 03:00 | Today 03:00 | 4 hr 2 min | Reference rewritten, effective tomorrow |
| flow_mysql_sync (data sync) | Daily 01:00 | Today 01:00 | 11 min 40 sec | Normal |
| flow_report_ads (report processing) | Daily 05:00 | Today 05:00 | 26 min 18 sec | Reference rewritten, effective tomorrow |
2. Cleanup actions this run
0 0 2 * * ?, preview-published to PROD, and the first run succeeded in 4 minutes 12 secondsOn your data
That was a simulated run
Leave your work email and we will run a live walkthrough on your real business data.
The problem
Data development is the foundational engineering of any data system, but over 60% of data engineering teams hit efficiency bottlenecks: creating a data flow requires manually configuring SQL task nodes, dependencies, schedule rules, and CRON expressions, taking 30 minutes on average; post-execution operations are even harder, with a failed task taking 15-20 minutes on average to troubleshoot; and data-integration configuration requires hand-writing JSON with scattered docs, with an error rate over 40%.
What it does
When to use it
Creating a data flow (adding SQL task nodes, configuring dependencies and scheduling, publishing to PROD)
Monitoring flow execution status, viewing task logs, and stopping abnormal instances
Creating a data source and configuring a data-sync plan
Running SQL queries in the IDE or browsing data table structures
Creating a data table or view and publishing it to PROD
Discovering available DataOps spaces and space codes
In the field
FAQ
What is the difference between DEV and PROD?
DEV is the development environment, responsible for creating/modifying tasks and configuring schedules; PROD is the production environment, responsible for formal execution and ops troubleshooting. All creation and modification happen in DEV and are published to PROD via preview.
Why is the CRON format 6 fields?
AE DataOps uses a 6-field format of second minute hour day month weekday, one more "second" field than the standard 5. A common template like `0 0 2 * * ?` means 2 AM daily.
What is the difference from ae-analysis?
ae-analysis handles analysis-side operations (reports/dashboards/ad-hoc queries), while ae-dataops handles data-development-side operations (flow orchestration/SQL development/data sync). The former queries data, the latter builds it.
Related Skills
Equip your Agent with AE DataOps
Book a demo and see how it works in your own business.
