Glob pattern are used in Tabulify to select objects such as :
If you are new to glob pattern, see this page How to select data resources with a Glob Pattern
The following wildcard are supported in order to define the glob pattern:
When data resources are selected via globbing, they get extra numeric variables that captures the text that matches.
ie:
You can use this extra variable in:
Example with the data list command that:
tabli data list -a logicalName -a 1 web_*@tpcds
logicalName 1
----------- -------
web_page page
web_returns returns
web_sales sales
web_site site