Skip to content

Commit 49b4c00

Browse files
authored
feat(specs): add property to BigQuery source input (#1547)
1 parent 0bf611f commit 49b4c00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ SourceBigQuery:
218218
tablePrefix:
219219
type: string
220220
description: Table prefix (for Google Analytics).
221+
customSQLRequest:
222+
type: string
223+
description: Custom SQL request to extract data from the BigQuery table.
221224
required:
222225
- projectID
223226
- datasetID

0 commit comments

Comments
 (0)