fivetran / dbt_salesforce_formula_utils

Package containing dbt macros to help generate salesforce formula fields synced from Fivetran.
https://fivetran.github.io/dbt_salesforce_formula_utils/
Apache License 2.0
16 stars 18 forks source link

[Bug] Some fields not being calculated due to incorrect dependency error #98

Closed rrivera-ut closed 11 months ago

rrivera-ut commented 1 year ago

Is there an existing issue for this?

Describe the issue

Certain fields from SFDC are not being calculated using formulas by incorrectly stating dependent fields are not being synced.

For example, from object SBQQ_Quote_c:

image

image

image

Relevant error log or model output

No response

Expected behavior

If fivetran connector is changing the name of the field, the formula should change the name in the same manner to perform the calculation

dbt Project configurations

n/a

Package versions

packages:

What database are you using dbt with?

snowflake

dbt Version

1.5

Additional Context

No response

Are you willing to open a PR to help address this issue?

fivetran-jamie commented 12 months ago

hey there @RichardThRivera! thanks for taking the time to open this.

i'm wondering if the issue here is around a field missing from the SBQQ_QuoteLineGroup__c table rather than SBQQ__QuoteLine__c, based on failure_detail_1?

rrivera-ut commented 12 months ago

Let me take a look - I'll reply to this ticket; Thanks Jamie!

fivetran-joemarkiewicz commented 11 months ago

Hi @RichardThRivera were you able to take a look into this and if there is a field missing?