david_tout
07/27/2021, 10:36 PMmy_meltano_package
selector?
(related: https://meltano.slack.com/archives/C01UTUSP34M/p1627363858201000)david_tout
07/28/2021, 12:01 AMdbt | The selector 'my_meltano_project' does not match any nodes and will be ignored
Under debug mode I see this:
meltano | DEBUG Invoking: ['/home/ssm-user/dev/data/meltano/prototype/.meltano/transformers/dbt/venv/bin/dbt', 'run', '--models', ' tap_airtable my_meltano_project']
My understanding is that it's going to look for my custom transform under the namespace tap_airtable
(which is finds successfully), but for some reason it can't find anything for my_meltano_project
.
I'm at a loss as to how to get it to pick up both...david_tout
07/28/2021, 12:05 AMdavid_tout
07/28/2021, 12:05 AMdbt | [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources.
dbt | There are 1 unused configuration paths:
dbt | - models.my_meltano_project
david_tout
07/28/2021, 2:47 AMdavid_tout
07/28/2021, 6:39 AMdbt_project.yml
inside my meltano project.
Instead of:
sources:
- models
I had:
sources:
- sources
and so it wasn't finding my extra models...
🤦♂️edward_ryan
07/31/2021, 10:41 AM