mariadb
Usage
source:
type: mariadb
config:
connection_url: admin:pass123@tcp(localhost:3306)/
Inputs
Key | Value | Example | Description | |
---|
connection_url | string | admin:pass123@tcp(localhost:3306)/ | URL to access the mariadb server | required |
Outputs
Field | Sample Value |
---|
resource.urn | my_database.my_table |
resource.name | my_table |
resource.service | mariadb |
description | table description |
profile.total_rows | 1100 |
schema | []Column |
Column
Field | Sample Value |
---|
name | total_price |
description | item's total price |
data_type | decimal |
is_nullable | true |
length | 11 |
Contributing
Refer to the contribution guidelines for information on contributing to this module.