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
285 lines
8.1 KiB
JSON
285 lines
8.1 KiB
JSON
[
|
|
{
|
|
"name": "transactions",
|
|
"displayName": "Company Transactions",
|
|
"description": "Bucket containing all the company's transactions",
|
|
"parent": null,
|
|
"prefix": "/transactions/",
|
|
"dataModel": {
|
|
"isPartitioned": true,
|
|
"columns": [
|
|
{
|
|
"name": "transaction_id",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "The ID of the executed transaction. This column is the primary key for this table.",
|
|
"tags": [],
|
|
"constraint": "PRIMARY_KEY",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "merchant",
|
|
"dataType": "VARCHAR",
|
|
"dataLength": 100,
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "The merchant for this transaction.",
|
|
"tags": [],
|
|
"ordinalPosition": 2
|
|
},
|
|
{
|
|
"name": "transaction_time",
|
|
"dataType": "TIMESTAMP",
|
|
"dataTypeDisplay": "timestamp",
|
|
"description": "The time the transaction took place.",
|
|
"tags": [],
|
|
"ordinalPosition": 3
|
|
}
|
|
]
|
|
},
|
|
"numberOfObjects": "1.7661858297E10",
|
|
"size": "102400",
|
|
"fileFormats": [
|
|
"parquet"
|
|
]
|
|
},
|
|
{
|
|
"name": "departments",
|
|
"displayName": "Company departments",
|
|
"description": "Bucket containing company department information",
|
|
"parent": null,
|
|
"prefix": "/departments/",
|
|
"dataModel": null,
|
|
"numberOfObjects": "2",
|
|
"size": "2048",
|
|
"fileFormats": [
|
|
"csv"
|
|
]
|
|
},
|
|
{
|
|
"name": "engineering",
|
|
"displayName": "Engineering department",
|
|
"description": "Bucket containing engineering department information",
|
|
"parent": "s3_storage_sample.departments",
|
|
"prefix": "/departments/engineering/",
|
|
"dataModel": null,
|
|
"numberOfObjects": "5",
|
|
"size": "14336",
|
|
"fileFormats": [
|
|
"zip"
|
|
]
|
|
},
|
|
{
|
|
"name": "finance",
|
|
"displayName": "Finance department",
|
|
"description": "Bucket containing finance department information",
|
|
"parent": "s3_storage_sample.departments",
|
|
"prefix": "/departments/finance/",
|
|
"dataModel": {
|
|
"isPartitioned": false,
|
|
"columns": [
|
|
{
|
|
"name": "department_id",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "The ID of the department. This column is the primary key for this table.",
|
|
"tags": [],
|
|
"constraint": "PRIMARY_KEY",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "budget_total_value",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "The department's budget for the current year.",
|
|
"tags": [],
|
|
"ordinalPosition": 2
|
|
},
|
|
{
|
|
"name": "notes",
|
|
"dataType": "VARCHAR",
|
|
"dataLength": 100,
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "Notes concerning sustainability for the budget.",
|
|
"tags": [],
|
|
"ordinalPosition": 3
|
|
},
|
|
{
|
|
"name": "budget_executor",
|
|
"dataType": "VARCHAR",
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "The responsible finance lead for the budget execution",
|
|
"tags": [],
|
|
"ordinalPosition": 4
|
|
}
|
|
]
|
|
},
|
|
"numberOfObjects": "75",
|
|
"size": "286720",
|
|
"fileFormats": [
|
|
"zip",
|
|
"csv"
|
|
]
|
|
},
|
|
{
|
|
"name": "media",
|
|
"displayName": "Media department",
|
|
"description": "Bucket containing media department information",
|
|
"parent": "s3_storage_sample.departments",
|
|
"prefix": "/departments/media/",
|
|
"dataModel": null,
|
|
"numberOfObjects": "123",
|
|
"size": "243712",
|
|
"fileFormats": null
|
|
},
|
|
{
|
|
"name": "movies",
|
|
"displayName": "Company official footage",
|
|
"description": "Bucket containing movies about the company",
|
|
"parent": "s3_storage_sample.departments.media",
|
|
"prefix": "/departments/media/media2020/",
|
|
"dataModel": null,
|
|
"numberOfObjects": "500",
|
|
"size": "15360000",
|
|
"fileFormats": [
|
|
"gz"
|
|
]
|
|
},
|
|
{
|
|
"name": "expenditures",
|
|
"displayName": "Expenditures for the current year",
|
|
"description": "Bucket containing finance expenditures information",
|
|
"parent": "s3_storage_sample.departments.finance",
|
|
"prefix": "/departments/finance/expenditures-2023",
|
|
"dataModel": {
|
|
"isPartitioned": false,
|
|
"columns": [
|
|
{
|
|
"name": "department_id",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "The ID of the department. This column is the primary key for this table.",
|
|
"tags": [],
|
|
"constraint": "PRIMARY_KEY",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "approved",
|
|
"dataType": "BOOLEAN",
|
|
"dataTypeDisplay": "boolean",
|
|
"description": "Whether this was already approved by upper management",
|
|
"tags": [],
|
|
"ordinalPosition": 2
|
|
},
|
|
{
|
|
"name": "fraudulent_claims",
|
|
"dataType": "BOOLEAN",
|
|
"dataTypeDisplay": "boolean",
|
|
"description": "Whether any claims were made for the expenditure at any point",
|
|
"tags": [],
|
|
"ordinalPosition": 3
|
|
},
|
|
{
|
|
"name": "total_value_for_current_month",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "The current total value spent for the expenditure as of beginning of the current month",
|
|
"tags": [],
|
|
"ordinalPosition": 4
|
|
}
|
|
]
|
|
},
|
|
"numberOfObjects": "10",
|
|
"size": "65536",
|
|
"fileFormats": [
|
|
"zstd",
|
|
"tsv"
|
|
]
|
|
},
|
|
{
|
|
"name": "provider_address_texas_exports",
|
|
"displayName": "Provider Address Texas Exports",
|
|
"description": "Search relevancy fixture container for provider address Texas export files.",
|
|
"parent": "s3_storage_sample.departments",
|
|
"prefix": "/departments/provider-address-texas/",
|
|
"dataModel": {
|
|
"isPartitioned": false,
|
|
"columns": [
|
|
{
|
|
"name": "provider_id",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "Unique identifier for the provider.",
|
|
"tags": [],
|
|
"constraint": "PRIMARY_KEY",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "provider_address",
|
|
"dataType": "VARCHAR",
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "Provider address exported for downstream systems.",
|
|
"tags": [],
|
|
"ordinalPosition": 2
|
|
},
|
|
{
|
|
"name": "texas_region",
|
|
"dataType": "VARCHAR",
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "Texas region partition.",
|
|
"tags": [],
|
|
"ordinalPosition": 3
|
|
}
|
|
]
|
|
},
|
|
"numberOfObjects": "12",
|
|
"size": "98304",
|
|
"fileFormats": [
|
|
"csv",
|
|
"parquet"
|
|
]
|
|
},
|
|
{
|
|
"name": "customer_profiles_exports",
|
|
"displayName": "Customer Profiles Exports",
|
|
"description": "Search relevancy fixture container for customer profiles export files.",
|
|
"parent": "s3_storage_sample.departments",
|
|
"prefix": "/departments/customer-profiles/",
|
|
"dataModel": {
|
|
"isPartitioned": false,
|
|
"columns": [
|
|
{
|
|
"name": "customer_id",
|
|
"dataType": "NUMERIC",
|
|
"dataTypeDisplay": "numeric",
|
|
"description": "Unique identifier for the customer.",
|
|
"tags": [],
|
|
"constraint": "PRIMARY_KEY",
|
|
"ordinalPosition": 1
|
|
},
|
|
{
|
|
"name": "customer_profile_id",
|
|
"dataType": "VARCHAR",
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "Customer profile identifier exported for downstream systems.",
|
|
"tags": [],
|
|
"ordinalPosition": 2
|
|
},
|
|
{
|
|
"name": "profile_status",
|
|
"dataType": "VARCHAR",
|
|
"dataTypeDisplay": "varchar",
|
|
"description": "Customer profile status.",
|
|
"tags": [],
|
|
"ordinalPosition": 3
|
|
}
|
|
]
|
|
},
|
|
"numberOfObjects": "12",
|
|
"size": "98304",
|
|
"fileFormats": [
|
|
"csv",
|
|
"parquet"
|
|
]
|
|
}
|
|
]
|