stackql / stackql/stackql-devel
[BUG] method not allowed on azure insert.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
method not allowed error on insert into azure.compute.disks, as per attached screen capture.

To Reproduce
insert into azure.compute.disks(diskName, resourceGroupName, subscriptionId) select 'my-latest-azure-disk-01', 'STACKQL-OPS-CICD-DEV-01', '631d1c6d-2a65-43e7-93c2-688bfe4e1468'
;
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source file or test. Start by reproducing the INSERT against azure.compute.disks and trace the Azure request path that returns “method not allowed.” Add coverage for the supplied statement once the relevant entry point is located; done means the statement completes successfully without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100