dat-labs / verified-sources

Repository to hold the supported verified sources (data warehouses, databases, cloud file system, local file system, FTP, SFTP, etc).
Apache License 2.0
1 stars 4 forks source link

Allow support for multiple urls in Google Drive #38

Open dc-rahul opened 1 week ago

dc-rahul commented 1 week ago

Description

In catalog.py, although the parameter dir_uri is a list of uri, but the actual code only takes the 0th element of this parameter and fetches data for that only. We have to treat it as a list and fetch data for all the dir_uris

Suggestion

No response

Alternatives

No response

Additional Context

No response