mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-02 18:46:02 +00:00
update druid docs (#10735)
This commit is contained in:
parent
48cc249b11
commit
bfa0905093
@ -72,7 +72,7 @@ source:
|
||||
username: <username>
|
||||
password: <password>
|
||||
hostPort: <hostPort>
|
||||
database: <database>
|
||||
databaseName: default
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DatabaseMetadata
|
||||
@ -117,7 +117,7 @@ workflowConfig:
|
||||
- **username**: Specify the User to connect to Druid. It should have enough privileges to read all the metadata.
|
||||
- **password**: Password to connect to Druid.
|
||||
- **hostPort**: Enter the fully qualified hostname and port number for your Druid 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 Name**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.
|
||||
- **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to Druid 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 Druid 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"`
|
||||
@ -367,7 +367,7 @@ source:
|
||||
username: "<username>"
|
||||
password: "<password>"
|
||||
hostPort: "<hostPort>"
|
||||
database: "<database>"
|
||||
databaseName: "default"
|
||||
sourceConfig:
|
||||
config:
|
||||
type: Profiler
|
||||
|
||||
@ -72,7 +72,7 @@ source:
|
||||
username: <username>
|
||||
password: <password>
|
||||
hostPort: <hostPort>
|
||||
database: <database>
|
||||
databaseName: default
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DatabaseMetadata
|
||||
@ -117,7 +117,7 @@ workflowConfig:
|
||||
- **username**: Specify the User to connect to Druid. It should have enough privileges to read all the metadata.
|
||||
- **password**: Password to connect to Druid.
|
||||
- **hostPort**: Enter the fully qualified hostname and port number for your Druid 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 Name**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.
|
||||
- **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to Druid 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 Druid 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"`
|
||||
@ -319,7 +319,7 @@ source:
|
||||
username: "<username>"
|
||||
password: "<password>"
|
||||
hostPort: "<hostPort>"
|
||||
database: "<database>"
|
||||
databaseName: default
|
||||
sourceConfig:
|
||||
config:
|
||||
type: Profiler
|
||||
|
||||
@ -148,7 +148,7 @@ the changes.
|
||||
- **Username**: Specify the User to connect to Druid. It should have enough privileges to read all the metadata.
|
||||
- **Password**: Password to connect to Druid.
|
||||
- **Host and Port**: Enter the fully qualified hostname and port number for your Druid 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 Name**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.
|
||||
- **Connection Options (Optional)**: Enter the details for any additional connection options that can be sent to Druid 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 Druid 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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user