Skip to content

Commit

Permalink
chore: add document_name to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jauntybrain committed Jan 11, 2024
1 parent ead1ba9 commit 54b1f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Object {

exports[`extension config config.clustering param exists 1`] = `
Object {
"description": "This parameter will allow you to set up Clustering for the BigQuery Table created by the extension. (for example: \`data,document_id,timestamp\`- no whitespaces). You can select up to 4 comma separated fields. The order of the specified columns determines the sort order of the data. Available schema extensions table fields for clustering: \`document_id, timestamp, event_id, operation, data\`.",
"description": "This parameter will allow you to set up Clustering for the BigQuery Table created by the extension. (for example: \`data,document_id,timestamp\`- no whitespaces). You can select up to 4 comma separated fields. The order of the specified columns determines the sort order of the data. Available schema extensions table fields for clustering: \`document_id, document_name, timestamp, event_id, operation, data\`.",
"example": "data,document_id,timestamp",
"label": "BigQuery SQL table clustering",
"param": "CLUSTERING",
Expand Down

0 comments on commit 54b1f42

Please sign in to comment.