I'm trying to use Dataform(GCP) to apply PolicyTags, it runs successfully, but PolicyTag is not applied to the specified column.
This is an example that is on the Dataform website, and it doesn't work either.
config {
type: "table",
columns: {
column1: {
description: "Some description",
bigqueryPolicyTags: ["projects/dataform-integration-tests/locations/us/taxonomies/800183280162998443/policyTags/494923997126550963"]
}
}
}
select "test" as column1
I've already tried to check the user's grants, and it's with the BigQuery Admin and DataplexAdmin grants.
Has anyone had the same problem and managed to solve it?
It really was a bug, and Google has already fixed it.