enough-potato-17984
05/25/2021, 9:33 AMgray-shoe-75895
05/25/2021, 6:55 PMgray-shoe-75895
05/26/2021, 3:05 AMenough-potato-17984
05/26/2021, 9:37 AMmany-pilot-7340
12/17/2021, 4:04 AMmany-pilot-7340
12/17/2021, 4:08 AMmany-pilot-7340
12/17/2021, 4:11 AMgray-shoe-75895
12/17/2021, 6:17 AMgray-shoe-75895
12/17/2021, 6:18 AMmany-pilot-7340
12/17/2021, 5:55 PMmany-pilot-7340
12/17/2021, 6:05 PMmany-pilot-7340
12/17/2021, 6:16 PMgray-shoe-75895
12/17/2021, 6:42 PMgray-shoe-75895
12/17/2021, 6:42 PMmany-pilot-7340
12/20/2021, 6:50 PMmany-pilot-7340
12/20/2021, 7:54 PM---
# see <https://datahubproject.io/docs/metadata-ingestion/source_docs/mysql> for complete documentation
source:
type: "mysql"
config:
host_port: localhost:3306
database: world_x
username: datahub
password: datahub
include_tables: True
include_views: True
# see <https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub> for complete documentation
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
gray-shoe-75895
12/21/2021, 4:47 AM/entities?action=ingest
and the docs are here: https://datahubproject.io/docs/metadata-service/#restli-api. You can also programmatically call that API through python - there’s a bunch of examples here https://datahubproject.io/docs/lineage/sample_codegray-shoe-75895
12/21/2021, 4:52 AMhelpful-optician-78938
12/21/2021, 6:21 PMmany-pilot-7340
12/21/2021, 7:45 PM---
# see <https://datahubproject.io/docs/metadata-ingestion/source_docs/mysql> for complete documentation
source:
type: "mysql"
config:
host_port: localhost:3306
database: world_x
username: datahub
password: datahub
include_tables: True
include_views: True
# see <https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub> for complete documentation
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
[2021-12-21 10:57:10,977] INFO {datahub.ingestion.run.pipeline:77} - sink wrote workunit world_x.city
[2021-12-21 10:57:11,009] INFO {datahub.ingestion.run.pipeline:77} - sink wrote workunit world_x.country
[2021-12-21 10:57:11,046] INFO {datahub.ingestion.run.pipeline:77} - sink wrote workunit world_x.countryinfo
[2021-12-21 10:57:11,083] INFO {datahub.ingestion.run.pipeline:77} - sink wrote workunit world_x.countrylanguage
many-pilot-7340
12/21/2021, 10:29 PM/entities?action=ingest
helpful-optician-78938
12/21/2021, 11:56 PMschema_pattern.deny
to exclude other tables from getting ingested.helpful-optician-78938
12/22/2021, 12:03 AMmany-pilot-7340
12/22/2021, 12:29 AMmany-pilot-7340
12/22/2021, 12:30 AMhelpful-optician-78938
12/22/2021, 12:33 AMbulky-lunch-41113
04/27/2023, 3:36 AMgray-shoe-75895
04/27/2023, 11:01 PM