databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
37 stars 41 forks source link

Add snippet to docs for GET from staging #192

Closed elise-prequel closed 3 months ago

elise-prequel commented 8 months ago

We recently started using the GET staging operation after using PUT in production for some time. I thought it might be useful to have a snippet with the expected syntax in the documentation. (There is also REMOVE but I only see tests for GET and PUT.)

Not sure yet why I'm triggering linter errors 🤔