Skip to content

Commit

Permalink
Release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Jun 21, 2024
1 parent 9a9ad6d commit 5380267
Show file tree
Hide file tree
Showing 3,941 changed files with 1,052 additions and 2,386,154 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 0 additions & 18 deletions .github/workflows/fake-pr-tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
2 changes: 1 addition & 1 deletion adapter/0.1.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"modify": {
"entity": ["transformTablePropertiesFromJSONToKeyValue"]
}
}
}
4 changes: 1 addition & 3 deletions api/re.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion central_pane/dtdAbbreviation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"bool": "{0/1}",
"bytes": "{BYTES}",
"null": "{null}"
}
}
294 changes: 67 additions & 227 deletions forward_engineering/api.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions forward_engineering/appDependencies.js

This file was deleted.

20 changes: 13 additions & 7 deletions forward_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,24 @@
{
"name": "AWS Glue CLI Script",
"keyword": "awsCli",
"fileExtensions": [{
"label": "application/txt", "value": "txt"
}]
"fileExtensions": [
{
"label": "application/txt",
"value": "txt"
}
]
},
{
"name": "HiveQL Script",
"keyword": "hiveQl",
"mode": "sql",
"disableApplyScriptToInstance": true,
"fileExtensions": [{
"label": "application/hql", "value": "hql"
}]
"fileExtensions": [
{
"label": "application/hql",
"value": "hql"
}
]
}
],
"resolvedDefinitions": true,
Expand All @@ -34,4 +40,4 @@
"targetFEKeywords": ["hiveQl"]
}
]
}
}
Loading

0 comments on commit 5380267

Please sign in to comment.