Skip to content

Instantly share code, notes, and snippets.

@vamshikolanu
Last active April 27, 2023 01:55
Show Gist options
  • Save vamshikolanu/f367a790e0e30d47d4e69c97f754a477 to your computer and use it in GitHub Desktop.
Save vamshikolanu/f367a790e0e30d47d4e69c97f754a477 to your computer and use it in GitHub Desktop.
IMPALA_HOST='***' IMPALA_PORT=*** IMPALA_SCHEMA=*** IMPALA_USER=*** IMPALA_PASSWORD=*** python3 -m pytest tests/functional/adapter/test_icerberg_format.py --profile dwx_endpoint | tee out_one
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.3.0, pluggy-1.0.0
rootdir: /home/vkolanu/dbt_impala/dbt-impala
configfile: pytest.ini
plugins: dotenv-0.5.2
collected 4 items
tests/functional/adapter/test_icerberg_format.py::TestSimpleMaterializationsImpala::test_base PASSED [ 25%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalImpala::test_incremental PASSED [ 50%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalIcebergFormatImpala::test_incremental PASSED [ 75%]
tests/functional/adapter/test_icerberg_format.py::TestSimpleMaterializationsIcebergFormatImpala::test_base PASSED [100%]
=============================== warnings summary ===============================
tests/functional/adapter/test_icerberg_format.py: 117 warnings
/home/vkolanu/dbt_impala/lib/python3.8/site-packages/impyla-0.18.0-py3.8.egg/impala/_thrift_gen/TCLIService/TCLIService.py:1415: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 4 passed, 117 warnings in 393.67s (0:06:33) ==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment