@bland-easter-53873 are you following the examples here?
https://datahubproject.io/docs/metadata-ingestion
source:
type: snowflake
config:
username: user
password: pass
host_port: account_name
database_pattern:
# The escaping of the \$ symbol helps us skip the environment variable substitution.
allow:
◦ ^MY_DEMO_DATA.*
◦ ^ANOTHER_DB_REGEX
deny:
◦ ^SNOWFLAKE\$
◦ ^SNOWFLAKE_SAMPLE_DATA\$
warehouse: "COMPUTE_WH" # optional
role: "sysadmin" # optional
include_views: True # whether to include views, defaults to True
# table_pattern/schema_pattern is same as above
# options is same as above