Skip to content

Commit

Permalink
feat(specs): add property to BigQuery source input (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 authored May 16, 2023
1 parent 0bf611f commit 49b4c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ SourceBigQuery:
tablePrefix:
type: string
description: Table prefix (for Google Analytics).
customSQLRequest:
type: string
description: Custom SQL request to extract data from the BigQuery table.
required:
- projectID
- datasetID
Expand Down

0 comments on commit 49b4c00

Please sign in to comment.