mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
17 lines
384 B
YAML
17 lines
384 B
YAML
pipeline_name: my-teradata-ingestion-pipeline
|
|
source:
|
|
type: teradata
|
|
config:
|
|
host_port: "myteradatainstance.teradata.com:1025"
|
|
username: myuser
|
|
password: mypassword
|
|
#database_pattern:
|
|
# allow:
|
|
# - "my_database"
|
|
# ignoreCase: true
|
|
include_table_lineage: true
|
|
include_usage_statistics: true
|
|
stateful_ingestion:
|
|
enabled: true
|
|
sink:
|