# README
postgres
Usage
source:
name: postgres
config:
connection_url: postgres://admin:pass123@localhost:3306/testDB?sslmode=disable
exclude: primaryDB,secondaryDB
Inputs
Key | Value | Example | Description | |
---|---|---|---|---|
connection_url | string | postgres://admin:pass123@localhost:3306/testDB?sslmode=disable | URL to access the postgres server | required |
exclude | string | primaryDB,secondaryDB | This is a comma separated db list | optional |
Outputs
Field | Sample Value |
---|---|
resource.urn | postgres::my-postgres/my_database/my_table |
resource.name | my_table |
resource.service | postgres |
description | table description |
profile.total_rows | 2100 |
schema | []Column |
Column
Field | Sample Value |
---|---|
name | total_price |
description | item's total price |
data_type | decimal |
is_nullable | true |
length | 12,2 |
Contributing
Refer to the contribution guidelines for information on contributing to this module.
# Functions
No description provided by the author
New returns a pointer to an initialized Extractor Object.