A target uri is a uri that defines one or more target resources for data transfer operations.
The below target data uri
will define the target resource
Example: if the source table name is time, the target table name would be new_time
With a glob pattern, you can reference parts of the source.
Example with the below data selector
and the below target data uri
In a shell such as powsershell, the $ character should be quoted. (That's why we recommand bash)
where:
In the pattern, you can reference a globbing matched wildcard from a data source selector using the x syntax where x indicates the index of a glob pattern. ie
You can see the value of the back reference with the tabli data list command. If you want to know the value of 1, just ask for the attribute 1
Example with tpcds where we want to capture the name of the web table but without the prefix.
In the pattern, you can reference a resource attribute using the x or x syntax where x indicates the name of the attribute.
Example:
You can see all available attributes with the data info command.
If your step is running on record level, you can also add a column value using the x or x syntax where x indicate the column name.