Skip to content

Commit

Permalink
feat(specs): add objectID to BQ source input (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou authored May 31, 2023
1 parent d97a58f commit 2a55abf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ SourceBigQuery:
customSQLRequest:
type: string
description: Custom SQL request to extract data from the BigQuery table.
uniqueIDColumn:
$ref: '#/UniqueIDColumn'
required:
- projectID
- datasetID
Expand Down

0 comments on commit 2a55abf

Please sign in to comment.