You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/howto-ingest-azure-blob-storage.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: mulander
6
6
ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.topic: how-to
9
-
ms.date: 01/30/2023
9
+
ms.date: 05/12/2023
10
10
---
11
11
12
12
# How to ingest data using pg_azure_storage in Azure Cosmos DB for PostgreSQL
@@ -66,7 +66,7 @@ pg_size_pretty | 5257 kB
66
66
content_type | application/x-gzip
67
67
```
68
68
69
-
You can filter the output either by using a regular SQL `WHERE` clause, or by using the `prefix` parameter of the `blob_list` UDF. The latter will filter the returned rows on the Azure Blob Storage side.
69
+
You can filter the output either by using a regular SQL `WHERE` clause, or by using the `prefix` parameter of the `blob_list` UDF. The latter filters the returned rows on the Azure Blob Storage side.
70
70
71
71
72
72
> [!NOTE]
@@ -178,7 +178,7 @@ Currently the extension supports the following file formats:
178
178
179
179
### Load data with blob_get()
180
180
181
-
The `COPY` command is convenient, but limited in flexibility. Internally COPY uses the `blob_get` function, which you can use directly to manipulate data in much more complex scenarios.
181
+
The `COPY` command is convenient, but limited in flexibility. Internally COPY uses the `blob_get` function, which you can use directly to manipulate data in more complex scenarios.
182
182
183
183
```sql
184
184
SELECT*
@@ -345,4 +345,5 @@ INSERT 0 264308
345
345
346
346
Congratulations, you just learned how to load data into Azure Cosmos DB for PostgreSQL directly from Azure Blob Storage.
347
347
348
-
Learn how to create a [real-time dashboard](tutorial-design-database-realtime.md) with Azure Cosmos DB for PostgreSQL.
348
+
- Learn how to create a [real-time dashboard](tutorial-design-database-realtime.md) with Azure Cosmos DB for PostgreSQL.
349
+
- Learn more about [pg_azure_storage](reference-pg-azure-storage.md).
0 commit comments