Minor: Removed Extra Service Connection from MSSQL Yaml file (#16174)

This commit is contained in:
Prajwal214 2024-05-09 11:11:40 +05:30 committed by GitHub
parent ad658c81da
commit e159dc3392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 58 deletions

View File

@ -152,35 +152,6 @@ This is a sample config for MSSQL:
{% codeBlock fileName="filename.yaml" %}
```yaml
source:
type: mssql
serviceName: "<service name>"
serviceConnection:
config:
type: Mssql
```
```yaml {% srNumber=1 %}
scheme: mssql+pytds
```
```yaml {% srNumber=2 %}
username: <username>
```
```yaml {% srNumber=3 %}
password: <password>
```
```yaml {% srNumber=4 %}
hostPort: <hostPort>
```
```yaml {% srNumber=5 %}
database: <database>
```
```yaml {% srNumber=6 %}
ingestAllDatabases: false # true
```
```yaml {% srNumber=7 %}
uriString: uriString
```
```yaml
source:
type: mssql

View File

@ -152,35 +152,6 @@ This is a sample config for MSSQL:
{% codeBlock fileName="filename.yaml" %}
```yaml
source:
type: mssql
serviceName: "<service name>"
serviceConnection:
config:
type: Mssql
```
```yaml {% srNumber=1 %}
scheme: mssql+pytds
```
```yaml {% srNumber=2 %}
username: <username>
```
```yaml {% srNumber=3 %}
password: <password>
```
```yaml {% srNumber=4 %}
hostPort: <hostPort>
```
```yaml {% srNumber=5 %}
database: <database>
```
```yaml {% srNumber=6 %}
ingestAllDatabases: false # true
```
```yaml {% srNumber=7 %}
uriString: uriString
```
```yaml
source:
type: mssql