Searching for a specific value, within a specific field, within many csv files, within many buckets, within 3 projects in GCS using Python
For example, let’s say I want to search through my 3 projects > many buckets > many csv files > field that includes ‘name’ > for the value ‘Bob’. So far I have the following code: