Skip to content

Commit

Permalink
trying something else (#8782)
Browse files Browse the repository at this point in the history
[no ticket][risk=no] testing script in circleci
  • Loading branch information
freemabd authored Sep 11, 2024
1 parent f17fce9 commit 9c95ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db-cdr/generate-cdr/build-cb-criteria-menu-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export BQ_DATASET=$2 # dataset

echo "Getting self_reported_category_concept_id column count"
selfReportedCategoryDataCount=$(bq --quiet --project_id="$BQ_PROJECT" query --nouse_legacy_sql "select count(column_name) as count
from \`$BQ_PROJECT.$BQ_DATASET.INFORMATION_SCHEMA.COLUMNS\` where table_name=\"person\" AND column_name = \"self_reported_category_concept_id\"" | tr -dc '0-9')
from \`$BQ_PROJECT.$BQ_DATASET.INFORMATION_SCHEMA.COLUMNS\` where table_name=\"person\" AND column_name = \"self_reported_category_concept_id\"")

echo "$selfReportedCategoryDataCount"

0 comments on commit 9c95ebc

Please sign in to comment.