Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/simple_query_in_go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
ctx := context.Background()

// the GCP/BigQuery project id
projectID := "iog-data-analytics"
projectID := "blockchain-analytics-392322"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh good catch! I didn't notice that!


bqclient, err := bigquery.NewClient(ctx, projectID)
if err != nil { log.Fatalf("bigquery.NewClient: %v", err) }
Expand Down