Add: Add databaseSchema filed in Yaml file (#5316)

This commit is contained in:
Milan Bariya 2022-06-07 12:12:41 +05:30 committed by GitHub
parent fe757624bd
commit 5e3f190f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 7 deletions

View File

@ -4,8 +4,6 @@ source:
serviceConnection: serviceConnection:
config: config:
type: BigQuery type: BigQuery
enablePolicyTagImport: true
projectId: project_id
credentials: credentials:
gcsConfig: gcsConfig:
type: service_account type: service_account

View File

@ -5,7 +5,6 @@ source:
config: config:
token: <databricks token> token: <databricks token>
hostPort: localhost:443 hostPort: localhost:443
database: default
connectionArguments: connectionArguments:
http_path: <http path of databricks cluster> http_path: <http path of databricks cluster>
sourceConfig: sourceConfig:

View File

@ -7,7 +7,7 @@ source:
username: openmetadata_user username: openmetadata_user
password: openmetadata_password password: openmetadata_password
hostPort: localhost:50000 hostPort: localhost:50000
database: custom_database_name databaseSchema: default
sourceConfig: sourceConfig:
config: config:
enableDataProfiler: false enableDataProfiler: false

View File

@ -4,6 +4,7 @@ source:
serviceConnection: serviceConnection:
config: config:
type: Hive type: Hive
databaseSchema: default
hostPort: localhost:10000 hostPort: localhost:10000
sourceConfig: sourceConfig:
config: config:

View File

@ -6,6 +6,7 @@ source:
type: MariaDB type: MariaDB
username: openmetadata_user username: openmetadata_user
password: openmetadata_password password: openmetadata_password
databaseSchema: default
hostPort: localhost:3306 hostPort: localhost:3306
sourceConfig: sourceConfig:
config: config:

View File

@ -7,6 +7,7 @@ source:
username: openmetadata_user username: openmetadata_user
password: openmetadata_password password: openmetadata_password
hostPort: localhost:3306 hostPort: localhost:3306
databaseSchema: default
connectionOptions: {} connectionOptions: {}
connectionArguments: {} connectionArguments: {}
sourceConfig: sourceConfig:

View File

@ -6,6 +6,7 @@ source:
hostPort: hostPort hostPort: hostPort
username: username username: username
password: password password: password
databaseSchema: default
type: Oracle type: Oracle
oracleServiceName: TESTDB oracleServiceName: TESTDB
sourceConfig: sourceConfig:

View File

@ -8,7 +8,7 @@ source:
catalog: tpcds catalog: tpcds
username: admin username: admin
password: password password: password
database: database databaseSchema: tpcds
sourceConfig: sourceConfig:
config: config:
generateSampleData: false generateSampleData: false

View File

@ -7,7 +7,7 @@ source:
username: openmetadata_user username: openmetadata_user
password: openmetadata_password password: openmetadata_password
hostPort: localhost:3306 hostPort: localhost:3306
database: custom_database_name databaseSchema: custom_database_name
sourceConfig: sourceConfig:
config: config:
enableDataProfiler: false enableDataProfiler: false

View File

@ -7,7 +7,7 @@ source:
hostPort: localhost:8080 hostPort: localhost:8080
username: user username: user
catalog: tpcds catalog: tpcds
database: tiny databaseSchema: tiny
connectionOptions: {} connectionOptions: {}
connectionArguments: {} connectionArguments: {}
sourceConfig: sourceConfig: