GoogleCloudPlatform / datacatalog-tag-engine

Tag Engine automates the process of creating, updating, deleting, and populating metadata in bulk with the Google Cloud services Data Catalog and Dataplex. Tag Engine is licensed under the Apache 2 license terms. Please make sure to read, understand and agree to the terms of the LICENSE and CONTRIBUTING files before proceeding.
Apache License 2.0
48 stars 18 forks source link

Improve examples when creating a Dynamic Table Config #85

Open JavierArredondo opened 1 year ago

JavierArredondo commented 1 year ago

When you create a Dynamic Tag, the documentation shows examples using variables such as $table, $dataset and $project.

The following examples exist:

As you can see, some examples use $table and another uses `$table`, but only the `$table` cases work.

https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/ee92750145bd904a993e126d04998dd6c8bc678e/templates/dynamic_table_config.html#L19-L38