Skip to content

Commit a013770

Browse files
committed
adding shortcode structure back
1 parent 6c09ef4 commit a013770

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/shared/influxdb3-query-guides/snapshots/snowflake.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,23 @@ For more information, refer to the [Snowflake documentation](https://docs.snowfl
7070

7171
> **Note**: Before exporting InfluxDB time series data to Iceberg format, ensure that the relevant InfluxDB tables are properly set up. Please reach out to your support engineers to configure the tables that need to be exported.
7272
73+
{{< tabs-wrapper >}}
74+
{{% tabs %}}
75+
[CLI](#tab-cli)
76+
[API](#tab-api)
77+
{{% /tabs %}}
78+
79+
{{% tab-content %}}
80+
{{% tab-pane id="tab-cli" %}}
7381
#### Using the CLI
7482

7583
Use the `influxctl` command to export InfluxDB time-series data to Iceberg format:
7684

7785
```sh
7886
influxctl snapshot export --namespace foo --table bar
7987
```
80-
88+
{{% /tab-pane %}}
89+
{{% tab-pane id="tab-api" %}}
8190
#### Using the API
8291

8392
Use the {{% product-name %}} HTTP API to export snapshots and check status.
@@ -106,7 +115,6 @@ This example shows how to check the status of an ongoing or completed snapshot e
106115
- **Endpoint**: `/snapshots/status`
107116

108117
The `GET` request to the `/snapshots/status` endpoint retrieves the status of the snapshot export. This can be used to monitor the progress of the export or verify its completion.
109-
110118
{{% /tab-pane %}}
111119
{{% /tab-content %}}
112120
{{< /tabs-wrapper >}}

0 commit comments

Comments
 (0)