(feat) Add support for logging to GCS Buckets with folder paths (#6675)

* use helper to log

* gcs _handle_folders_in_bucket_name

* add test_basic_gcs_logger_with_folder_in_bucket_name

* run gcs testing in logging callback tests

* include correct deps

* fix gcs bucket logging test

* fix test_basic_gcs_logger_with_folder_in_bucket_name

* fix test_get_gcs_logging_config_without_service_account

* fix test gcs bucket

* remove unused file
This commit is contained in:
Ishaan Jaff 2024-11-08 19:24:18 -08:00 committed by GitHub
parent 3d1c305401
commit 61026e189d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 183 additions and 27 deletions

View file

@ -645,6 +645,8 @@ jobs:
pip install "pytest-cov==5.0.0"
pip install "pytest-asyncio==0.21.1"
pip install "respx==0.21.1"
pip install "google-generativeai==0.3.2"
pip install "google-cloud-aiplatform==1.43.0"
# Run pytest and generate JUnit XML report
- run:
name: Run tests