Noah B Johnson

Results 9 comments of Noah B Johnson

There are quite a few examples of these scripts on github... If someone wants to implement in cpp, that would be interesting. However, I don't think bash scripts have a...

I highly recommend the [tunnel-ssh](https://github.com/agebrock/tunnel-ssh) package for this sort of thing. We have it running in production and just connect to the localhost port.

same issue. Solved by installing debian system dependencies from readme.md and running `sudo python -m pip install -r requirements.txt`

someone wanna submit a PR if they get this to work?

What OS/Shell are you running?

The gunzip command is used to unzip ".gz" files in Linux and MacOs (if configured). On Windows, I would recommend [7-Zip](https://www.7-zip.org/) as an open source alternative for command line operations....

@sqlrob @janerikmai I wrote a [wrapper module](https://github.com/trinity-insight/generate-bigquery-schema) that module that accomplishes this basic idea for BigQuery. Not too fancy, but is working for our use case. If someone wanted to...