Closed amindadgar closed 5 months ago
The subquery.py
file was updated to rename the gdrive
boolean flag to google
within the query_multiple_source
function. This change involved updating parameter names, documentation, and the instantiation of the associated query engine to reflect the new flag name.
File | Change Summary |
---|---|
subquery.py |
Renamed gdrive flag to google in query_multiple_source function, including parameter names, documentation, and query engine instantiation. |
In code's swift dance, a change took flight,
Fromgdrive
to
Parameters aligned, in function's embrace,
Query engines now find their rightful place.
With every tweak, our system grows,
A rabbit’s joy in the code that flows.
🌟🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
updated related parameters and variable names.
Summary by CodeRabbit
gdrive
flag togoogle
for improved clarity and consistency in the query functionality.