From 726f7ddf27f1bf7f7175e35bd4c1f92b224242d2 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:20:00 +0530 Subject: [PATCH] ODBC Driver version update for Azuresql (#7134) --- .../services/connections/database/azureSQLConnection.json | 6 +----- .../openmetadata/connectors/database/azuresql/airflow.md | 6 +++--- .../openmetadata/connectors/database/azuresql/cli.md | 6 +++--- .../openmetadata/connectors/database/azuresql/index.md | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json index 065d4ef6676..bbd9bf3af6a 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json @@ -57,7 +57,7 @@ "title": "Driver", "description": "SQLAlchemy driver for AzureSQL.", "type": "string", - "default": "ODBC Driver 17 for SQL Server" + "default": "ODBC Driver 18 for SQL Server" }, "connectionOptions": { "title": "Connection Options", @@ -78,10 +78,6 @@ "supportsDatabase": { "title": "Supports Profiler", "$ref": "../connectionBasicType.json#/definitions/supportsDatabase" - }, - "supportsQueryComment": { - "title": "Supports Query Comment", - "$ref": "../connectionBasicType.json#/definitions/supportsQueryComment" } }, "additionalProperties": false, diff --git a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/airflow.md b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/airflow.md index fa2e2878d0d..9bb3a2bafe1 100644 --- a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/airflow.md +++ b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/airflow.md @@ -58,7 +58,7 @@ source: database: database_name username: username password: password - # driver: ODBC Driver 17 for SQL Server (default) + # driver: ODBC Driver 18 for SQL Server (default) sourceConfig: config: markDeletedTables: true @@ -140,7 +140,7 @@ workflowConfig: - **password**: Password to connect to AzureSQL. - **hostPort**: Enter the fully qualified hostname and port number for your AzureSQL deployment in the Host and Port field. - **database**: The database of the data source is an optional parameter, if you would like to restrict the metadata reading to a single database. If left blank, OpenMetadata ingestion attempts to scan all the databases. -- **driver**: SQLAlchemy driver for AzureSQL. `ODBC Driver 17 for SQL Server` by default. +- **driver**: SQLAlchemy driver for AzureSQL. `ODBC Driver 18 for SQL Server` by default. - **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - **Connection Arguments (Optional)**: Enter the details for any additional connection arguments such as security or protocol configs that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - In case you are using Single-Sign-On (SSO) for authentication, add the `authenticator` details in the Connection Arguments as a Key-Value pair as follows: `"authenticator" : "sso_login_url"` @@ -378,7 +378,7 @@ source: database: database_name username: username password: password - # driver: ODBC Driver 17 for SQL Server (default) + # driver: ODBC Driver 18 for SQL Server (default) sourceConfig: config: type: Profiler diff --git a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/cli.md b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/cli.md index 10fd721ba77..38fac09149a 100644 --- a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/cli.md +++ b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/cli.md @@ -58,7 +58,7 @@ source: database: database_name username: username password: password - # driver: ODBC Driver 17 for SQL Server (default) + # driver: ODBC Driver 18 for SQL Server (default) sourceConfig: config: markDeletedTables: true @@ -140,7 +140,7 @@ workflowConfig: - **password**: Password to connect to AzureSQL. - **hostPort**: Enter the fully qualified hostname and port number for your AzureSQL deployment in the Host and Port field. - **database**: The database of the data source is an optional parameter, if you would like to restrict the metadata reading to a single database. If left blank, OpenMetadata ingestion attempts to scan all the databases. -- **driver**: SQLAlchemy driver for AzureSQL. `ODBC Driver 17 for SQL Server` by default. +- **driver**: SQLAlchemy driver for AzureSQL. `ODBC Driver 18 for SQL Server` by default. - **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - **Connection Arguments (Optional)**: Enter the details for any additional connection arguments such as security or protocol configs that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - In case you are using Single-Sign-On (SSO) for authentication, add the `authenticator` details in the Connection Arguments as a Key-Value pair as follows: `"authenticator" : "sso_login_url"` @@ -331,7 +331,7 @@ source: database: database_name username: username password: password - # driver: ODBC Driver 17 for SQL Server (default) + # driver: ODBC Driver 18 for SQL Server (default) sourceConfig: config: type: Profiler diff --git a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/index.md b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/index.md index 3d3bf59f002..83efc64483a 100644 --- a/openmetadata-docs/content/openmetadata/connectors/database/azuresql/index.md +++ b/openmetadata-docs/content/openmetadata/connectors/database/azuresql/index.md @@ -135,7 +135,7 @@ the changes. - **Password**: Password to connect to AzureSQL. - **Host and Port**: Enter the fully qualified hostname and port number for your AzureSQL deployment in the Host and Port field. - **Database (Optional)**: The database of the data source is an optional parameter, if you would like to restrict the metadata reading to a single database. If left blank, OpenMetadata ingestion attempts to scan all the databases. -- **Driver (Optional)**: SQLAlchemy driver for AzureSQL. `ODBC Driver 17 for SQL Server` by default. +- **Driver (Optional)**: SQLAlchemy driver for AzureSQL. `ODBC Driver 18 for SQL Server` by default. - **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - **Connection Arguments (Optional)**: Enter the details for any additional connection arguments such as security or protocol configs that can be sent to AzureSQL during the connection. These details must be added as Key-Value pairs. - In case you are using Single-Sign-On (SSO) for authentication, add the `authenticator` details in the Connection Arguments as a Key-Value pair as follows: `"authenticator" : "sso_login_url"`