Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyphen error #148

Open
ofurtuna opened this issue Mar 13, 2023 · 1 comment
Open

Hyphen error #148

ofurtuna opened this issue Mar 13, 2023 · 1 comment

Comments

@ofurtuna
Copy link

ofurtuna commented Mar 13, 2023

Hello!
I am running a sample model with dbt-impala on CDP using AWS. The view (stored under models/src/) is materialized, but I get this error which seems to have to do with the hyphen that is automatically added to the name:

Runtime Error in model src_reviews-checkpoint (models/src/.ipynb_checkpoints/src_reviews-checkpoint.sql)
20:34:09 Unable to establish connection to Impala server: ParseException: Syntax error in line 7:
20:34:09 dbname.src_reviews-checkpoint__dbt_tmp

Could you recommend a workaround?
Thank you very much!

@tovganesh
Copy link
Contributor

Is the file models/src/.ipynb_checkpoints/src_reviews-checkpoint.sql created by you or is created when you used Jupiter notebook. If this is created using Jupiter notebook, you could probably safely delete .ipynb_checkpoints folder, or to be extra safe move it else where before executing dbt run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants