home/categories/data-analysis/microsoft-dataverse-skills-github-plugins-dataverse-skills-dv-query-skill-md
data-analysisdata-ai

dv-query

Bulk reads, multi-page iteration, and analytics using the Python SDK and Web API. Use when: "query records", "read data", "bulk read", "all records", "iterate records", "expand lookup", "cross-table query", "join tables", "aggregate", "group by", "average", "sum", "count with HAVING", "$apply", "N:N expand", "notebook", "pandas", "DataFrame", "analyze data", "load into dataframe". Do not use when: MCP is sufficient (simple filter, single-record read, small result set — use MCP first), creating or modifying records (use dv-data), creating tables or columns (use dv-metadata).

microsoft
maintainer
microsoft
আপডেট হয়েছে 4/7/2026
স্টার
55
ফর্ক
10
quick start

Installation and usage

Bulk reads, multi-page iteration, and analytics using the Python SDK and Web API. Use when: "query records", "read data", "bulk read", "all records", "iterate records", "expand lookup", "cross-table query", "join tables", "aggregate", "group by", "average", "sum", "count with HAVING", "$apply", "N:N expand", "notebook", "pandas", "DataFrame", "analyze data", "load into dataframe". Do not use when: MCP is sufficient (simple filter, single-record read, small result set — use MCP first), creating or modifying records (use dv-data), creating tables or columns (use dv-metadata).

ইনস্টলেশন
$ install --globalskills.sh
ব্যবহার

ইনস্টল করার পর, টার্মিনালে নিচের কমান্ড চালিয়ে আপনি এই স্কিল ব্যবহার করতে পারবেন:

skills use dv-query