Google Bigquery Plugin API referenceΒΆ

Tags: GCP, Data, Integration

This package contains things that are useful when extending Flytekit.

BigQueryConfig(ProjectID[, Location, ...])

BigQueryConfig should be used to configure a BigQuery Task.

BigQueryTask(*args, **kwargs)

This is the simplest form of a BigQuery Task, that can be used even for tasks that do not produce any output.

BigQueryAgent()