country
S3 / causeway-data / dev / main / fibo / country
About the Pure Model
Concept: CountryAuto-generated from fibo-data-gen/pure/ — column-level lineage from the FIBO-grounded class to its physical store. Structured mappings point at parquet columns; Object mappings point at object-storage paths for audio, video, documents, and transcripts.
Profile
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.
// Source: metadata/datasets/*.json
###Pure
Profile fibo::Lineage
{
stereotypes: [parquetBacked, objectBacked];
tags: [parquetPath, fiboModule, fiboConcept, datasetTitle, glossaryTerm, objectPath, mediaTypes];
}Class
<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/country.parquet', Lineage.fiboModule = 'FND', Lineage.fiboConcept = 'Country', Lineage.datasetTitle = 'Countries'}
// Master list of countries used as jurisdictions of incorporation, listing, and reporting.
Class fibo::fnd::Country
{
// ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
countryCode : String[1];
// ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
countryCode3 : String[1];
// Country: A nation-state or recognized political territory in which legal entities are domiciled and instruments are issued or listed.
name : String[1];
// Region: A grouping of countries (e.g., Americas, Europe, Asia) used for reporting exposures and concentrations.
region : String[1];
// Region: A grouping of countries (e.g., Americas, Europe, Asia) used for reporting exposures and concentrations.
subRegion : String[0..1];
}Table (parquet store)
// parquet: out/parquet/country.parquet
Table country (country_code VARCHAR(255) PRIMARY KEY, country_code_3 VARCHAR(255), name VARCHAR(255), region VARCHAR(255), sub_region VARCHAR(255))Mapping — column-level lineage
fibo::fnd::Country : Relational
{
~mainTable [FiboParquet]country
countryCode : [FiboParquet]country.country_code,
countryCode3 : [FiboParquet]country.country_code_3,
name : [FiboParquet]country.name,
region : [FiboParquet]country.region,
subRegion : [FiboParquet]country.sub_region
}UNSTRUCTURED — OBJECT STORAGE
Object Store (S3 / object backend)
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.
Store store::object::CausewayObjectStore
(
backend: S3
bucket: 'causeway-data'
region: 'us-east-1'
)