Commit b845402 1 parent 02b62a8 commit b845402 Copy full SHA for b845402
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
fi
49
49
echo "Service: $service"
50
50
51
- echo "SELECT spec_hash FROM \`ent-apidata-dev.api.rest_api_lint\` WHERE service_name = '$service' ORDER BY _PARTITIONTIME DESC LIMIT 1"
51
+ echo "SELECT spec_hash FROM \`ent-apidata-dev.api.rest_api_lint\` WHERE service_name = '$service' ORDER BY created DESC LIMIT 1"
52
52
53
53
# Query BigQuery for the latest stored hash for this service.
54
- query="SELECT spec_hash FROM \`ent-apidata-dev.api.rest_api_lint\` WHERE service_name = '$service' ORDER BY _PARTITIONTIME DESC LIMIT 1"
54
+ query="SELECT spec_hash FROM \`ent-apidata-dev.api.rest_api_lint\` WHERE service_name = '$service' ORDER BY created DESC LIMIT 1"
55
55
response=$(curl -s -X POST "https://bigquery.googleapis.com/bigquery/v2/projects/ent-apidata-dev/queries" \
56
56
--header "Authorization: Bearer ${{ steps.login-gcp.outputs.access_token }}" \
57
57
--header "Content-Type: application/json" \
You can’t perform that action at this time.
0 commit comments