codingwithabhi 01336853ef
Snowflake private key fix (#4031)
* snowflake-private-key-fixed

* ran-core_bump_version_dev
2022-04-11 19:27:50 +05:30

42 lines
972 B
JSON

{
"source": {
"type": "snowflake",
"serviceName": "snowflake",
"serviceConnection": {
"config": {
"type": "Snowflake",
"hostPort": "account.region.service.snowflakecomputing.com",
"username": "username",
"password": "password",
"database": "database_name",
"warehouse": "warehouse_name",
"account": "account.region_name.cloud_service",
"connectionArguments": {
"private_key": "private_key"
}
}
},
"sourceConfig": {
"config": {
"schemaFilterPattern": {
"excludes": [
"mysql.*",
"information_schema.*",
"performance_schema.*",
"sys.*"
]
}
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}