File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,11 @@ git clone https://github.com/GoogleCloudPlatform/opentelemetry-operations-python
3030cd opentelemetry-operations-python/samples/adk-sql-agent
3131```
3232
33- Create a virtual environment and install the dependencies :
33+ Configure the environment and run the sample :
3434``` sh
3535python -m venv venv/
3636source venv/bin/activate
3737pip install -r requirements.txt
38- ```
39-
40- Configure the environment and run the sample:
41-
42- ``` sh
4338env $( cat main.env | xargs) python main.py
4439```
4540
Original file line number Diff line number Diff line change 6161---
6262"""
6363
64- tracer = trace .get_tracer (__name__ )
65-
66-
6764def get_dbpath (thread_id : str ) -> str :
6865 # Ephemeral sqlite database per conversation thread
6966 _ , path = tempfile .mkstemp (suffix = ".db" )
You can’t perform that action at this time.
0 commit comments