diff --git a/specs/ingestion/common/schemas/source.yml b/specs/ingestion/common/schemas/source.yml index bb02980acb..c356879606 100644 --- a/specs/ingestion/common/schemas/source.yml +++ b/specs/ingestion/common/schemas/source.yml @@ -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