mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +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.
|
||||
|
||||
<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
|
||||
|
||||
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.
|
||||
|
||||
<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
|
||||
|
||||
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.
|
||||
|
||||
<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
|
||||
|
||||
### 1. Visit the Services Page
|
||||
|
Loading…
x
Reference in New Issue
Block a user