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",
|
"ingesters",
|
||||||
"istio",
|
"istio",
|
||||||
"istioctl",
|
"istioctl",
|
||||||
|
"jdbc",
|
||||||
"jdupes",
|
"jdupes",
|
||||||
"journalctl",
|
"journalctl",
|
||||||
"kaniko",
|
"kaniko",
|
||||||
@@ -241,6 +242,7 @@
|
|||||||
"nproc",
|
"nproc",
|
||||||
"nvme",
|
"nvme",
|
||||||
"ocsp",
|
"ocsp",
|
||||||
|
"odbc",
|
||||||
"odhcpd",
|
"odhcpd",
|
||||||
"oidc",
|
"oidc",
|
||||||
"omnia",
|
"omnia",
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
| IP | Internet Protocol | |
|
| IP | Internet Protocol | |
|
||||||
| IPvX | Internet Protocol version X | |
|
| IPvX | Internet Protocol version X | |
|
||||||
| ISP | Internet Service Provider | |
|
| ISP | Internet Service Provider | |
|
||||||
|
| JDBC | Java DataBase Connectivity | Java API used for accessing databases |
|
||||||
| JDK | Java Development Kit | |
|
| JDK | Java Development Kit | |
|
||||||
| JIC | Just In Case | |
|
| JIC | Just In Case | |
|
||||||
| JIT | Just In Time | |
|
| JIT | Just In Time | |
|
||||||
@@ -91,6 +92,7 @@
|
|||||||
| NACL | Network ACL | |
|
| NACL | Network ACL | |
|
||||||
| OAM | [Open Application Model] | |
|
| OAM | [Open Application Model] | |
|
||||||
| OAM | Operations, Administration and Management | |
|
| OAM | Operations, Administration and Management | |
|
||||||
|
| ODBC | Open DataBase Connectivity | Open standard API used for accessing databases |
|
||||||
| OIDC | OpenID Connect | |
|
| OIDC | OpenID Connect | |
|
||||||
| OKR | Objectives and Key Results | Framework helping teams set and track measurable goals |
|
| OKR | Objectives and Key Results | Framework helping teams set and track measurable goals |
|
||||||
| OOM | Out Of Memory | |
|
| OOM | Out Of Memory | |
|
||||||
|
|||||||
@@ -44,25 +44,15 @@ Accounts can connect to Snowflake via:
|
|||||||
- Native connectors (e.g., Python or Spark).
|
- Native connectors (e.g., Python or Spark).
|
||||||
- Third-party connectors.
|
- Third-party connectors.
|
||||||
|
|
||||||
|
<!-- Uncomment if used
|
||||||
<details>
|
<details>
|
||||||
<summary>Setup</summary>
|
<summary>Setup</summary>
|
||||||
|
|
||||||
<details style='padding: 0 0 0 1rem'>
|
|
||||||
<summary>Mac OS X</summary>
|
|
||||||
|
|
||||||
```sh
|
```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>
|
||||||
|
-->
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Usage</summary>
|
<summary>Usage</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user