feat: freeform text2sql with static configuration #169
GitHub Actions / JUnit Test Report
failed
May 21, 2024 in 0s
1 tests run, 0 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 9 in tests/unit/views/text2sql/test_view.py
github-actions / JUnit Test Report
test_view.tests.unit.views.text2sql.test_view
collection failure
Raw output
ImportError while importing test module '/home/runner/work/db-ally/db-ally/tests/unit/views/text2sql/test_view.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/views/text2sql/test_view.py:9: in <module>
from dbally.views.freeform.text2sql import Text2SQLConfig, Text2SQLFreeformView
E ImportError: cannot import name 'Text2SQLFreeformView' from 'dbally.views.freeform.text2sql' (/home/runner/work/db-ally/db-ally/src/dbally/views/freeform/text2sql/__init__.py)
Loading