2021-07-28 14:38:13 -07:00
|
|
|
|
// note: to handle errors where you don't want a markdown file in the sidebar, add it as a comment.
|
|
|
|
|
// this will fix errors like `Error: File not accounted for in sidebar: ...`
|
2021-03-05 00:12:12 -08:00
|
|
|
|
module.exports = {
|
|
|
|
|
// users
|
|
|
|
|
// architects
|
|
|
|
|
// modelers
|
|
|
|
|
// developers
|
|
|
|
|
// operators
|
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
overviewSidebar: [
|
|
|
|
|
{
|
|
|
|
|
"What is DataHub?": [
|
|
|
|
|
// By the end of this section, readers should understand the core use cases that DataHub addresses,
|
|
|
|
|
// target end-users, high-level architecture, & hosting options
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
"docs/features",
|
|
|
|
|
{
|
|
|
|
|
Architecture: [
|
|
|
|
|
"docs/architecture/architecture",
|
|
|
|
|
"docs/components",
|
|
|
|
|
"docs/architecture/metadata-ingestion",
|
|
|
|
|
"docs/architecture/metadata-serving",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"docs/demo", // rename this to "DataHub Demo"
|
|
|
|
|
"docs/saas",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Get Started",
|
|
|
|
|
collapsed: false,
|
2022-08-26 16:29:01 -05:00
|
|
|
|
// The goal of this section is to provide the bare-minimum steps required to:
|
|
|
|
|
// - Get DataHub Running
|
|
|
|
|
// - Optionally configure SSO
|
|
|
|
|
// - Add/invite Users
|
|
|
|
|
// - Create Polices & assign roles
|
|
|
|
|
// - Ingest at least one source (ie. data warehouse)
|
|
|
|
|
// - Understand high-level options for enriching metadata
|
2023-03-09 01:06:59 -05:00
|
|
|
|
link: { type: "doc", id: "docs/get-started-with-datahub" },
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
"Self-Hosted DataHub": [
|
|
|
|
|
"docs/quickstart",
|
|
|
|
|
"docs/authentication/guides/add-users",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Managed DataHub": [
|
|
|
|
|
"docs/authentication/guides/add-users",
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/saas-slack-setup",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/approval-workflows",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Ingestion Quickstart Guides": [
|
|
|
|
|
{
|
|
|
|
|
BigQuery: [
|
|
|
|
|
"docs/quick-ingestion-guides/bigquery/overview",
|
|
|
|
|
"docs/quick-ingestion-guides/bigquery/setup",
|
|
|
|
|
"docs/quick-ingestion-guides/bigquery/configuration",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Snowflake: [
|
|
|
|
|
"docs/quick-ingestion-guides/snowflake/overview",
|
|
|
|
|
"docs/quick-ingestion-guides/snowflake/setup",
|
|
|
|
|
"docs/quick-ingestion-guides/snowflake/configuration",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Ingest Metadata": [
|
|
|
|
|
// The purpose of this section is to provide a deeper understanding of how ingestion works.
|
|
|
|
|
// Readers should be able to find details for ingesting from all systems, apply transformers, understand sinks,
|
|
|
|
|
// and understand key concepts of the Ingestion Framework (Sources, Sinks, Transformers, and Recipes)
|
|
|
|
|
{
|
|
|
|
|
Overview: ["metadata-ingestion/README", "docs/ui-ingestion"],
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
Sources: [
|
|
|
|
|
// collapse these; add push-based at top
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/lineage/airflow",
|
|
|
|
|
label: "Airflow",
|
|
|
|
|
},
|
2023-02-16 13:44:30 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
//"docker/airflow/local_airflow",
|
|
|
|
|
"metadata-integration/java/spark-lineage/README",
|
|
|
|
|
"metadata-ingestion/integration_docs/great-expectations",
|
|
|
|
|
"metadata-integration/java/datahub-protobuf/README",
|
|
|
|
|
//"metadata-ingestion/source-docs-template",
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/generated/ingestion/sources", // '.' means the current docs folder
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-03-23 00:58:52 +05:30
|
|
|
|
Sinks: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "metadata-ingestion/sink_docs",
|
|
|
|
|
},
|
|
|
|
|
],
|
2023-03-09 01:06:59 -05:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Transformers: [
|
|
|
|
|
"metadata-ingestion/docs/transformer/intro",
|
|
|
|
|
"metadata-ingestion/docs/transformer/dataset_transformer",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Advanced Guides": [
|
|
|
|
|
{
|
|
|
|
|
"Scheduling Ingestion": [
|
|
|
|
|
"metadata-ingestion/schedule_docs/intro",
|
|
|
|
|
"metadata-ingestion/schedule_docs/cron",
|
|
|
|
|
"metadata-ingestion/schedule_docs/airflow",
|
|
|
|
|
"metadata-ingestion/schedule_docs/kubernetes",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
"docs/platform-instances",
|
|
|
|
|
"metadata-ingestion/docs/dev_guides/stateful",
|
|
|
|
|
"metadata-ingestion/docs/dev_guides/classification",
|
|
|
|
|
"metadata-ingestion/docs/dev_guides/add_stateful_ingestion_to_source",
|
|
|
|
|
"metadata-ingestion/docs/dev_guides/sql_profiles",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
2022-08-26 16:29:01 -05:00
|
|
|
|
// The purpose of this section is to provide direction on how to enrich metadata when shift-left isn’t an option
|
2023-03-09 01:06:59 -05:00
|
|
|
|
label: "Enrich Metadata",
|
|
|
|
|
link: { type: "doc", id: "docs/enrich-metadata" },
|
|
|
|
|
items: [
|
|
|
|
|
"docs/domains",
|
|
|
|
|
"docs/glossary/business-glossary",
|
|
|
|
|
"docs/tags",
|
|
|
|
|
"docs/lineage/lineage-feature-guide",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Act on Metadata",
|
|
|
|
|
link: { type: "doc", id: "docs/act-on-metadata" },
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
"Actions Framework": [
|
|
|
|
|
"docs/actions/README",
|
|
|
|
|
"docs/actions/quickstart",
|
|
|
|
|
"docs/actions/concepts",
|
|
|
|
|
{
|
|
|
|
|
Sources: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/actions/sources",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Events: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/actions/events",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Actions: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/actions/actions",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Guides: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/actions/guides",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/tests/metadata-tests",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
"docs/act-on-metadata/impact-analysis",
|
|
|
|
|
],
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"Deploy DataHub": [
|
|
|
|
|
// The purpose of this section is to provide the minimum steps required to deploy DataHub to the vendor of your choosing
|
|
|
|
|
"docs/deploy/aws",
|
|
|
|
|
"docs/deploy/gcp",
|
|
|
|
|
"docker/README",
|
|
|
|
|
"docs/deploy/kubernetes",
|
|
|
|
|
{
|
|
|
|
|
Authentication: [
|
|
|
|
|
"docs/authentication/README",
|
|
|
|
|
"docs/authentication/concepts",
|
|
|
|
|
{
|
|
|
|
|
"Frontend Authentication": [
|
|
|
|
|
"docs/authentication/guides/jaas",
|
|
|
|
|
{
|
|
|
|
|
"OIDC Authentication": [
|
|
|
|
|
"docs/authentication/guides/sso/configure-oidc-react",
|
|
|
|
|
"docs/authentication/guides/sso/configure-oidc-react-google",
|
|
|
|
|
"docs/authentication/guides/sso/configure-oidc-react-okta",
|
|
|
|
|
"docs/authentication/guides/sso/configure-oidc-react-azure",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"docs/authentication/introducing-metadata-service-authentication",
|
|
|
|
|
"docs/authentication/personal-access-tokens",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Authorization: [
|
|
|
|
|
"docs/authorization/README",
|
|
|
|
|
"docs/authorization/roles",
|
|
|
|
|
"docs/authorization/policies",
|
|
|
|
|
"docs/authorization/groups",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Advanced Guides": [
|
|
|
|
|
"docs/how/delete-metadata",
|
|
|
|
|
"docs/how/configuring-authorization-with-apache-ranger",
|
|
|
|
|
"docs/how/backup-datahub",
|
|
|
|
|
"docs/how/restore-indices",
|
|
|
|
|
"docs/advanced/db-retention",
|
|
|
|
|
"docs/advanced/monitoring",
|
|
|
|
|
"docs/how/extract-container-logs",
|
|
|
|
|
"docs/deploy/telemetry",
|
|
|
|
|
"docs/how/kafka-config",
|
|
|
|
|
"docs/deploy/confluent-cloud",
|
|
|
|
|
"docs/advanced/no-code-upgrade",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"docs/how/updating-datahub",
|
|
|
|
|
],
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"DataHub API": [
|
|
|
|
|
"docs/api/datahub-apis",
|
|
|
|
|
{
|
|
|
|
|
"GraphQL API": [
|
|
|
|
|
{
|
|
|
|
|
label: "Overview",
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/api/graphql/overview",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Reference: [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Queries",
|
|
|
|
|
id: "graphql/queries",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Mutations",
|
|
|
|
|
id: "graphql/mutations",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Objects",
|
|
|
|
|
id: "graphql/objects",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Inputs",
|
|
|
|
|
id: "graphql/inputObjects",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Interfaces",
|
|
|
|
|
id: "graphql/interfaces",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Unions",
|
|
|
|
|
id: "graphql/unions",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Enums",
|
|
|
|
|
id: "graphql/enums",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Scalars",
|
|
|
|
|
id: "graphql/scalars",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Guides: [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Getting Started",
|
|
|
|
|
id: "docs/api/graphql/getting-started",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Working with Metadata Entities",
|
|
|
|
|
id: "docs/api/graphql/querying-entities",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Access Token Management",
|
|
|
|
|
id: "docs/api/graphql/token-management",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-11 17:25:50 -08:00
|
|
|
|
{
|
|
|
|
|
OpenAPI: [
|
|
|
|
|
{
|
|
|
|
|
label: "Usage Guide",
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/api/openapi/openapi-usage-guide",
|
|
|
|
|
},
|
|
|
|
|
"docs/dev-guides/timeline",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"Rest.li": [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Rest.li API",
|
|
|
|
|
id: "docs/api/restli/restli-overview",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Restore Indices",
|
|
|
|
|
id: "docs/api/restli/restore-indices",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
label: "Aspect Versioning and Rest.li Modeling",
|
|
|
|
|
id: "docs/advanced/aspect-versioning",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-19 05:00:41 +09:00
|
|
|
|
{
|
|
|
|
|
"Getting Started: APIs & SDKs": [
|
|
|
|
|
{
|
|
|
|
|
"Creating Entities": [
|
|
|
|
|
"docs/api/tutorials/creating-datasets",
|
|
|
|
|
"docs/api/tutorials/creating-tags",
|
|
|
|
|
"docs/api/tutorials/creating-terms",
|
2023-03-24 11:52:12 +09:00
|
|
|
|
"docs/api/tutorials/creating-users-and-groups",
|
2023-03-19 05:00:41 +09:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Enriching Entities": [
|
|
|
|
|
"docs/api/tutorials/adding-tags",
|
|
|
|
|
"docs/api/tutorials/adding-terms",
|
|
|
|
|
"docs/api/tutorials/adding-ownerships",
|
|
|
|
|
"docs/api/tutorials/adding-dataset-description",
|
|
|
|
|
"docs/api/tutorials/adding-column-description",
|
|
|
|
|
"docs/api/tutorials/adding-lineage",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-24 08:49:34 +09:00
|
|
|
|
{
|
|
|
|
|
"Deleting Entities": [
|
|
|
|
|
"docs/api/tutorials/deleting-entities-by-urn",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-19 05:00:41 +09:00
|
|
|
|
{
|
|
|
|
|
Reference: [
|
|
|
|
|
"docs/api/tutorials/references/generate-access-token",
|
|
|
|
|
"docs/api/tutorials/references/prepare-datahub",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-09 01:06:59 -05:00
|
|
|
|
],
|
|
|
|
|
},
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
Tools: [
|
|
|
|
|
"docs/cli",
|
|
|
|
|
{
|
|
|
|
|
SDKs: [
|
|
|
|
|
"metadata-ingestion/as-a-library",
|
|
|
|
|
"metadata-integration/java/as-a-library",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-29 08:53:20 +05:30
|
|
|
|
{
|
|
|
|
|
"Python SDK Reference": [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "python-sdk",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-03-09 01:06:59 -05:00
|
|
|
|
"docs/datahub_lite",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Developer Guides": [
|
|
|
|
|
// The purpose of this section is to provide developers & technical users with
|
|
|
|
|
// concrete tutorials for how to work with the DataHub CLI & APIs
|
|
|
|
|
{
|
|
|
|
|
"DataHub Metadata Model": [
|
|
|
|
|
"docs/modeling/metadata-model",
|
|
|
|
|
"docs/modeling/extending-the-metadata-model",
|
|
|
|
|
"docs/what/mxe",
|
|
|
|
|
{
|
|
|
|
|
Entities: [
|
|
|
|
|
{
|
|
|
|
|
type: "autogenerated",
|
|
|
|
|
dirName: "docs/generated/metamodel/entities", // '.' means the current docs folder
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Developing on DataHub": [
|
|
|
|
|
"docs/developers",
|
|
|
|
|
"docs/docker/development",
|
|
|
|
|
"metadata-ingestion/developing",
|
|
|
|
|
{
|
|
|
|
|
Modules: [
|
|
|
|
|
"datahub-web-react/README",
|
|
|
|
|
"datahub-frontend/README",
|
|
|
|
|
"datahub-graphql-core/README",
|
|
|
|
|
"metadata-service/README",
|
|
|
|
|
"metadata-jobs/mae-consumer-job/README",
|
|
|
|
|
"metadata-jobs/mce-consumer-job/README",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"docs/debugging",
|
2023-03-16 12:26:10 +05:30
|
|
|
|
"docs/faq-using-datahub",
|
2023-03-09 01:06:59 -05:00
|
|
|
|
"docs/plugins",
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
Advanced: [
|
|
|
|
|
"metadata-ingestion/docs/dev_guides/reporting_telemetry",
|
|
|
|
|
"docs/advanced/mcp-mcl",
|
|
|
|
|
"docker/datahub-upgrade/README",
|
|
|
|
|
"docs/advanced/no-code-modeling",
|
|
|
|
|
"datahub-web-react/src/app/analytics/README",
|
|
|
|
|
"docs/advanced/es-7-upgrade",
|
|
|
|
|
"docs/how/migrating-graph-service-implementation",
|
|
|
|
|
"docs/advanced/field-path-spec-v2",
|
|
|
|
|
"metadata-ingestion/adding-source",
|
|
|
|
|
"docs/how/add-custom-ingestion-source",
|
|
|
|
|
"docs/how/add-custom-data-platform",
|
|
|
|
|
"docs/advanced/browse-paths-upgrade",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"Feature Guides": [
|
|
|
|
|
"docs/how/search",
|
|
|
|
|
"docs/schema-history",
|
|
|
|
|
// "docs/how/ui-tabs-guide",
|
|
|
|
|
"docs/domains",
|
|
|
|
|
"docs/glossary/business-glossary",
|
|
|
|
|
"docs/tags",
|
|
|
|
|
"docs/browse",
|
|
|
|
|
"docs/authorization/access-policies-guide",
|
|
|
|
|
"docs/features/dataset-usage-and-query-history",
|
|
|
|
|
"docs/posts",
|
|
|
|
|
"docs/sync-status",
|
|
|
|
|
"docs/architecture/stemming_and_synonyms",
|
|
|
|
|
"docs/lineage/lineage-feature-guide",
|
|
|
|
|
],
|
|
|
|
|
},
|
2023-01-26 16:15:57 -08:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"Join the Community": [
|
|
|
|
|
"docs/slack",
|
|
|
|
|
"docs/townhalls",
|
|
|
|
|
"docs/townhall-history",
|
|
|
|
|
"docs/CODE_OF_CONDUCT",
|
|
|
|
|
"docs/CONTRIBUTING",
|
|
|
|
|
"docs/links",
|
|
|
|
|
"docs/rfc",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Managed DataHub": [
|
|
|
|
|
"docs/managed-datahub/managed-datahub-overview",
|
|
|
|
|
"docs/managed-datahub/welcome-acryl",
|
|
|
|
|
{
|
|
|
|
|
"Metadata Ingestion With Acryl": [
|
|
|
|
|
"docs/managed-datahub/metadata-ingestion-with-acryl/ingestion",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"DataHub API": [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/datahub-api/entity-events-api",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"GraphQL API": [
|
|
|
|
|
"docs/managed-datahub/datahub-api/graphql-api/getting-started",
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/datahub-api/graphql-api/incidents-api-beta",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
Integrations: [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/integrations/aws-privatelink",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/integrations/oidc-sso-integration",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Operator Guide": [
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/operator-guide/setting-up-remote-ingestion-executor-on-aws",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/operator-guide/setting-up-events-api-on-aws-eventbridge",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "docs/managed-datahub/chrome-extension",
|
|
|
|
|
className: "saasOnly",
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
2023-03-09 01:06:59 -05:00
|
|
|
|
{
|
|
|
|
|
"Managed DataHub Release History": [
|
2023-03-24 13:16:01 +05:30
|
|
|
|
"docs/managed-datahub/release-notes/v_0_2_4",
|
2023-03-14 19:34:37 +05:30
|
|
|
|
"docs/managed-datahub/release-notes/v_0_2_3",
|
2023-03-09 01:06:59 -05:00
|
|
|
|
"docs/managed-datahub/release-notes/v_0_2_2",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_2_1",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_2_0",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_1_73",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_1_72",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_1_70",
|
|
|
|
|
"docs/managed-datahub/release-notes/v_0_1_69",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Release History": ["releases"],
|
|
|
|
|
},
|
2022-08-26 16:29:01 -05:00
|
|
|
|
|
|
|
|
|
// "Candidates for Deprecation": [
|
|
|
|
|
// "README",
|
|
|
|
|
// "docs/roadmap",
|
|
|
|
|
// "docs/advanced/backfilling",
|
|
|
|
|
//"docs/advanced/derived-aspects",
|
|
|
|
|
//"docs/advanced/entity-hierarchy",
|
|
|
|
|
//"docs/advanced/partial-update",
|
|
|
|
|
//"docs/advanced/pdl-best-practices",
|
|
|
|
|
//"docs/introducing-metadata-service-authentication"
|
|
|
|
|
//"metadata-models-custom/README"
|
|
|
|
|
//"metadata-ingestion/examples/transforms/README"
|
|
|
|
|
//"docs/what/graph",
|
|
|
|
|
//"docs/what/search-index",
|
|
|
|
|
//"docs/how/add-new-aspect",
|
|
|
|
|
//"docs/how/build-metadata-service",
|
|
|
|
|
//"docs/how/graph-onboarding",
|
|
|
|
|
//"docs/demo/graph-onboarding",
|
|
|
|
|
//"metadata-ingestion-modules/airflow-plugin/README"
|
|
|
|
|
// "metadata-ingestion/schedule_docs/datahub", // we can delete this
|
|
|
|
|
// TODO: change the titles of these, removing the "What is..." portion from the sidebar"
|
|
|
|
|
// "docs/what/entity",
|
|
|
|
|
// "docs/what/aspect",
|
|
|
|
|
// "docs/what/urn",
|
|
|
|
|
// "docs/what/relationship",
|
|
|
|
|
// "docs/advanced/high-cardinality",
|
|
|
|
|
// "docs/what/search-document",
|
|
|
|
|
// "docs/what/snapshot",
|
|
|
|
|
// "docs/what/delta",
|
|
|
|
|
// - "docker/datahub-frontend/README",
|
|
|
|
|
// - "docker/datahub-gms/README",
|
|
|
|
|
// - "docker/datahub-mae-consumer/README",
|
|
|
|
|
// - "docker/datahub-mce-consumer/README",
|
|
|
|
|
// - "docker/datahub-ingestion/README",
|
|
|
|
|
// - "docker/elasticsearch-setup/README",
|
|
|
|
|
// - "docker/ingestion/README",
|
|
|
|
|
// - "docker/kafka-setup/README",
|
|
|
|
|
// - "docker/mariadb/README",
|
|
|
|
|
// - "docker/mysql/README",
|
|
|
|
|
// - "docker/neo4j/README",
|
|
|
|
|
// - "docker/postgres/README",
|
|
|
|
|
// - "perf-test/README",
|
|
|
|
|
// "metadata-jobs/README",
|
|
|
|
|
// "docs/how/add-user-data",
|
2022-09-01 18:11:14 -05:00
|
|
|
|
// "docs/_feature-guide-template"
|
2022-08-26 16:29:01 -05:00
|
|
|
|
// ],
|
2023-03-09 01:06:59 -05:00
|
|
|
|
],
|
2021-03-05 00:12:12 -08:00
|
|
|
|
};
|