We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf11524 commit ad4a34bCopy full SHA for ad4a34b
.github/workflows/release.yml
@@ -20,14 +20,15 @@ jobs:
20
uses: softprops/action-gh-release@v1
21
if: startsWith(github.ref, 'refs/tags/')
22
with:
23
- name: Elasticsearch v${{ github.ref_name }} Sql Plugin
24
- prerelease: true
+ name: Elasticsearch ${{ github.ref_name }} Sql Plugin
+# prerelease: true
25
token: ${{ secrets.GITHUB_TOKEN }}
26
generate_release_notes: true
27
body:
28
'
29
```
30
1. parse sql into elasticsearch dsl
31
+
32
2. query dataset with sql
33
34
0 commit comments