Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Asuka Minato 8940decd1b
more httpx (#25651)
před 1 měsícem
..
README.md feat: Add Clickzetta Lakehouse vector database integration (#22551) před 2 měsíci
test_clickzetta.py refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284) před 2 měsíci
test_docker_integration.py more httpx (#25651) před 1 měsícem

README.md

Clickzetta Integration Tests

Running Tests

To run the Clickzetta integration tests, you need to set the following environment variables:

export CLICKZETTA_USERNAME=your_username
export CLICKZETTA_PASSWORD=your_password
export CLICKZETTA_INSTANCE=your_instance
export CLICKZETTA_SERVICE=api.clickzetta.com
export CLICKZETTA_WORKSPACE=your_workspace
export CLICKZETTA_VCLUSTER=your_vcluster
export CLICKZETTA_SCHEMA=dify

Then run the tests:

pytest api/tests/integration_tests/vdb/clickzetta/

Security Note

Never commit credentials to the repository. Always use environment variables or secure credential management systems.