-
Notifications
You must be signed in to change notification settings - Fork 123
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
Doesn't work with spark 3.4.0 #234
Comments
@sid-deshmukh can you please share what version of dbt-core dbt-spark and dbt-external-tables you are using? was there no change to these versions besides upgrading the version of Spark itself? can you share the full error message as well as any relevant section of |
2 tasks
closing in favor of dbt-labs/dbt-spark#885. @sid-deshmukh I would very much love to see if you can
|
lmarcondes
added a commit
to lmarcondes/PyHive
that referenced
this issue
Nov 2, 2023
- was causing issues with dbt-external-tables integration (dbt-labs/dbt-external-tables#234)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The external tables creation is failing with spark 3.4.0 where as it works with pervious versions
Steps to reproduce
version: 2
sources:
tables:
description: ""
external:
location: s3 path
using: json
Expected results
External table created in Glue catelog when run from EMR
Actual results
Its fails with below Error:
Encountered an error while running operation: Compilation Error
'NoneType' object is not iterable
Which database are you using dbt with?
The text was updated successfully, but these errors were encountered: