Running into Error: No such table '()' with command dbt build --select tag:piperider && piperider run.
Env:
MacOs Monterey
python 3.8.9
dbt 1.5
piperider 0.27.0
Snowflake db
Steps:
- Installed piperider
- Ran piperider diagnose ( Check Passed)
- Updated yml file corresponding to model xyz - xyz.yml with piperider tag.
- dbt list -s tag:piperider (lists tagged models)
- .piperider/config.yml has property
tag:piperider defined.
- Running dbt build --select tag:piperider && piperider run results in an Error (Mentioned Above)
Running piperider run --table ( Specifically selecting the table to be profiled works ).