Hi all, Why does this setting of tags not take eff...
# getting-started
f
Hi all, Why does this setting of tags not take effect
Copy code
dataset_properties = DatasetPropertiesClass(
    name="test-bigquery",
    tags=[
        builder.make_tag_urn("bigquery-user-info"),
        builder.make_tag_urn("user-info"),
    ],
    description="This table stored the canonical User profile",
    customProperties={"governance": "ENABLED"},
    externalUrl="<http://150.158.172.130:3001>",
    qualifiedName="bigquery-test",
)
m