mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(kb/snowflake): remove redundant content
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -186,6 +186,7 @@
|
||||
"ingesters",
|
||||
"istio",
|
||||
"istioctl",
|
||||
"jdbc",
|
||||
"jdupes",
|
||||
"journalctl",
|
||||
"kaniko",
|
||||
@@ -241,6 +242,7 @@
|
||||
"nproc",
|
||||
"nvme",
|
||||
"ocsp",
|
||||
"odbc",
|
||||
"odhcpd",
|
||||
"oidc",
|
||||
"omnia",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
| IP | Internet Protocol | |
|
||||
| IPvX | Internet Protocol version X | |
|
||||
| ISP | Internet Service Provider | |
|
||||
| JDBC | Java DataBase Connectivity | Java API used for accessing databases |
|
||||
| JDK | Java Development Kit | |
|
||||
| JIC | Just In Case | |
|
||||
| JIT | Just In Time | |
|
||||
@@ -91,6 +92,7 @@
|
||||
| NACL | Network ACL | |
|
||||
| OAM | [Open Application Model] | |
|
||||
| OAM | Operations, Administration and Management | |
|
||||
| ODBC | Open DataBase Connectivity | Open standard API used for accessing databases |
|
||||
| OIDC | OpenID Connect | |
|
||||
| OKR | Objectives and Key Results | Framework helping teams set and track measurable goals |
|
||||
| OOM | Out Of Memory | |
|
||||
|
||||
@@ -44,25 +44,15 @@ Accounts can connect to Snowflake via:
|
||||
- Native connectors (e.g., Python or Spark).
|
||||
- Third-party connectors.
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Setup</summary>
|
||||
|
||||
<details style='padding: 0 0 0 1rem'>
|
||||
<summary>Mac OS X</summary>
|
||||
|
||||
```sh
|
||||
# Install RoleOut's UI and CLI.
|
||||
curl -C '-' -LfSO --url 'https://github.com/Snowflake-Labs/roleout/releases/download/v2.0.1/Roleout-2.0.1-arm64.dmg' \
|
||||
&& sudo installer -pkg 'Roleout-2.0.1-arm64.dmg' -target '/' \
|
||||
&& curl -C '-' -LfS --url 'https://github.com/Snowflake-Labs/roleout/releases/download/v2.0.1/roleout-cli-macos' \
|
||||
--output "$HOME/bin/roleout-cli" \
|
||||
&& chmod 'u+x' "$HOME/bin/roleout-cli" \
|
||||
&& xattr -d 'com.apple.quarantine' "$HOME/bin/roleout-cli"
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
Reference in New Issue
Block a user