mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 07:48:14 +00:00
ODBC Driver version update for Azuresql (#7134)
This commit is contained in:
parent
1da57ef548
commit
726f7ddf27
@ -57,7 +57,7 @@
|
|||||||
"title": "Driver",
|
"title": "Driver",
|
||||||
"description": "SQLAlchemy driver for AzureSQL.",
|
"description": "SQLAlchemy driver for AzureSQL.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "ODBC Driver 17 for SQL Server"
|
"default": "ODBC Driver 18 for SQL Server"
|
||||||
},
|
},
|
||||||
"connectionOptions": {
|
"connectionOptions": {
|
||||||
"title": "Connection Options",
|
"title": "Connection Options",
|
||||||
@ -78,10 +78,6 @@
|
|||||||
"supportsDatabase": {
|
"supportsDatabase": {
|
||||||
"title": "Supports Profiler",
|
"title": "Supports Profiler",
|
||||||
"$ref": "../connectionBasicType.json#/definitions/supportsDatabase"
|
"$ref": "../connectionBasicType.json#/definitions/supportsDatabase"
|
||||||
},
|
|
||||||
"supportsQueryComment": {
|
|
||||||
"title": "Supports Query Comment",
|
|
||||||
"$ref": "../connectionBasicType.json#/definitions/supportsQueryComment"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
@ -58,7 +58,7 @@ source:
|
|||||||
database: database_name
|
database: database_name
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
# driver: ODBC Driver 17 for SQL Server (default)
|
# driver: ODBC Driver 18 for SQL Server (default)
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
markDeletedTables: true
|
markDeletedTables: true
|
||||||
@ -140,7 +140,7 @@ workflowConfig:
|
|||||||
- **password**: Password to connect to AzureSQL.
|
- **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.
|
- **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.
|
- **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 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.
|
- **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"`
|
- 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
|
database: database_name
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
# driver: ODBC Driver 17 for SQL Server (default)
|
# driver: ODBC Driver 18 for SQL Server (default)
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
type: Profiler
|
type: Profiler
|
||||||
|
|||||||
@ -58,7 +58,7 @@ source:
|
|||||||
database: database_name
|
database: database_name
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
# driver: ODBC Driver 17 for SQL Server (default)
|
# driver: ODBC Driver 18 for SQL Server (default)
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
markDeletedTables: true
|
markDeletedTables: true
|
||||||
@ -140,7 +140,7 @@ workflowConfig:
|
|||||||
- **password**: Password to connect to AzureSQL.
|
- **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.
|
- **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.
|
- **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 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.
|
- **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"`
|
- 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
|
database: database_name
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
# driver: ODBC Driver 17 for SQL Server (default)
|
# driver: ODBC Driver 18 for SQL Server (default)
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
type: Profiler
|
type: Profiler
|
||||||
|
|||||||
@ -135,7 +135,7 @@ the changes.
|
|||||||
- **Password**: Password to connect to AzureSQL.
|
- **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.
|
- **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.
|
- **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 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.
|
- **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"`
|
- 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"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user