Skip to content

Commit 67537b3

Browse files
Merge pull request #38 from luiscarbonel1991/fix/redshift-svv-tables-fallback
fix: add system view fallback chain for Redshift schema discovery
2 parents 695a629 + 708c7eb commit 67537b3

5 files changed

Lines changed: 343 additions & 123 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nlp2sql"
3-
version = "0.2.0rc10"
3+
version = "0.2.0rc11"
44
description = "Enterprise-ready Natural Language to SQL converter with multi-provider support. Built for production scale (1000+ tables) with Clean Architecture."
55
readme = "README.md"
66
license = {text = "MIT"}

src/nlp2sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .schema.example_store import ExampleStore
2121
from .services.query_service import QueryGenerationService
2222

23-
__version__ = "0.2.0rc10"
23+
__version__ = "0.2.0rc11"
2424
__author__ = "Luis Carbonel"
2525
__email__ = "devhighlevel@gmail.com"
2626

0 commit comments

Comments
 (0)