bf2343b7e4
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
202 lines
7.3 KiB
JSON
202 lines
7.3 KiB
JSON
{
|
|
"metadata": {
|
|
"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v7.json",
|
|
"dbt_version": "1.3.0",
|
|
"generated_at": "2023-01-17T19:05:57.859191Z",
|
|
"invocation_id": "0c4757bf-0a8f-4f24-a18a-4c2638bf7d8e",
|
|
"env": {},
|
|
"project_id": "06e5b98c2db46f8a72cc4f66410e9b3b",
|
|
"user_id": null,
|
|
"send_anonymous_usage_stats": true,
|
|
"adapter_type": "redshift"
|
|
},
|
|
"nodes": {
|
|
"test.jaffle_shop.relationships_un_rueckerstattungen_medis_base_PersonNr__ref_un_person_base_": {
|
|
"test_metadata": {
|
|
"name": "relationships",
|
|
"kwargs": {
|
|
"column_name": "PersonNr",
|
|
"model": "{{ ref('un_rueckerstattungen_medis_base') }}",
|
|
"to": "{{ ref('un_person_base') }}",
|
|
"field": "PartnerNr"
|
|
},
|
|
"namespace": null
|
|
},
|
|
"compiled": true,
|
|
"resource_type": "test",
|
|
"depends_on": {
|
|
"macros": [
|
|
"macro.dbt.test_relationships"
|
|
],
|
|
"nodes": [
|
|
"model.jaffle_shop.un_rueckerstattungen_medis_base",
|
|
"model.jaffle_shop.un_person_base"
|
|
]
|
|
},
|
|
"config": {
|
|
"enabled": true,
|
|
"alias": null,
|
|
"schema": "dbt_test__audit",
|
|
"database": null,
|
|
"tags": [],
|
|
"meta": {},
|
|
"materialized": "test",
|
|
"severity": "ERROR",
|
|
"store_failures": null,
|
|
"where": null,
|
|
"limit": null
|
|
},
|
|
"database": "dev",
|
|
"schema": "dbt_test__audit",
|
|
"fqn": [
|
|
"jaffle_shop",
|
|
"relationships_un_rueckerstattungen_medis_base_PersonNr__ref_un_person_base_"
|
|
],
|
|
"unique_id": "test.jaffle_shop.relationships_un_rueckerstattungen_medis_base_PersonNr__ref_un_person_base_",
|
|
"raw_code": "{{ test_relationships(**_dbt_generic_test_kwargs) }}",
|
|
"language": "sql",
|
|
"package_name": "jaffle_shop",
|
|
"root_path": "/Users/onkarravgan/Desktop/project/jaffle_shop",
|
|
"path": "relationships_test.sql",
|
|
"original_file_path": "models/schema.yml",
|
|
"name": "relationships_un_rueckerstattungen_medis_base_PersonNr__ref_un_person_base_",
|
|
"alias": "relationships_test",
|
|
"checksum": {
|
|
"name": "none",
|
|
"checksum": ""
|
|
},
|
|
"tags": [],
|
|
"refs": [
|
|
["un_rueckerstattungen_medis_base"],
|
|
["un_person_base"]
|
|
],
|
|
"sources": [],
|
|
"metrics": [],
|
|
"description": "",
|
|
"columns": {},
|
|
"meta": {},
|
|
"docs": {
|
|
"show": true,
|
|
"node_color": null
|
|
},
|
|
"patch_path": null,
|
|
"compiled_path": "target/compiled/jaffle_shop/models/schema.yml/relationships_test.sql",
|
|
"build_path": null,
|
|
"deferred": false,
|
|
"unrendered_config": {},
|
|
"created_at": 1673982251.748683,
|
|
"compiled_code": "select count(*) from table where PersonNr not in (select PartnerNr from other_table)",
|
|
"extra_ctes_injected": true,
|
|
"extra_ctes": [],
|
|
"relation_name": null,
|
|
"column_name": "PersonNr",
|
|
"file_key_name": "models.un_rueckerstattungen_medis_base"
|
|
},
|
|
"test.jaffle_shop.unique_orders_order_id.fed79b3a6e": {
|
|
"test_metadata": {
|
|
"name": "unique",
|
|
"kwargs": {
|
|
"column_name": "order_id",
|
|
"model": "{{ get_where_subquery(ref('orders')) }}"
|
|
},
|
|
"namespace": null
|
|
},
|
|
"compiled": true,
|
|
"resource_type": "test",
|
|
"depends_on": {
|
|
"macros": [
|
|
"macro.dbt.test_unique",
|
|
"macro.dbt.get_where_subquery"
|
|
],
|
|
"nodes": [
|
|
"model.jaffle_shop.orders"
|
|
]
|
|
},
|
|
"config": {
|
|
"enabled": true,
|
|
"alias": null,
|
|
"schema": "dbt_test__audit",
|
|
"database": null,
|
|
"tags": [],
|
|
"meta": {
|
|
"test_suite_name": "DBT TEST SUITE",
|
|
"test_suite_desciption": "Dbt test suite description"
|
|
},
|
|
"materialized": "test",
|
|
"severity": "ERROR",
|
|
"store_failures": null,
|
|
"where": null,
|
|
"limit": null,
|
|
"fail_calc": "count(*)",
|
|
"warn_if": "!= 0",
|
|
"error_if": "!= 0"
|
|
},
|
|
"database": "dev",
|
|
"schema": "dbt_jaffle_dbt_test__audit",
|
|
"fqn": [
|
|
"jaffle_shop",
|
|
"unique_orders_order_id"
|
|
],
|
|
"unique_id": "test.jaffle_shop.unique_orders_order_id.fed79b3a6e",
|
|
"raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}",
|
|
"language": "sql",
|
|
"package_name": "jaffle_shop",
|
|
"root_path": "/Users/onkarravgan/Desktop/project/jaffle_shop",
|
|
"path": "unique_orders_order_id.sql",
|
|
"original_file_path": "models/schema.yml",
|
|
"name": "unique_orders_order_id",
|
|
"alias": "unique_orders_order_id",
|
|
"checksum": {
|
|
"name": "none",
|
|
"checksum": ""
|
|
},
|
|
"tags": [],
|
|
"refs": [
|
|
[
|
|
"orders"
|
|
]
|
|
],
|
|
"sources": [],
|
|
"metrics": [],
|
|
"description": "",
|
|
"columns": {},
|
|
"meta": {
|
|
"test_suite_name": "DBT TEST SUITE",
|
|
"test_suite_desciption": "Dbt test suite description"
|
|
},
|
|
"docs": {
|
|
"show": true,
|
|
"node_color": null
|
|
},
|
|
"patch_path": null,
|
|
"compiled_path": "target/compiled/jaffle_shop/models/schema.yml/unique_orders_order_id.sql",
|
|
"build_path": null,
|
|
"deferred": false,
|
|
"unrendered_config": {
|
|
"meta": {
|
|
"test_suite_name": "DBT TEST SUITE",
|
|
"test_suite_desciption": "Dbt test suite description"
|
|
}
|
|
},
|
|
"created_at": 1673982251.748683,
|
|
"compiled_code": "\n \n \n\nselect\n order_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"dbt_jaffle\".\"orders\"\nwhere order_id is not null\ngroup by order_id\nhaving count(*) > 1\n\n\n",
|
|
"extra_ctes_injected": true,
|
|
"extra_ctes": [],
|
|
"relation_name": null,
|
|
"column_name": "order_id",
|
|
"file_key_name": "models.orders"
|
|
}
|
|
},
|
|
"sources": {},
|
|
"macros": {
|
|
|
|
},
|
|
"docs": {
|
|
},
|
|
"exposures": {},
|
|
"metrics": {},
|
|
"selectors": {},
|
|
"disabled": {},
|
|
"parent_map": {},
|
|
"child_map": {}
|
|
} |