BigQuery Schema Fetch Fails When Number of Tables > Linux ulimit
Open
bug
- Dominant language
- JavaScript
- Stars
- 4k
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
If the number of tables in a BigQuery project is greater than the limit on files/sockets imposed by [ulimit](https://ss64.com/bash/ulimit.html) on the user running franchise-client, the number of connections to BigQuery exceeds this limit and throws an EMFILE error.
This prevents users with large numbers of tables in their BigQuery projects from using franchise.
Contributor guide
Assessment
This issue has not been assessed yet.