Files
Streamlit_NBA/dbt_nba/selectors.yml
T
nprasad2077 3d5de1dc3e
test / test (push) Successful in 9s
complete app
2026-09-17 17:39:22 -05:00

17 lines
413 B
YAML

selectors:
- name: nba_pipeline
description: "Executes the full pipeline: Staging -> Intermediate -> Dimensions -> Facts"
default: false
definition:
union:
- method: tag
value: staging
- method: tag
value: intermediate
- method: tag
value: dimension
- method: tag
value: fact
- method: tag
value: marts