File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
1515)
1616
1717type option struct {
18- Project string `description:"specify the project name" long:"project"`
19- Dataset string `description:"specify the dataset name" long:"dataset"`
18+ Project string `description:"specify the project name" long:"project" env:"BIGQUERY_EMULATOR_PROJECT" `
19+ Dataset string `description:"specify the dataset name" long:"dataset" env:"BIGQUERY_EMULATOR_DATASET" `
2020 Host string `description:"specify the host" long:"host" default:"0.0.0.0"`
2121 HTTPPort uint16 `description:"specify the http port number. this port used by bigquery api" long:"port" default:"9050"`
2222 GRPCPort uint16 `description:"specify the grpc port number. this port used by bigquery storage api" long:"grpc-port" default:"9060"`
You can’t perform that action at this time.
0 commit comments