mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
update noindex,nofollow props (#21732)
This commit is contained in:
parent
16a9f48c59
commit
e55c836cb6
@ -60,7 +60,7 @@
|
|||||||
## Security
|
## Security
|
||||||
|
|
||||||
- **SAML** support has been added.
|
- **SAML** support has been added.
|
||||||
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`. More info [here](/deployment/security/enable-password-masking).
|
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`.
|
||||||
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
||||||
|
|
||||||
## Lineage
|
## Lineage
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
## Connectors
|
## Connectors
|
||||||
|
|
||||||
- New [Qliksense](qlik.com) Connector.
|
- New [Qliksense](/connectors/dashboard/qliksense) Connector.
|
||||||
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
||||||
- Added Usage & Lineage connector for Trino.
|
- Added Usage & Lineage connector for Trino.
|
||||||
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
## Security
|
## Security
|
||||||
|
|
||||||
- **SAML** support has been added.
|
- **SAML** support has been added.
|
||||||
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`. More info [here](/deployment/security/enable-password-masking).
|
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`.
|
||||||
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
||||||
|
|
||||||
## Lineage
|
## Lineage
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
## Connectors
|
## Connectors
|
||||||
|
|
||||||
- New [Qliksense](qlik.com) Connector.
|
- New [Qliksense](/connectors/dashboard/qliksense) Connector.
|
||||||
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
||||||
- Added Usage & Lineage connector for Trino.
|
- Added Usage & Lineage connector for Trino.
|
||||||
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
## Security
|
## Security
|
||||||
|
|
||||||
- **SAML** support has been added.
|
- **SAML** support has been added.
|
||||||
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`. More info [here](/deployment/security/enable-password-masking).
|
- Added option to mask passwords in the API response except for the `ingestion-bot` by setting the environment variable `MASK_PASSWORDS_API=true`.
|
||||||
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
- **Deprecation Notice**: **SSO** Service accounts for Bots will be deprecated. **JWT** authentication will be the preferred method for creating Bots.
|
||||||
|
|
||||||
## Lineage
|
## Lineage
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
## Connectors
|
## Connectors
|
||||||
|
|
||||||
- New [Qliksense](qlik.com) Connector.
|
- New [Qliksense](/connectors/dashboard/qliksense) Connector.
|
||||||
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
- Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
|
||||||
- Added Usage & Lineage connector for Trino.
|
- Added Usage & Lineage connector for Trino.
|
||||||
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
- Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Metadata Ingestion Filter Patterns
|
title: Metadata Ingestion Filter Patterns
|
||||||
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Metadata Ingestion Filter Patterns
|
# Metadata Ingestion Filter Patterns
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Build Code and Run Tests
|
title: Build Code and Run Tests
|
||||||
slug: /developers/contribute/build-code-and-run-tests
|
slug: /developers/contribute/build-code-and-run-tests
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Build Code and Run Tests
|
# Build Code and Run Tests
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Manage Teams and Users
|
title: Manage Teams and Users
|
||||||
slug: /how-to-guides/admin-guide/teams-and-users
|
slug: /how-to-guides/admin-guide/teams-and-users
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Manage Teams and Users
|
# Manage Teams and Users
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceTokenEnum
|
title: serviceTokenEnum
|
||||||
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# ServiceTokenType
|
# ServiceTokenType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: noConfigAuthenticationTypes
|
title: noConfigAuthenticationTypes
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# No Config Authentication Types
|
# No Config Authentication Types
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: saslMechanismType
|
title: saslMechanismType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# SaslMechanismType
|
# SaslMechanismType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceType
|
title: serviceType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service Type
|
# Service Type
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeSubType
|
title: nodeSubType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeSubType
|
# NodeSubType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeType
|
title: nodeType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeType
|
# NodeType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: eventMonitorProvider
|
title: eventMonitorProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Event Monitor Provider
|
# Event Monitor Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerClientLoader
|
title: secretsManagerClientLoader
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Client Loader
|
# Secrets Manager Client Loader
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerProvider
|
title: secretsManagerProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Provider
|
# Secrets Manager Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: changeEventType
|
title: changeEventType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# EventType
|
# EventType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: csvErrorType
|
title: csvErrorType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# csvErrorType
|
# csvErrorType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: include
|
title: include
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/include
|
slug: /main-concepts/metadata-standard/schemas/type/include
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Include
|
# Include
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Python SDK Entities
|
title: Python SDK Entities
|
||||||
slug: /sdk/python/entities
|
slug: /sdk/python/entities
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Python SDK Entities
|
# Python SDK Entities
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Metadata Ingestion Filter Patterns
|
title: Metadata Ingestion Filter Patterns
|
||||||
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Metadata Ingestion Filter Patterns
|
# Metadata Ingestion Filter Patterns
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Build Code and Run Tests
|
title: Build Code and Run Tests
|
||||||
slug: /developers/contribute/build-code-and-run-tests
|
slug: /developers/contribute/build-code-and-run-tests
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Build Code and Run Tests
|
# Build Code and Run Tests
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Manage Teams and Users
|
title: Manage Teams and Users
|
||||||
slug: /how-to-guides/admin-guide/teams-and-users
|
slug: /how-to-guides/admin-guide/teams-and-users
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Manage Teams and Users
|
# Manage Teams and Users
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceTokenEnum
|
title: serviceTokenEnum
|
||||||
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# ServiceTokenType
|
# ServiceTokenType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: noConfigAuthenticationTypes
|
title: noConfigAuthenticationTypes
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# No Config Authentication Types
|
# No Config Authentication Types
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: saslMechanismType
|
title: saslMechanismType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# SaslMechanismType
|
# SaslMechanismType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceType
|
title: serviceType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service Type
|
# Service Type
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeSubType
|
title: nodeSubType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeSubType
|
# NodeSubType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeType
|
title: nodeType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeType
|
# NodeType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: eventMonitorProvider
|
title: eventMonitorProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Event Monitor Provider
|
# Event Monitor Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerClientLoader
|
title: secretsManagerClientLoader
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Client Loader
|
# Secrets Manager Client Loader
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerProvider
|
title: secretsManagerProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Provider
|
# Secrets Manager Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: changeEventType
|
title: changeEventType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# EventType
|
# EventType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: csvErrorType
|
title: csvErrorType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# csvErrorType
|
# csvErrorType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: include
|
title: include
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/include
|
slug: /main-concepts/metadata-standard/schemas/type/include
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Include
|
# Include
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Python SDK Entities
|
title: Python SDK Entities
|
||||||
slug: /sdk/python/entities
|
slug: /sdk/python/entities
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Python SDK Entities
|
# Python SDK Entities
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Metadata Ingestion Filter Patterns
|
title: Metadata Ingestion Filter Patterns
|
||||||
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
slug: /connectors/ingestion/workflows/metadata/filter-patterns
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Metadata Ingestion Filter Patterns
|
# Metadata Ingestion Filter Patterns
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Build Code and Run Tests
|
title: Build Code and Run Tests
|
||||||
slug: /developers/contribute/build-code-and-run-tests
|
slug: /developers/contribute/build-code-and-run-tests
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Build Code and Run Tests
|
# Build Code and Run Tests
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Manage Teams and Users
|
title: Manage Teams and Users
|
||||||
slug: /how-to-guides/admin-guide/teams-and-users
|
slug: /how-to-guides/admin-guide/teams-and-users
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Manage Teams and Users
|
# Manage Teams and Users
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceTokenEnum
|
title: serviceTokenEnum
|
||||||
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
slug: /main-concepts/metadata-standard/schemas/auth/servicetokenenum
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# ServiceTokenType
|
# ServiceTokenType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: noConfigAuthenticationTypes
|
title: noConfigAuthenticationTypes
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/database/common/noconfigauthenticationtypes
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# No Config Authentication Types
|
# No Config Authentication Types
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: saslMechanismType
|
title: saslMechanismType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messaging/saslmechanismtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# SaslMechanismType
|
# SaslMechanismType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: serviceType
|
title: serviceType
|
||||||
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
slug: /main-concepts/metadata-standard/schemas/entity/services/servicetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Service Type
|
# Service Type
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeSubType
|
title: nodeSubType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodesubtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeSubType
|
# NodeSubType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: nodeType
|
title: nodeType
|
||||||
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
slug: /main-concepts/metadata-standard/schemas/governance/workflows/elements/nodetype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# NodeType
|
# NodeType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: eventMonitorProvider
|
title: eventMonitorProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
slug: /main-concepts/metadata-standard/schemas/monitoring/eventmonitorprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Event Monitor Provider
|
# Event Monitor Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerClientLoader
|
title: secretsManagerClientLoader
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerclientloader
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Client Loader
|
# Secrets Manager Client Loader
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: secretsManagerProvider
|
title: secretsManagerProvider
|
||||||
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerprovider
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Secrets Manager Provider
|
# Secrets Manager Provider
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: changeEventType
|
title: changeEventType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
slug: /main-concepts/metadata-standard/schemas/type/changeeventtype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# EventType
|
# EventType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: csvErrorType
|
title: csvErrorType
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
slug: /main-concepts/metadata-standard/schemas/type/csverrortype
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# csvErrorType
|
# csvErrorType
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: include
|
title: include
|
||||||
slug: /main-concepts/metadata-standard/schemas/type/include
|
slug: /main-concepts/metadata-standard/schemas/type/include
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Include
|
# Include
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Python SDK Entities
|
title: Python SDK Entities
|
||||||
slug: /sdk/python/entities
|
slug: /sdk/python/entities
|
||||||
|
noindex: true
|
||||||
|
nofollow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Python SDK Entities
|
# Python SDK Entities
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user