fivetran / dbt_jira

Data models for Fivetran's Jira connector built using dbt.
https://fivetran.github.io/dbt_jira/
Apache License 2.0
8 stars 15 forks source link

QUESTION - [issue when upgrading packages] #28

Closed marie-aircall closed 3 years ago

marie-aircall commented 3 years ago

Are you a Fivetran customer? Yes ! Marie Sergue, Data Analyst at Aircall

Your Question I am trying to upgrade jira_source and jira packages but my CI test returns the following error: Database Error in model int_jira__issue_calendar_spine (models/intermediate/field_history/int_jira__issue_calendar_spine.sql) Could not find parent table for alias "staging.ci_schema_stg_jira.stg_jira__issue".

Additional context

Please indicate the level of urgency and business impact of this request Not super urgent but it's blocking me from fixing issues that were supposed to be fixed by the new package version.

fivetran-joemarkiewicz commented 3 years ago

Hi @marie-aircall thanks for opening this question! Is this error occurring when you execute dbt compile or dbt run?

marie-aircall commented 3 years ago

Hi! Thanks for your reply, it occurs when i execute dbt compile.

kristin-bagnall commented 3 years ago

@marie-aircall does this error persist if you first run dbt run and then run dbt compile?

Also, have you tried running dbt run --full-refresh?

marie-aircall commented 3 years ago

Hi Kristin,

Thanks for the advice, i managed to make it work!

Thanks for your help on this, Marie