When a private git repo is used for transformations, a Git repository URL of the custom transformation project is required.
I get the following dbt log error during sync :
The selection criterion 'refund_items.sql' does not match any nodes
2023-03-21 10:19:39 dbt > Running from /data/1347/0/transform/git_repo
2023-03-21 10:19:39 dbt > detected no config file for ssh, assuming ssh is off.
2023-03-21 10:19:39 dbt > Running: dbt run -s refund_items.sql --profiles-dir=/data/1347/0/transform --project-dir=/data/1347/0/transform/git_repo
2023-03-21 10:19:43 dbt > 10:19:43 Running with dbt=1.0.0
2023-03-21 10:19:43 dbt > 10:19:43 Partial parse save file not found. Starting full parse.
2023-03-21 10:19:43 dbt > 10:19:43 Found 1 model, 0 tests, 0 snapshots, 0 analyses, 188 macros, 0 operations, 1 seed file, 0 sources, 0 exposures, 0 metrics
2023-03-21 10:19:43 dbt > 10:19:43 The selection criterion 'refund_items.sql' does not match any nodes
2023-03-21 10:19:43 dbt > 10:19:43
2023-03-21 10:19:43 dbt > 10:19:43 [WARNING]: Nothing to do. Try checking your model configs and model specification args
Why does the model refund_items not match any nodes?