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
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:
@@ -0,0 +1,67 @@
|
||||
# Test values for migrated Airflow pipeline client validation
|
||||
# Only contains essential overrides for testing the new nested structure
|
||||
|
||||
openmetadata:
|
||||
config:
|
||||
# Enable debug logging for testing
|
||||
logLevel: DEBUG
|
||||
|
||||
# Database configuration (using local PostgreSQL via host machine)
|
||||
database:
|
||||
host: host.docker.internal
|
||||
port: 5433
|
||||
driverClass: org.postgresql.Driver
|
||||
dbScheme: postgresql
|
||||
auth:
|
||||
password:
|
||||
secretRef: postgres-secrets
|
||||
secretKey: openmetadata-postgres-password
|
||||
|
||||
# Search configuration (using local OpenSearch via host machine)
|
||||
elasticsearch:
|
||||
host: host.docker.internal
|
||||
port: 9200
|
||||
searchType: opensearch
|
||||
scheme: http
|
||||
|
||||
# Airflow Pipeline Client Configuration (updated structure with common configs)
|
||||
pipelineServiceClientConfig:
|
||||
type: "airflow" # Use traditional Airflow approach
|
||||
# Common configuration for all pipeline service clients
|
||||
metadataApiEndpoint: http://openmetadata:8585/api
|
||||
airflow:
|
||||
# Airflow-specific connection settings
|
||||
apiEndpoint: http://openmetadata-dependencies-api-server:8080
|
||||
verifySsl: "no-ssl"
|
||||
auth:
|
||||
username: admin
|
||||
password:
|
||||
secretRef: airflow-secrets
|
||||
secretKey: openmetadata-airflow-password
|
||||
|
||||
# Local image configuration
|
||||
image:
|
||||
repository: openmetadata/server
|
||||
tag: "20260107"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Service configuration for local access
|
||||
service:
|
||||
type: LoadBalancer # For minikube tunnel access
|
||||
|
||||
# Reduced resources for local testing
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
|
||||
# More relaxed health checks for local testing
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 120
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 120
|
||||
startupProbe:
|
||||
failureThreshold: 10
|
||||
Reference in New Issue
Block a user