config/annotations/reporting/DatedConversionRatesMD.yaml (32 lines of code) (raw):

name: "{{ project_id_tgt }}.{{ sfdc_datasets_reporting }}.DatedConversionRatesMD" description: "Dated currency conversion rates master data." catalog_tags: - display_name: "line_of_business" fields: - display_name: "group" value: "Master Data" fields: - name: "DatedConversionRateId" description: "A unique identifier for the record." - name: "IsoCode" description: "The ISO code of the currency." - name: "ConversionRate" description: "The conversion rate between the currency and the base currency." - name: "CreatedById" description: "The ID of the user who created the record." - name: "LastModifiedById" description: "The ID of the user who last modified the record." - name: "StartDate" description: "The date on which the conversion rate takes effect." - name: "NextStartDate" description: "The date on which the next conversion rate takes effect." - name: "CreatedDatestamp" description: "The date on which the record was created." - name: "LastModifiedDatestamp" description: "The date on which the record was last modified." - name: "SystemModstamp" description: "The date on which the record was last modified by the system." - name: "Recordstamp" description: "The date on which the record was last modified by a user." - name: "EndDate" description: "The date on which the current conversion rate ends."