[BETA] Given a local Pipe datafile path (FILENAME) and optionally a Materialized View name (TARGET_DATASOURCE), choose one of its nodes to materialize.
This command guides you to generate the Materialized View with name TARGET_DATASOURCE, the only requirement is having a valid Pipe datafile locally. Use `tb pull` to download resources from your workspace when needed.
Syntax: tb materialize path/to/pipe.pipe
Arguments
Name
Description
path
folders, filepaths
text
Options
Name
Description
--prefix <text>
Use prefix for all the resources
--push-deps
Push dependencies, disabled by default
--workspace_map <text> <text>
Repeatable ♾
--workspace <text> <text>
Repeatable ♾
--no-versions
When set, resource dependency versions are not used, it pushes the dependencies as-is
--verbose
Prints more log
--force-populate <text>
Subset or full
--unlink-on-populate-error
If the populate job fails the Materialized View is unlinked and new data won't be ingested in the Materialized View. First time a populate job fails, the Materialized View is always unlinked