Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update run_query.md arguments (#5258)
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 Co-authored-by: Mirna Wong <[email protected]> Co-authored-by: Matt Shaver <[email protected]>
- Loading branch information