mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
Minor Fixes for test connection (#10800)
This commit is contained in:
parent
bea38d7200
commit
cc35749454
@ -94,4 +94,5 @@ def test_connection(
|
||||
test_fn=test_fn,
|
||||
service_fqn=service_connection.type.value,
|
||||
automation_workflow=automation_workflow,
|
||||
timeout_seconds=service_connection.connectionTimeout,
|
||||
)
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "DomoDashboard",
|
||||
"fullyQualifiedName": "DomoDashboard",
|
||||
"displayName": "DomoDashboard Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetDashboards",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Looker",
|
||||
"fullyQualifiedName": "Looker",
|
||||
"displayName": "Looker Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Metabase",
|
||||
"fullyQualifiedName": "Metabase",
|
||||
"displayName": "Metabase Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetDashboards",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Mode",
|
||||
"fullyQualifiedName": "Mode",
|
||||
"displayName": "Mode Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "PowerBI",
|
||||
"fullyQualifiedName": "PowerBI",
|
||||
"displayName": "PowerBI Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetDashboards",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "QuickSight",
|
||||
"fullyQualifiedName": "QuickSight",
|
||||
"displayName": "QuickSight Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetDashboards",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Redash",
|
||||
"fullyQualifiedName": "Redash",
|
||||
"displayName": "Redash Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetDashboards",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Superset",
|
||||
"fullyQualifiedName": "Superset",
|
||||
"displayName": "Superset Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
},
|
||||
{
|
||||
"name": "GetQueries",
|
||||
"description": "Check if we can access the sys.dm_exec_cached_plans & sys.dm_exec_query_stats tables to get query logs, These queries are analyzed in the usage & lineage workflow.",
|
||||
"description": "Check if we can access the queries form `https://{your_host}/api/2.0/sql/history/queries` API. NOTE: To access this api you must have a premium subscription to databricks.",
|
||||
"mandatory": false
|
||||
}
|
||||
]
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Kafka",
|
||||
"fullyQualifiedName": "Kafka",
|
||||
"displayName": "Kafka Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of topics.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetTopics",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Kinesis",
|
||||
"fullyQualifiedName": "Kinesis",
|
||||
"displayName": "Kinesis Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of topics.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetTopics",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Redpanda",
|
||||
"fullyQualifiedName": "Redpanda",
|
||||
"displayName": "Redpanda Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of topics.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetTopics",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Amundsen",
|
||||
"fullyQualifiedName": "Amundsen",
|
||||
"displayName": "Amundsen Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of schemas, tables & dashboards.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Atlas",
|
||||
"fullyQualifiedName": "Atlas",
|
||||
"displayName": "Atlas Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of topics, tables & dashboards.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Mlflow",
|
||||
"fullyQualifiedName": "Mlflow",
|
||||
"displayName": "Mlflow Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of models.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetModels",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "SageMaker",
|
||||
"fullyQualifiedName": "SageMaker",
|
||||
"displayName": "SageMaker Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of models.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetModels",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Airbyte",
|
||||
"fullyQualifiedName": "Airbyte",
|
||||
"displayName": "Airbyte Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Airflow",
|
||||
"fullyQualifiedName": "Airflow",
|
||||
"displayName": "Airflow Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "CheckAccess",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Dagster",
|
||||
"fullyQualifiedName": "Dagster",
|
||||
"displayName": "Dagster Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "DatabricksPipeline",
|
||||
"fullyQualifiedName": "DatabricksPipeline",
|
||||
"displayName": "DatabricksPipeline Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "DomoPipeline",
|
||||
"fullyQualifiedName": "DomoPipeline",
|
||||
"displayName": "DomoPipeline Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Fivetran",
|
||||
"fullyQualifiedName": "Fivetran",
|
||||
"displayName": "Fivetran Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
"name": "GluePipeline",
|
||||
"fullyQualifiedName": "GluePipeline",
|
||||
"displayName": "GluePipeline Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
"description": "List all the workflows available to the user",
|
||||
"description": "List all the workflows available to the user, user must have access to `glue:ListWorkflows` permission",
|
||||
"mandatory": true
|
||||
}
|
||||
]
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "Nifi",
|
||||
"fullyQualifiedName": "Nifi",
|
||||
"displayName": "Nifi Test Connection",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of workbooks and views.",
|
||||
"description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
|
||||
"steps": [
|
||||
{
|
||||
"name": "GetPipelines",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user