-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unable to run dbt against Panoply Redshift #1479
Comments
Removing the comments here fixes the issue. I'm following up with Panoply team to get the issue fixed on their part. I can leave an update here once it is fixed. |
I’m still having issues with this as well. Didn’t get anywhere getting it fixed with panoply. |
There are two issues working with Panoply.
The changes in #1674 fix the first issue mentioned but not the second one. I spent some time figuring out the second issue but I couldn't :( |
Any ideas when 14.1 will be released? This bug is blocking me from using DBT at the moment.. |
Same. Excited for the fix.
On Mon, Aug 26, 2019 at 5:03 PM patricktrainer ***@***.***> wrote:
Any ideas when 14.1 will be released? This bug is blocking me from using
DBT at the moment..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1479>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAY6DGJBICBQVNF5CK6LYQ3QGRAJBANCNFSM4HPMECPA>
.
--
…__________________________________
John Wessel
[email protected]
Mobile: 864-416-1492
|
Awesome. Thanks Drew!
On Mon, Aug 26, 2019 at 9:13 PM Drew Banin ***@***.***> wrote:
A release candidate for dbt v0.14.1 is currently available on pypi
<https://pypi.org/project/dbt/0.14.1rc1/>, homebrew
<https://github.com/fishtown-analytics/homebrew-dbt/blob/master/Formula/dbt%400.14.0-rc1.rb>
and in dbt Cloud. We plan on testing the RC for about a week before doing a
final release of 0.14.1.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1479>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAY6DGO5EECXPXBXXGOOFALQGR5R7ANCNFSM4HPMECPA>
.
--
…__________________________________
John Wessel
[email protected]
Mobile: 864-416-1492
|
I upgraded to 15.0 and had same issue. Worked with Drew who recommended the following and it solved the problem Configure DBT to not create comments at the beginning of the queries by inseritng the following in your project.yml file query-comment: null |
Issue
Unable to run dbt against Panoply redshift
Issue description
Am testing out the sample model provided by dbt init (my_first_dbt_model.sql)
Am able to execute
dbt run
in a dev environment (Postgres) and it works fine.But, when I run it against the Panoply redshift, it throws the error
Results
I expect it to create a view. But, it throws the below syntax error
Attached is the dbt log snippet dbt.log
To make a note, when I copied the query from dbt.log and pasted it into Panoply console, it works fine.
System information
The output of
dbt --version
:Note: I had the latest dbt earlier. But, when I posted the same question in slack's support channel, I was recommended to try out fix in https://github.com/kevinsanz93/dbt (and that is why the version appears not up to date)
The operating system am running on is Ubuntu 18.04
The python version you're using (probably the output of
python --version
)Python 3.6.7
Steps to reproduce
dbt run
against panoply redshift should throw an exceptionThe text was updated successfully, but these errors were encountered: