Dataform의 테이블에 BigQuery 정책 태그를 추가하는 데 필요한 권한을 얻으려면 관리자에게 작업공간에 대한 Dataform 편집자(roles/dataform.editor) IAM 역할을 부여해 달라고 요청하세요.
역할 부여에 대한 자세한 내용은 프로젝트, 폴더, 조직에 대한 액세스 관리를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-11(UTC)"],[[["This guide details how to add BigQuery policy tags to table columns within Dataform core using the `config` block in a table definition SQLX file."],["Adding a BigQuery policy tag requires the Dataform Editor role and appropriate BigQuery roles for column-level access control to be granted to your Dataform service account."],["To implement a policy tag, specify the full tag identifier in the `bigqueryPolicyTags` array within the `columns` configuration in your table definition."],["The required format is `columns: { column_name: { bigqueryPolicyTags: [\"FULL_TAG_IDENTIFIER\"] } }`, where FULL_TAG_IDENTIFIER represents the complete path to your BigQuery tag."]]],[]]