mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
updated postgres docs (#9920)
This commit is contained in:
parent
a6d825d3bc
commit
a817b18104
@ -41,6 +41,16 @@ As a summary:
|
|||||||
|
|
||||||
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
|
||||||
|
- For usage and lineage grant your user `pg_read_all_stats` permission.
|
||||||
|
|
||||||
|
```sql
|
||||||
|
GRANT pg_read_all_stats TO your_user;
|
||||||
|
```
|
||||||
|
|
||||||
|
</Note>
|
||||||
|
|
||||||
### Python Requirements
|
### Python Requirements
|
||||||
|
|
||||||
To run the Postgres ingestion, you will need to install:
|
To run the Postgres ingestion, you will need to install:
|
||||||
|
@ -41,6 +41,16 @@ As a summary:
|
|||||||
|
|
||||||
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
|
||||||
|
- For usage and lineage grant your user `pg_read_all_stats` permission.
|
||||||
|
|
||||||
|
```sql
|
||||||
|
GRANT pg_read_all_stats TO your_user;
|
||||||
|
```
|
||||||
|
|
||||||
|
</Note>
|
||||||
|
|
||||||
### Python Requirements
|
### Python Requirements
|
||||||
|
|
||||||
To run the Postgres ingestion, you will need to install:
|
To run the Postgres ingestion, you will need to install:
|
||||||
|
@ -62,6 +62,16 @@ As a summary:
|
|||||||
|
|
||||||
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
Then, when extracting usage and lineage data, the query log duration will have no impact, only the query limit.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
|
||||||
|
- For usage and lineage grant your user `pg_read_all_stats` permission.
|
||||||
|
|
||||||
|
```sql
|
||||||
|
GRANT pg_read_all_stats TO your_user;
|
||||||
|
```
|
||||||
|
|
||||||
|
</Note>
|
||||||
|
|
||||||
## Metadata Ingestion
|
## Metadata Ingestion
|
||||||
|
|
||||||
### 1. Visit the Services Page
|
### 1. Visit the Services Page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user