Skip to content

Commit ee69c0c

Browse files
authored
fix(COMPASS-4492): remove sql pipeline stage operator (#211)
1 parent 9252c8a commit ee69c0c

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@
893893
"mocha": "^8.1.3",
894894
"mocha-junit-reporter": "^1.23.3",
895895
"mocha-multi": "^1.1.3",
896-
"mongodb-ace-autocompleter": "^0.4.11",
896+
"mongodb-ace-autocompleter": "^0.4.13",
897897
"mongodb-js-precommit": "^2.2.1",
898898
"mongodb-runner": "^4.8.0",
899899
"node-loader": "^0.6.0",

snippets/stage-autocompleter.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -378,22 +378,6 @@
378378
],
379379
"description": "Groups incoming documents based on the value of a specified expression, then computes the count of documents in each distinct group."
380380
},
381-
"MongoDB Aggregations $sql": {
382-
"prefix": "$sql",
383-
"body": [
384-
"/**",
385-
" * statement: The SQL statement.",
386-
" * format: The SQL format.",
387-
" * formatVersion: The format version.",
388-
" */",
389-
"\\$sql: {",
390-
" statement: '${1:statement}',",
391-
" format: '${2:format}',",
392-
" formatVersion: ${3:formatVersion}",
393-
"}"
394-
],
395-
"description": "Executes a SQL statement against Atlas Data Lake."
396-
},
397381
"MongoDB Aggregations $unionWith": {
398382
"prefix": "$unionWith",
399383
"body": [

0 commit comments

Comments
 (0)