Files
beekeeper-studio/dev/docker_bigquery/data.sh
Sergio Aguilar 4ffdc29b57 Initial BigQuery Client Support
Initial BigQuery Client Support

Upstream update ConnectionInterface.vue

Multiple changes, cleanup and vscode

- Cleanup code for upstream PR
- Finally a working vscode launch with proper sourceMap for Renderer

Add listViews and logs cleanup

Vscode Launch config

Adding BigQuery Client

Update Bigqueryform.vue

fix build issues

Bigquery, bugfixes and changes
2023-08-02 22:05:37 -07:00

22 lines
655 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
# Install curl
# apt update
# apt install -y axel procps htop
# # Change directory to /work
# cd /work
# # Download and install Google cloud sdk
# export FILENAME=google-cloud-cli-430.0.0-linux-x86_64.tar.gz
# [ ! -f $FILENAME ] && axel -k https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/$FILENAME
# tar -xvzf $FILENAME
# /work/google-cloud-sdk/install.sh -q
# # Add gcloud to PATH
# source /work/google-cloud-sdk/path.bash.inc
# echo "source /work/google-cloud-sdk/path.bash.inc" >> ~/.bashrc
# Start BigQuery emulator
/bin/bigquery-emulator --log-level=debug --project=bks --data-from-yaml=/data/world.yaml