-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add MSSQL/Fabric support to data-parity skill #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
9f8dc72
eaa10b7
d110d6e
3e6b3e0
54aceed
1056c64
bfb1295
32d4afc
fda536d
d004e1b
b69a3d2
d1cdd1b
173d32f
63769f4
1977232
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,10 +17,18 @@ | |
| "@google-cloud/bigquery": "^8.0.0", | ||
| "@databricks/sql": "^1.0.0", | ||
| "mysql2": "^3.0.0", | ||
| "mssql": "^11.0.0", | ||
| "mssql": "^12.0.0", | ||
| "oracledb": "^6.0.0", | ||
| "duckdb": "^1.0.0", | ||
| "mongodb": "^6.0.0", | ||
| "@clickhouse/client": "^1.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@azure/identity": ">=4.0.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@azure/identity": { | ||
| "optional": true | ||
| } | ||
| } | ||
|
Comment on lines
+20
to
33
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: No, the mssql 12.x npm package does not bundle or peer-depend on Citations:
Remove
🤖 Prompt for AI Agents |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
yaml(ortext) language to the fenced block.markdownlint MD040 flags missing language. Since the block is a pseudo-YAML config example,
yamlreads best:💚 Fix
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 453-453: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents