Skip to content

There are 2 SVs which have 2 entries in schema one with human-readable SVs and other in dc/ format. SV definitions are the same which is causing the Sanity_DifferentDcidsForSameStatVar error. However, the human-readable SVs are only defined in schema, output csv of the import does not contain those SV instead it consists of dc/ formatted SV itself. #11272

There are 2 SVs which have 2 entries in schema one with human-readable SVs and other in dc/ format. SV definitions are the same which is causing the Sanity_DifferentDcidsForSameStatVar error. However, the human-readable SVs are only defined in schema, output csv of the import does not contain those SV instead it consists of dc/ formatted SV itself.

There are 2 SVs which have 2 entries in schema one with human-readable SVs and other in dc/ format. SV definitions are the same which is causing the Sanity_DifferentDcidsForSameStatVar error. However, the human-readable SVs are only defined in schema, output csv of the import does not contain those SV instead it consists of dc/ formatted SV itself. #11272

Workflow file for this run

name: Auto approve copybara-service PRs
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'copybara-service' || github.actor == 'copybara-service[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"