Closed yedynaki closed 2 years ago
Hi @yedynaki thanks so much for opening this issue!
Would you also be able to share the compiled code that resulted from this run? You will be able to find that in the target/compiled/[model_name]
folder. If you could paste that in a comment below that would be extremely helpful!
FYI - It will be easiest to post in the comment if you first add "three apostrophes and sql" to the start of the code copy, and a "three apostrophes" at the end. Like the below (but wanting to remove the double quotes at the end):
```sql
select *
from table
"```"
Thanks!
@yedynaki wanted to bump the above request. Adding the additional information will help us understand the root of the issue and what we can do to resolve.
@yedynaki I believe this issue has been resolved in the latest release of the dbt package. I will close this issue, but please feel free to open the issue again if you see the error persist.
@yedynaki I believe this issue has been resolved in the latest release of the dbt package. I will close this issue, but please feel free to open the issue again if you see the error persist.
Thank you!
Are you a current Fivetran customer?
Ihor Yedynak, Data Architect, Collegis Education
Describe the bug
I am getting the message below after setup and running model {{ salesforce_formula_utils.sfdc_formula_view('enrollmentrx_rx_enrollment_opportunity_c') }} Server error: Database Error in rpc request (from remote system) Syntax error: Expression to the left of comparison must be parenthesized at [539:42]
Steps to reproduce Add info to packages.yml file
<see https://github.com/fivetran/dbt_salesforce_formula_utils/releases> for the latest versions
Execute dbt deps Configure source.yml file Execute dbt run --models myModel
Watch it fail š haha
Expected behavior
Project variables configuration
Package Version
Warehouse
- [X] BigQuery - [ ] Redshift - [ ] Snowflake - [ ] Postgres - [ ] Databricks - [ ] Other (provide details below) **Additional context** **Screenshots**Please indicate the level of urgency
Are you interested in contributing to this package?