chore: import upstream snapshot with attribution
Integration Tests - MySQL + Elasticsearch / Detect Changes (push) Has been cancelled
Integration Tests - MySQL + Elasticsearch / integration-tests-mysql-elasticsearch (push) Has been cancelled
Integration Tests - PostgreSQL + Elasticsearch + Redis / Detect Changes (push) Has been cancelled
Integration Tests - PostgreSQL + Elasticsearch + Redis / integration-tests-postgres-elasticsearch-redis (push) Has been cancelled
Integration Tests - PostgreSQL + OpenSearch / Detect Changes (push) Has been cancelled
Integration Tests - PostgreSQL + OpenSearch / integration-tests-postgres-opensearch (push) Has been cancelled
Java Checkstyle / java-checkstyle (push) Has been cancelled
Maven Collate Tests / maven-collate-ci (push) Has been cancelled
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests-status (push) Has been cancelled
Publish Package to Maven Central Repository / publish-maven-packages (push) Has been cancelled
OpenMetadata Service Unit Tests / Detect Changes (push) Has been cancelled
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests (push) Has been cancelled
OpenMetadata Service Unit Tests / k8s_operator-unit-tests (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:35:45 +08:00
commit bf2343b7e4
16049 changed files with 3531137 additions and 0 deletions
+87
View File
@@ -0,0 +1,87 @@
name: Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
> **Bug in a specific connector?** (Snowflake, Databricks, BigQuery, etc.) — use the **[Connector Bug](https://github.com/open-metadata/OpenMetadata/issues/new?template=connector_bug.yml)** template instead for faster triage.
Thanks for taking the time to file a bug! Before you go further:
- Search [existing issues](https://github.com/open-metadata/OpenMetadata/issues) for duplicates.
- Check the [docs](https://docs.open-metadata.org/) and [Slack](https://slack.open-metadata.org/) for known workarounds.
- **Redact credentials, hostnames, emails, and other sensitive data** from logs and config before submitting.
- type: dropdown
id: affected_module
attributes:
label: Affected module
description: Which area of OpenMetadata does this bug affect?
options:
- UI
- Backend
- Ingestion Framework
- Connector
- Data Quality / Profiler
- Lineage
- Search / Discovery
- Authentication / Security
- Governance (Glossary / Classification / Domains)
- Documentation
- Other
validations:
required: true
- type: textarea
id: describe
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Screenshots or steps to reproduce.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: input
id: os
attributes:
label: OS
placeholder: "macOS 14.4 / Ubuntu 22.04 / Windows 11"
- type: input
id: python_version
attributes:
label: Python version
placeholder: "3.11.7"
- type: input
id: om_version
attributes:
label: OpenMetadata version
placeholder: "1.9.2"
- type: input
id: ingestion_version
attributes:
label: OpenMetadata Ingestion package version
placeholder: "openmetadata-ingestion==1.9.2"
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context about the problem here. Redact sensitive data.
- type: checkboxes
id: checks
attributes:
label: Pre-submission checklist
options:
- label: I searched for duplicate issues.
required: true
- label: I removed credentials, hostnames, emails, and other sensitive data from logs and config.
required: true
+7
View File
@@ -0,0 +1,7 @@
contact_links:
- name: Read the docs & troubleshoot
url: https://docs.open-metadata.org/
about: You can find information on anything related to OpenMetadata.
- name: Chat on Slack
url: https://slack.open-metadata.org/
about: And get help from the community
+101
View File
@@ -0,0 +1,101 @@
name: Connector bug report
description: Bug in a specific data connector (Snowflake, Databricks, BigQuery, etc.)
labels: ["bug", "Ingestion"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting a connector bug! Before you go further:
- Search [existing issues](https://github.com/open-metadata/OpenMetadata/issues) for duplicates.
- Check the [connector docs](https://docs.open-metadata.org/latest/connectors) and [Slack](https://slack.open-metadata.org/) for known workarounds.
- **Redact credentials, hostnames, emails, and other sensitive data** from logs and config before submitting.
- type: input
id: connector
attributes:
label: Connector
description: Name of the affected connector. See the [connector docs](https://docs.open-metadata.org/latest/connectors) for the full supported list.
placeholder: "e.g. Snowflake, Databricks, BigQuery, Power BI"
validations:
required: true
- type: dropdown
id: feature_area
attributes:
label: Feature area
description: Which part of the connector is broken?
options:
- Metadata ingestion
- Lineage
- Profiler / Data Quality
- Usage
- Test Connection
- Authentication / Connection
- Other
validations:
required: true
- type: textarea
id: describe
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps or screenshots to reproduce.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: connection_config
attributes:
label: Connection / ingestion config
description: Paste the relevant YAML. **Redact credentials, hostnames, and other sensitive values.**
render: yaml
- type: textarea
id: logs
attributes:
label: Logs
description: Relevant log output. Redact sensitive data.
render: shell
- type: input
id: os
attributes:
label: OS
placeholder: "macOS 14.4 / Ubuntu 22.04 / Windows 11"
- type: input
id: python_version
attributes:
label: Python version
placeholder: "3.11.7"
- type: input
id: om_version
attributes:
label: OpenMetadata version
placeholder: "1.9.2"
- type: input
id: ingestion_version
attributes:
label: OpenMetadata Ingestion package version
placeholder: "openmetadata-ingestion==1.9.2"
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Anything else that helps us understand the problem. Redact sensitive data.
- type: checkboxes
id: checks
attributes:
label: Pre-submission checklist
options:
- label: I searched for duplicate issues.
required: true
- label: I removed credentials, hostnames, emails, and other sensitive data from logs and config.
required: true
+40
View File
@@ -0,0 +1,40 @@
name: Documentation Request
description: Let us know what our docs can improve
labels: ["documentation"]
body:
- type: markdown
attributes:
value: |
Thanks for helping us improve the docs! Before you file:
- Search [existing issues](https://github.com/open-metadata/OpenMetadata/issues) for duplicates.
- Check the latest [docs](https://docs.open-metadata.org/) — content may have been updated recently.
- type: input
id: doc_url
attributes:
label: Documentation URL
description: Link to the page that needs updating. Leave blank if the docs for this topic don't exist yet.
placeholder: "https://docs.open-metadata.org/... (or leave blank if missing)"
- type: textarea
id: problem
attributes:
label: Is some content missing, wrong or not clear?
description: A clear and concise description of what the problem is. Ex. Page [...] is not clear.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: Let us know what could help us improve the docs.
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context or screenshots about the request here.
- type: checkboxes
id: checks
attributes:
label: Pre-submission checklist
options:
- label: I searched for duplicate doc issues.
required: true
@@ -0,0 +1,41 @@
name: Feature request
description: Suggest an idea for this project
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting an improvement! Before you file:
- Search [existing issues](https://github.com/open-metadata/OpenMetadata/issues) for duplicates.
- Check the [roadmap](https://docs.open-metadata.org/) and [Slack](https://slack.open-metadata.org/) to see if it's already planned or discussed.
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
id: checks
attributes:
label: Pre-submission checklist
options:
- label: I searched for duplicate feature requests.
required: true