bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[component] Google BigQuery

Open monikakuster opened this issue 5 months ago • 1 comments

As a Workflow Developer I want to be able to use the native Google BigQuery connector So that I can implement more complex integration use cases where the connector is involved.

Website: https://cloud.google.com/bigquery Documentation: https://cloud.google.com/bigquery/docs/reference/rest

Acceptance Criteria

List of implemented actions:

  • [x] query

Definition of Done:

  • [x] Unit/Integration tests
  • [x] Documentation

monikakuster avatar Jul 18 '25 07:07 monikakuster

Query I used for testing: SELECT ROW1 FROM bytechef-test-472406.dataset1.table1 LIMIT 1000

nikolinaspehar avatar Nov 13 '25 10:11 nikolinaspehar