diff --git a/ingestion/tests/load/README.md b/ingestion/tests/load/README.md index 5625ed1d857..3bb5d696129 100644 --- a/ingestion/tests/load/README.md +++ b/ingestion/tests/load/README.md @@ -1,5 +1,5 @@ ## Adding a new resource to load tests -Add a new `*.py` file to `test_resources/tasks`. The naming does not matter, but we use the resource name as defined in Java, but seperated by `_` (e.g. `TestCaseResource` becomes `test_case_tasks.py`). +Add a new `*.py` file to `test_resources/tasks`. The naming does not matter, but we use the resource name as defined in Java, but separated by `_` (e.g. `TestCaseResource` becomes `test_case_tasks.py`). In your newly created file, you'll need to import at minimum 1 package ```python diff --git a/openmetadata-docs/content/partials/v1.10/releases/1.6.4.md b/openmetadata-docs/content/partials/v1.10/releases/1.6.4.md index 4e003cc01d1..23ff85aea63 100644 --- a/openmetadata-docs/content/partials/v1.10/releases/1.6.4.md +++ b/openmetadata-docs/content/partials/v1.10/releases/1.6.4.md @@ -6,7 +6,7 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.4-release). -- Fix: Powerbi test connection sucess with bad credentials. +- Fix: Powerbi test connection success with bad credentials. - Fix: Remove description check for columnDescriptionStatus. - Fix: Markdown editor fix. - Fix: Postgres usage not terminating with bad connection. diff --git a/openmetadata-docs/content/partials/v1.8/releases/1.6.4.md b/openmetadata-docs/content/partials/v1.8/releases/1.6.4.md index 4e003cc01d1..23ff85aea63 100644 --- a/openmetadata-docs/content/partials/v1.8/releases/1.6.4.md +++ b/openmetadata-docs/content/partials/v1.8/releases/1.6.4.md @@ -6,7 +6,7 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.4-release). -- Fix: Powerbi test connection sucess with bad credentials. +- Fix: Powerbi test connection success with bad credentials. - Fix: Remove description check for columnDescriptionStatus. - Fix: Markdown editor fix. - Fix: Postgres usage not terminating with bad connection. diff --git a/openmetadata-docs/content/partials/v1.9/releases/1.6.4.md b/openmetadata-docs/content/partials/v1.9/releases/1.6.4.md index 4e003cc01d1..23ff85aea63 100644 --- a/openmetadata-docs/content/partials/v1.9/releases/1.6.4.md +++ b/openmetadata-docs/content/partials/v1.9/releases/1.6.4.md @@ -6,7 +6,7 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.4-release). -- Fix: Powerbi test connection sucess with bad credentials. +- Fix: Powerbi test connection success with bad credentials. - Fix: Remove description check for columnDescriptionStatus. - Fix: Markdown editor fix. - Fix: Postgres usage not terminating with bad connection. diff --git a/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/database/pinotdb/index.md b/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/database/pinotdb/index.md index 4e7b0c7f852..c10fba84df4 100644 --- a/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/database/pinotdb/index.md +++ b/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/database/pinotdb/index.md @@ -44,7 +44,7 @@ Configure and schedule PinotDB metadata and profiler workflows from the OpenMeta - **Username**: Specify the User to connect to PinotDB. It should have enough privileges to read all the metadata. - **Password**: Password to connect to PinotDB. -- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to contoller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. +- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to controller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. - **databaseName**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name. - **databaseSchema**: databaseSchema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single databaseSchema. When left blank, OpenMetadata Ingestion attempts to scan all the databaseSchema. - **caCertificate**: Provide the path to ssl ca file. diff --git a/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/metadata/amundsen/yaml.md b/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/metadata/amundsen/yaml.md index 1b23c2dab9e..09e5df7c6f7 100644 --- a/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/metadata/amundsen/yaml.md +++ b/openmetadata-docs/content/v1.10.x-SNAPSHOT/connectors/metadata/amundsen/yaml.md @@ -25,7 +25,7 @@ Configure and schedule Amundsen metadata and profiler workflows from the OpenMet ## Requirements Before this, you must create the service you want to get metadata for. -You can learn how to do it by folowing the initial part of the Connector documentation for the service. +You can learn how to do it by following the initial part of the Connector documentation for the service. You can find the connectors list [here](/connectors). ### Python Requirements diff --git a/openmetadata-docs/content/v1.10.x-SNAPSHOT/deployment/kubernetes/on-prem.md b/openmetadata-docs/content/v1.10.x-SNAPSHOT/deployment/kubernetes/on-prem.md index b823b92529c..e690172ba8c 100644 --- a/openmetadata-docs/content/v1.10.x-SNAPSHOT/deployment/kubernetes/on-prem.md +++ b/openmetadata-docs/content/v1.10.x-SNAPSHOT/deployment/kubernetes/on-prem.md @@ -49,7 +49,7 @@ openmetadata: secretRef: elasticsearch-secrets secretKey: openmetadata-elasticsearch-password database: - host: + host: port: 3306 driverClass: com.mysql.cj.jdbc.Driver dbScheme: mysql diff --git a/openmetadata-docs/content/v1.10.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md b/openmetadata-docs/content/v1.10.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md index 00fd64b4f40..5669d4c374a 100644 --- a/openmetadata-docs/content/v1.10.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md +++ b/openmetadata-docs/content/v1.10.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md @@ -13,9 +13,9 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/pipel - **`host`** *(string)*: DBT cloud Access URL. - **`discoveryAPI`** *(string)*: DBT cloud Metadata API URL. - **`accountId`** *(string)*: ID of your DBT cloud account. -- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs seperated by comma `,`. +- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs separated by comma `,`. - **Items** *(string)* -- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects seperated by comma `,`. +- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects separated by comma `,`. - **Items** *(string)* - **`numberOfRuns`** *(integer)*: Number of runs to fetch from DBT cloud. Default: `100`. - **`token`** *(string)*: Generated Token to connect to DBTCloud. diff --git a/openmetadata-docs/content/v1.8.x/connectors/database/pinotdb/index.md b/openmetadata-docs/content/v1.8.x/connectors/database/pinotdb/index.md index 2c4a5c8257a..a8a78fc7ce5 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/database/pinotdb/index.md +++ b/openmetadata-docs/content/v1.8.x/connectors/database/pinotdb/index.md @@ -44,7 +44,7 @@ Configure and schedule PinotDB metadata and profiler workflows from the OpenMeta - **Username**: Specify the User to connect to PinotDB. It should have enough privileges to read all the metadata. - **Password**: Password to connect to PinotDB. -- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to contoller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. +- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to controller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. - **databaseName**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name. - **databaseSchema**: databaseSchema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single databaseSchema. When left blank, OpenMetadata Ingestion attempts to scan all the databaseSchema. - **caCertificate**: Provide the path to ssl ca file. diff --git a/openmetadata-docs/content/v1.8.x/connectors/metadata/amundsen/yaml.md b/openmetadata-docs/content/v1.8.x/connectors/metadata/amundsen/yaml.md index 311b580eb82..7871f24b5b3 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/metadata/amundsen/yaml.md +++ b/openmetadata-docs/content/v1.8.x/connectors/metadata/amundsen/yaml.md @@ -25,7 +25,7 @@ Configure and schedule Amundsen metadata and profiler workflows from the OpenMet ## Requirements Before this, you must create the service you want to get metadata for. -You can learn how to do it by folowing the initial part of the Connector documentation for the service. +You can learn how to do it by following the initial part of the Connector documentation for the service. You can find the connectors list [here](/connectors). ### Python Requirements diff --git a/openmetadata-docs/content/v1.8.x/deployment/kubernetes/on-prem.md b/openmetadata-docs/content/v1.8.x/deployment/kubernetes/on-prem.md index 8f6cb7f0841..5d4ec57de60 100644 --- a/openmetadata-docs/content/v1.8.x/deployment/kubernetes/on-prem.md +++ b/openmetadata-docs/content/v1.8.x/deployment/kubernetes/on-prem.md @@ -49,7 +49,7 @@ openmetadata: secretRef: elasticsearch-secrets secretKey: openmetadata-elasticsearch-password database: - host: + host: port: 3306 driverClass: com.mysql.cj.jdbc.Driver dbScheme: mysql diff --git a/openmetadata-docs/content/v1.8.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md b/openmetadata-docs/content/v1.8.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md index 95dc3dc7b18..7fb36508aa2 100644 --- a/openmetadata-docs/content/v1.8.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md +++ b/openmetadata-docs/content/v1.8.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md @@ -14,9 +14,9 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/pipel - **`host`** *(string, format: uri)*: DBT cloud Access URL. - **`discoveryAPI`** *(string, format: uri)*: DBT cloud Metadata API URL. - **`accountId`** *(string)*: ID of your DBT cloud account. -- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs seperated by comma `,`. +- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs separated by comma `,`. - **Items** *(string)* -- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects seperated by comma `,`. +- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects separated by comma `,`. - **Items** *(string)* - **`token`** *(string, format: password)*: Generated Token to connect to DBTCloud. ## Definitions diff --git a/openmetadata-docs/content/v1.9.x/connectors/database/pinotdb/index.md b/openmetadata-docs/content/v1.9.x/connectors/database/pinotdb/index.md index cbc71c50d54..3eca8811234 100644 --- a/openmetadata-docs/content/v1.9.x/connectors/database/pinotdb/index.md +++ b/openmetadata-docs/content/v1.9.x/connectors/database/pinotdb/index.md @@ -44,7 +44,7 @@ Configure and schedule PinotDB metadata and profiler workflows from the OpenMeta - **Username**: Specify the User to connect to PinotDB. It should have enough privileges to read all the metadata. - **Password**: Password to connect to PinotDB. -- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to contoller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. +- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to controller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`. - **databaseName**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name. - **databaseSchema**: databaseSchema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single databaseSchema. When left blank, OpenMetadata Ingestion attempts to scan all the databaseSchema. - **caCertificate**: Provide the path to ssl ca file. diff --git a/openmetadata-docs/content/v1.9.x/connectors/metadata/amundsen/yaml.md b/openmetadata-docs/content/v1.9.x/connectors/metadata/amundsen/yaml.md index 12ef271767b..5ee139d0222 100644 --- a/openmetadata-docs/content/v1.9.x/connectors/metadata/amundsen/yaml.md +++ b/openmetadata-docs/content/v1.9.x/connectors/metadata/amundsen/yaml.md @@ -25,7 +25,7 @@ Configure and schedule Amundsen metadata and profiler workflows from the OpenMet ## Requirements Before this, you must create the service you want to get metadata for. -You can learn how to do it by folowing the initial part of the Connector documentation for the service. +You can learn how to do it by following the initial part of the Connector documentation for the service. You can find the connectors list [here](/connectors). ### Python Requirements diff --git a/openmetadata-docs/content/v1.9.x/deployment/kubernetes/on-prem.md b/openmetadata-docs/content/v1.9.x/deployment/kubernetes/on-prem.md index febdb1a7d36..4dd3d04167d 100644 --- a/openmetadata-docs/content/v1.9.x/deployment/kubernetes/on-prem.md +++ b/openmetadata-docs/content/v1.9.x/deployment/kubernetes/on-prem.md @@ -49,7 +49,7 @@ openmetadata: secretRef: elasticsearch-secrets secretKey: openmetadata-elasticsearch-password database: - host: + host: port: 3306 driverClass: com.mysql.cj.jdbc.Driver dbScheme: mysql diff --git a/openmetadata-docs/content/v1.9.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md b/openmetadata-docs/content/v1.9.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md index 95dc3dc7b18..7fb36508aa2 100644 --- a/openmetadata-docs/content/v1.9.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md +++ b/openmetadata-docs/content/v1.9.x/main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/dbtCloudConnection.md @@ -14,9 +14,9 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/pipel - **`host`** *(string, format: uri)*: DBT cloud Access URL. - **`discoveryAPI`** *(string, format: uri)*: DBT cloud Metadata API URL. - **`accountId`** *(string)*: ID of your DBT cloud account. -- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs seperated by comma `,`. +- **`jobIds`** *(array)*: List of IDs of your DBT cloud jobs separated by comma `,`. - **Items** *(string)* -- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects seperated by comma `,`. +- **`projectIds`** *(array)*: List of IDs of your DBT cloud projects separated by comma `,`. - **Items** *(string)* - **`token`** *(string, format: password)*: Generated Token to connect to DBTCloud. ## Definitions diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md index 02e5529caf8..d98890c57a5 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/PinotDB.md @@ -37,7 +37,7 @@ $$ $$section ### Pinot Controller Host $(id="pinotControllerHost") -Pinot Controller Host and Port of the data source. Unlike broker host, prefix http:// or https:// must be added to contoller host. For example, you can set it to `http://localhost:9000` +Pinot Controller Host and Port of the data source. Unlike broker host, prefix http:// or https:// must be added to controller host. For example, you can set it to `http://localhost:9000` $$ $$section