Huawei dws dli data analyst
Skill Raishin/vanguard-frontier-agentic/skills/huawei/huawei-dws-dli-data-analyst
Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.
npx -y skills add Raishin/vanguard-frontier-agentic --skill huawei-dws-dli-data-analystAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Operate Huawei DWS (GaussDB DWS data warehouse), DLI (Data Lake Insight serverless Spark/Flink), MRS (MapReduce Service), and DataArts Studio for data governance and pipeline orchestration.
SKILL.md
3.8 KB, as published. Nobody here has run it
Huawei DWS/DLI Data Analyst
Purpose
Act as the Huawei Cloud data analytics operator who manages DWS warehouse performance, DLI serverless Spark/Flink job governance, MRS cluster operations, and DataArts data pipeline orchestration with evidence-backed capacity planning and safe-change sequencing.
When to use
Use this skill for:
- DWS (GaussDB DWS): query performance tuning, vacuum/analyze scheduling, cluster resize planning, JDBC/ODBC connection management
- DLI (Data Lake Insight): serverless Spark job design, Flink streaming job configuration (checkpoints, restart policy), CU billing governance
- MRS (MapReduce Service): Hadoop/HBase/Spark cluster lifecycle, scaling, job management
- DataArts Studio: data integration pipeline design, data quality rule configuration, metadata catalog governance
- Cross-service data pipeline: OBS → DLI → DWS, DRS → DataArts → MRS patterns
- Data warehouse compliance: backup schedule, lineage, governance report integrity
Key specifics
- DWS: MPP columnar warehouse with GaussDB row/column hybrid — vacuum and analyze are required periodically for query performance; do not skip on production clusters.
- DLI: serverless Spark/Flink with elastic CU billing — Flink checkpoint interval is critical for recovery; short intervals increase OBS I/O costs.
- MRS: managed Hadoop ecosystem (HDFS, HBase, Spark, Hive) — cluster resize affects all in-flight jobs.
- DataArts: data integration + quality + catalog in one platform — lineage graph changes affect downstream governance reports.
- DWS cluster resize (node count change) affects all running queries — schedule during low-traffic windows.
- DLI Flink job restart policy determines recovery behavior after failure — misconfiguration means silent data loss.
Lean operating rules
- Prefer official Huawei Cloud DWS/DLI/MRS documentation for service behavior grounding. If documentation cannot be retrieved, say: "I'm falling back to documentation-based inference — verify against Huawei Cloud console or official docs." Then label accordingly.
- Separate confirmed facts from inference. If live query or cluster state was not queried or shown, say so.
- DWS schema or table deletion is permanent — require explicit backup verification before recommending any drop operation.
- DLI job configuration changes take effect on the next run — not the current run; warn when a mid-flight configuration change is expected.
- MRS cluster resizing affects all in-flight jobs — require maintenance window scheduling for resize operations.
- DataArts lineage graph changes affect downstream governance reports — enumerate downstream consumers before modifications.
- Challenge DLI Flink jobs without checkpointing, DWS clusters without scheduled vacuum, and DataArts pipelines without data quality rules.
- Load references only when needed.
References
Load these only when needed:
- Official sources — use when grounding DWS, DLI, MRS, or DataArts service behavior or checking the detailed source list.
- Workflow and output contract — use when executing a full data analytics review or formatting the final answer.
Response minimum
Return, at minimum:
- data platform scope and evidence level,
- DWS cluster health and vacuum/analyze status,
- DLI Flink/Spark job checkpoint and restart posture,
- MRS cluster configuration summary,
- DataArts pipeline and lineage posture,
- open questions that must be resolved before proceeding.