You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`athenadriver` can extremely simplify your code. Check [athenareader](https://github.com/uber/athenadriver/tree/master/athenareader) out as an example and a convenient tool for your Athena query in command line.
53
53
@@ -785,6 +785,10 @@ The syntax is `pc:pseudo_command parameter`.
785
785
786
786
`pc:stop_query_id Query_ID` - To stop the Query corresponding the Query ID. If there is no error, a one row string with `OK` will be returned. Example: [pc_stop_query_id.go](https://github.com/uber/athenadriver/blob/master/examples/pc_stop_query_id.go).
787
787
788
+
### get_driver_version
789
+
790
+
`pc:get_driver_version` - To return the version of athenadriver. Example: [pc_get_driver_version.go](https://github.com/uber/athenadriver/blob/master/examples/pc_get_driver_version.go).
791
+
788
792
789
793
## Limitations of Go/Athena SDK's and `athenadriver`'s Solution
790
794
@@ -972,7 +976,7 @@ For the contributors, the following is `athenadriver` Package's UML Class Diagra
0 commit comments