Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sql-cli-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: .
strategy:
matrix:
python-version: [3.8]
python-version: [3.12]
opensearch-version: [ latest ]

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
cp -r ./dist/*.tar.gz ./dist/*.whl opensearchsql-builds/

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opensearchsql
path: opensearchsql-builds
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
remote/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -67,6 +68,15 @@ target/
*.deb
*.rpm

# Gradle
.gradle

# Commands history
.cli_history

# Saved Query
**/saved.txt

.vscode/
venv/

Expand Down
6 changes: 6 additions & 0 deletions .metals/metals.lock.db
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#FileLock
#Tue Aug 05 12:12:27 PDT 2025
hostName=localhost
id=1987b9c15e1a4df375ba3d8b830423f0a7b05ab4b23
method=file
server=localhost\:59810
298 changes: 236 additions & 62 deletions README.md

Large diffs are not rendered by default.

Loading
Loading