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] using_quoted_identifiers variable was removed as an argument in latest version #76

Closed fivetran-joemarkiewicz closed 1 year ago

fivetran-joemarkiewicz commented 1 year ago

Is there an existing issue for this?

Describe the issue

The using_quoted_identifiers variable was removed as an argument in v0.8.0. This needs to be added back into the arguments so customers may take advantage of the variable if they are using quoted identifiers.

Relevant error log or model output

N/A

Expected behavior

The argument is accessible to all users on the latest version.

dbt Project configurations

N/A

Package versions

v0.8.0

What database are you using dbt with?

snowflake

dbt Version

1.3.1

Additional Context

image

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

fivetran-joemarkiewicz commented 1 year ago

Closing this issue as PR #78 addresses the bug identified here.