Documentation ¶
Overview ¶
Package gbq helps with google Bigquery
Index ¶
- func GetAssets(ctx context.Context, bigQueryClient *bigquery.Client, location string, ...) (table *bigquery.Table, err error)
- func GetAssetsSchema() bigquery.Schema
- func GetComplianceStatus(ctx context.Context, bigQueryClient *bigquery.Client, location string, ...) (table *bigquery.Table, err error)
- func GetComplianceStatusSchema() bigquery.Schema
- func GetViolations(ctx context.Context, bigQueryClient *bigquery.Client, location string, ...) (table *bigquery.Table, err error)
- func GetViolationsSchema() bigquery.Schema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAssets ¶
func GetAssets(ctx context.Context, bigQueryClient *bigquery.Client, location string, datasetName string) (table *bigquery.Table, err error)
GetAssets provision assets table, view, and dependencies
func GetAssetsSchema ¶
GetAssetsSchema defines assets table schema
func GetComplianceStatus ¶
func GetComplianceStatus(ctx context.Context, bigQueryClient *bigquery.Client, location string, datasetName string) (table *bigquery.Table, err error)
GetComplianceStatus provision compliancestatus table, view, and dependencies
func GetComplianceStatusSchema ¶
GetComplianceStatusSchema defines complianceStatus table schema
func GetViolations ¶
func GetViolations(ctx context.Context, bigQueryClient *bigquery.Client, location string, datasetName string) (table *bigquery.Table, err error)
GetViolations provision violations table, view, and dependencies
func GetViolationsSchema ¶
GetViolationsSchema defines violations table schema
Types ¶
This section is empty.
Source Files ¶
- doc.go
- func_createupdateview.go
- func_getactiveviolationsquery.go
- func_getassets.go
- func_getassetsschema.go
- func_getcompliancestatus.go
- func_getcompliancestatusschema.go
- func_getdataset.go
- func_getlastassetsquery.go
- func_getlastcompliancestatusquery.go
- func_gettable.go
- func_getviolations.go
- func_getviolationsschema.go
Click to show internal directories.
Click to hide internal directories.