-
Notifications
You must be signed in to change notification settings - Fork 128
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
Spectrum STORED AS PARQUET
does not output expected DDL
#194
Comments
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Bump |
The above works for me. No need for |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Describe the bug
When defining external tables in Redshift Spectrum stored as parquet, the expected DDL is not returned by
dbt-external-tables
, rendering the external table unreadable.Steps to reproduce
Config:
Expected results
SHOW EXTERNAL TABLE spectrum.abc
Should yield
Since this is what is output when I run:
Actual results
The above command returns:
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
Python 3.9.0
Additional context
The text was updated successfully, but these errors were encountered: