Closed ericalouie closed 2 years ago
Hi @ericalouie thanks so much for opening this Issue!
At a high level, I have noticed similar warning messages across our packages since upgrading to dbt v1.0.0. It seems these warnings didn't populate in previous iterations of dbt, but now dbt v1.0.0 is helpfully raising them!
I looked into both of your points and found the following solutions:
- In the stg_hubspot_engagements.ymlfile, there are two models with tests that do not exist in the package (see file here) a. stg_hubspot__engagement_email_ccb.stg_hubspot__engagement_email_to`
- We've disabled several of the package's models, but I'm seeing the tests are still coming through for these disabled models (see below)
Hi @ericalouie!
Thank you so much for bringing this issue to our attention. I have gone ahead and pushed a bugfix release removing the two models stg_hubspot__engagement_email_cc
and stg_hubspot__engagement_email_to
from stg_hubspot__engagement.yml
. This should resolve the respective warnings for these two models. Please watch out for the 0.5.2 release of the dbt_hubspot_source
package.
As for the warnings from disabled models, it looks like @jtcohen6 has opened an issue out on dbt-core to fix this.
I will be closing this ticket but if there are any more questions, please don't hesitate to reach out!
Are you a current Fivetran customer? Name: Erica Louie Title: Head of Data Company: dbt Labs
Describe the bug
file, there are two models with tests that do not exist in the package ([see file here](https://github.com/fivetran/dbt_hubspot_source/blob/main/models/stg_hubspot__engagement.yml#L137-L171)) a.
stg_hubspot__engagement_email_ccb.
stg_hubspot__engagement_email_to`Steps to reproduce
0.5.0
dbt clean && dbt deps && dbt seed
-- you'll get a slew of the warnings aboveExpected behavior These tests should skip over if the models are disabled, I think (?) 👀
Project variables configuration
Package Version
Warehouse
- [ ] BigQuery - [ ] Redshift - [x] Snowflake - [ ] Postgres - [ ] Databricks - [ ] Other (provide details below) **Additional context** **Screenshots**Please indicate the level of urgency
Are you interested in contributing to this package?