HVF / franchise

🍟 a notebook sql client. what you get when have a lot of sequels.
https://franchise.cloud
MIT License
4.01k stars 262 forks source link

BigQuery Schema Fetch Fails When Number of Tables > Linux ulimit #33

Open bijection opened 7 years ago

bijection commented 7 years ago

If the number of tables in a BigQuery project is greater than the limit on files/sockets imposed by ulimit 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.

c0b commented 6 years ago

looks like the issue is still there?