-
Notifications
You must be signed in to change notification settings - Fork 969
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
Update run_query.md arguments #5258
Conversation
I looked very hard in the code to try and find where run_query is defined. The only hints I got were dbt run-operation run_query --args '{\"sql\": \"select now()\"}' fails but dbt run-operation run_query --args '{\"query\": \"select now()\"}' so if this update is wrong just decline. I was using Redshift so it might just be inconsistencies with the adapters
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I looked very hard in the code to try and find where run_query macro is defined. The only hints I got were
dbt run-operation run_query --args '{\"sql\": \"select now()\"}'
fails
but
dbt run-operation run_query --args '{\"query\": \"select now()\"}'
so if this update is wrong just decline. I was using Redshift so it might just be inconsistencies with the adapters