aloof-london-98698
11/17/2021, 5:28 PM1 validation error for SnowflakeConfig
database_pattern -> allow
value is not a valid list (type=type_error.list)
source:
type: "snowflake"
config:
# Coordinates
host_port: "xxxxxx"
warehouse: "xxxxxxx"
# Credentials
username: "username"
password: "password"
role: "role"
include_table_lineage: "True"
database_pattern:
allow: "database_name"
ignoreCase: "True"
sink:
type: "datahub-rest"
config:
server: xxxxxx
miniature-tiger-96062
11/17/2021, 5:51 PMallow:
- "database"
aloof-london-98698
11/17/2021, 7:34 PMmammoth-bear-12532
allow
is a list of patterns. So you need to use the -
for yaml to detect it as an array being providedaloof-london-98698
11/18/2021, 2:15 AMmammoth-bear-12532