Commit af06c9a
fix: clarify comments and rename shadowing variable in workspace commands
- Rename `sandbox` variable to `ws` in delete/cmd.go to avoid shadowing
the `sandbox` package import
- Document that WithPublicKey is Snowflake-only (loginType is hardcoded
to "snowflake-person-keypair"; BigQuery uses a different auth flow)
- Fix misleading comment in dbt generate env dialog: matching is done
by ConfigurationID, not by SandboxWorkspace.ID
- Use workspace name (not UUID) in "no active editor session" error
- Note that StorageWorkspaceCreateCredentialsRequest rotates credentials
on every call, not just fetches them
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e43e706 commit af06c9a
3 files changed
Lines changed: 8 additions & 4 deletions
File tree
- internal/pkg
- keboola/sandbox
- service/cli/cmd
- dbt/generate/env
- remote/workspace/delete
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments