AccountDimension 

Column NameAzure TypeSnowflake TypeDescription
ad_idintNUMBER(38,0)Primary key
ad_accountIdvarchar(16)VARCHAR(16)The account unique identifier
ad_parentAccountvarchar(16)VARCHAR(16)The parent account identifier
ad_namevarchar(64)VARCHAR(64)Account name
ad_broadsoftEnterpriseIdvarchar(64)VARCHAR(64)The VoIP platform identifier
ad_countryvarchar(64)VARCHAR(64)The origin country of the account
ad_currencyvarchar(3)VARCHAR(3)The currency used for the account
ad_customerStartDatedatetime2(7)TIMESTAMP_NTZ(9)The customer start date.
ad_eccAccountbit (1=true/0=false)BOOLEANIs ECC account flag
ad_marketSegmentvarchar(16)VARCHAR(16)Market segment
ad_mrcBillCyclevarchar(2)VARCHAR(2)The MRC billing cycle
ad_npaNxxvarchar(6)VARCHAR(6)The area code (NPA) and exchange (NXX) used for taxation
ad_nrcBillCyclevarchar(2)VARCHAR(2)The NRC billing cycle
ad_releasedMRRdecimal(18, 4)NUMBER(18,4)The Released Monthly Recurring Revenue
ad_serviceWindowStartDayvarchar(2)VARCHAR(2)The day in month that the service window start day has started
ad_statevarchar(2)VARCHAR(2)The state associated with the account if applicable
ad_statusvarchar(8)VARCHAR(8)Indicates if the status of the account is active or not active
ad_typevarchar(16)VARCHAR(16)

The account type. Possible values: 

  • Direct
  • Customer
  • Channel
  • Priv Lbl
ad_zipCodevarchar(16)VARCHAR(16)The zip code associated with the  account
ad_isCountyTaxExemptbit (1=true/0=false)BOOLEANCounty tax exempt flag
ad_isCriticalAccountbit (1=true/0=false)BOOLEANCritical customer flag
ad_isFederalTaxExemptbit (1=true/0=false)BOOLEANFederal tax exempt flag
ad_isStateTaxExemptbit (1=true/0=false)BOOLEANState tax exempt flag
ad_isSuppressAdminFeebit (1=true/0=false)BOOLEAN

Suppress Admin Fee Flag





AccountGroupDimension 

Column NameData TypeSnowflake TypeDescription
agd_idintNUMBER(38,0)Primary key
agd_accountGroupIdvarchar(16)VARCHAR(16)Account group identifier
agd_descriptionvarchar(128)VARCHAR(128)Account group description
agd_typevarchar(16)VARCHAR(16)

The account group type. Possible values: 

  • Direct
  • Customer
  • Channel
  • Priv Lbl

BroadsoftUserDimension

Column NameData TypeSnowflake TypeDescription
bud_idintNUMBER(38,0)Primary key
bud_broadsoftUserIdvarchar(161)VARCHAR(161)Identifier of the broadsoft user 
bud_broadsoftUserDisplayNamevarchar(100)VARCHAR(100)The display name of the broadsoft user.
bud_broadsoftEntepriseIdvarchar(64)VARCHAR(64)The VoIP platform identifier
bud_broadsoftGroupIdvarchar(64)VARCHAR(64)Broadsoft user group identifier
bud_broadsoftDepartmentvarchar(64)VARCHAR(64)Broadsoft user department
bud_broadsoftLanguagevarchar(64)VARCHAR(64)Broadsoft user language
bud_broadsoftTimezonevarchar(32)VARCHAR(32)Time zone
bud_broadsoftSystemNamevarchar(128)VARCHAR(128)Broadsoft user system name
bud_accountIdvarchar(16)VARCHAR(16)Identifier of the account
bud_externalReferenceCharvarchar(64)VARCHAR(64)External reference character
bud_externalReferenceNumbigintNUMBER(38,0)External reference number
bud_locationIdvarchar(64)VARCHAR(64)Identifier of the location
bud_broadsoftFQUserIdvarchar(161)VARCHAR(161)Identifier  of the broadsoft fully qualified user
bud_lastUpdateTimestampdatetime2(7)TIMESTAMP_NTZ(9)Broadsoft user last update timestamp
bud_parentEipIdvarchar(16)VARCHAR(16)The account identifier
bud_entryTimestampdatetime2(7)TIMESTAMP_NTZ(9)The time in which the broadsoft user has been added.
bud_userCategoryvarchar(16)VARCHAR(16)

User category type. Possib;e values:

  • HUNTGROUP
  • AUDIOCONFERENCE
  • CALLCENTER
  • VIDEOCONFERENCE
  • EXTENTIONUSER
  • AUTOATTENDANT
  • BWANYWHERE
  • TRUNKGROUP
  • GROUPCALLING
  • MUSICONHOLD
  • VOICEMAIL
  • AMP
  • USER




CountryDimension 

Column NameData TypeSnowflake TypeDescription
cd_dialCountryCodeintNUMBER(38,0)The country dial code
cd_displayNamevarchar(64)VARCHAR(64)The country display name
cd_officialNamevarchar(64)VARCHAR(64)The country official name
cd_capitalvarchar(48)VARCHAR(48)The capital
cd_continentvarchar(2)VARCHAR(2)Continent
cd_currencyAlphaCodevarchar(3)VARCHAR(3)The currency alpha code
cd_currencyCountryNamevarchar(64)VARCHAR(64)The currency country name
cd_currencyNamevarchar(64)VARCHAR(64)The currency name
cd_intermediateRegionNamevarchar(64)VARCHAR(64)Intermediate regional name
cd_iso3166Aplha2varchar(2)VARCHAR(2)The ISO 3166 Alpha2 code
cd_iso3166Aplha3varchar(3)VARCHAR(3)The ISO 3166 Alpha3 code
cd_languagesvarchar(128)VARCHAR(128)Country language codes represented in a semicolon separated list
cd_regionCodeintNUMBER(38,0)Region code
cd_regionNamevarchar(16)VARCHAR(16)Region Name
cd_subRegionCodeintNUMBER(38,0)Sub region code
cd_subRegionNamevarchar(32)VARCHAR(32)Sub region name
cd_topLevelDomainvarchar(3)VARCHAR(3)The top level domain
cd_unTermNamevarchar(64)VARCHAR(64)The country UNTERM name
cd_unTermShortNamevarchar(64)VARCHAR(64)The country UNTERM short name




DateDimension 

Column NameData TypeSnowflake TypeDescription
dd_dateintNUMBER(38,0)Primary key represents the date (in the format of 'YYYYMMDD',  For example: 20200101)
dd_dayintNUMBER(38,0)The day in month numbering
dd_dayNameLongvarchar(9)VARCHAR(9)The day name
dd_dayNameShortchar(3)VARCHAR(3)The day short name
dd_dayOfQuarterintNUMBER(38,0)The day of quarter numbering
dd_dayOfWeekISOintNUMBER(38,0)ISO day of week numbering
dd_dayOfWeekInMonthintNUMBER(38,0)The day of week in a month
dd_dayOfWeekInYearintNUMBER(38,0)The day of week in a year
dd_dayOfWeekUSAintNUMBER(38,0)USA day of week numbering
dd_dayOfYearintNUMBER(38,0)The number of day in year
dd_daysInMonthintNUMBER(38,0)The number of days in a month
dd_daysInQuarterintNUMBER(38,0)The number of days in a quarter
dd_daysInYearintNUMBER(38,0)The number of days in a year
dd_firstDayOfMonthintNUMBER(38,0)First day of month (in a format of 'YYYYMMDD')
dd_firstDayOfQuarterintNUMBER(38,0)First day of quarter (in a format of 'YYYYMMDD')
dd_firstDayOfWeekISOintNUMBER(38,0)ISO first day of week (in a format of 'YYYYMMDD')
dd_firstDayOfWeekUSAintNUMBER(38,0)USA first day of week (in a format of 'YYYYMMDD')
dd_firstDayOfYearintNUMBER(38,0)The first day of year (in a format of 'YYYYMMDD')
dd_holidayOtherintNUMBER(38,0)Future use
dd_holidayUSAintNUMBER(38,0)Future use
dd_lastDayOfMonthintNUMBER(38,0)Last day of month (in a format of 'YYYYMMDD')
dd_lastDayOfQuarterintNUMBER(38,0)Last day of quarter (in a format of 'YYYYMMDD')
dd_lastDayOfWeekISOintNUMBER(38,0)ISO last day of week (in a format of 'YYYYMMDD')
dd_lastDayOfWeekUSAintNUMBER(38,0)USA last day of week (in a format of 'YYYYMMDD')
dd_lastDayOfYearintNUMBER(38,0)The last day of the year (in a format of 'YYYYMMDD')
dd_monthintNUMBER(38,0)Month number
dd_monthNameLongvarchar(9)VARCHAR(9)Long month name
dd_monthNameShortchar(3)VARCHAR(3)Short month name
dd_monthOfQuarterintNUMBER(38,0)The month of quarter numbering.
dd_quarterintNUMBER(38,0)The number of quarter within the year (1-4)
dd_weekOfMonthISOintNUMBER(38,0)The ISO week of month numbering
dd_weekOfMonthUSAintNUMBER(38,0)The USA week of month numbering
dd_weekOfQuarterISOintNUMBER(38,0)The ISO week of quarter numbering
dd_weekOfQuarterUSAintNUMBER(38,0)The USA week of quarter numbering
dd_weekOfYearISOintNUMBER(38,0)The ISO week numbering year
dd_weekOfYearUSAintNUMBER(38,0)The USA week numbering year
dd_yearintNUMBER(38,0)Represents the year
dd_yearAndMonthintNUMBER(38,0)Represents the year and month in a format of 'YYYYMM'
dd_isHolidayOtherbit (1=true/0=false)BOOLEANIs other holiday flag
dd_isHolidayUSAbit (1=true/0=false)BOOLEANIs USA holiday flag
dd_isLeapYearbit (1=true/0=false)BOOLEANIs leap year flag
dd_isWeekDaybit (1=true/0=false)BOOLEANIs week day flag
dd_dateAsDatedateDATEDate representation as date in the format of (YYYY-MM-DD)




LocationDimension 

Column NameData TypeSnowflake TypeDescription
lcd_idintNUMBER(38,0)Primary key
lcd_locationvarchar(16)VARCHAR(16)Location identifier
lcd_accountIdvarchar(16)VARCHAR(16)Account identifier associated with the location
lcd_addressCodevarchar(16)VARCHAR(16)Address code
lcd_billingLocationNamevarchar(128)VARCHAR(128)Billing location name
lcd_cityvarchar(64)VARCHAR(64)City
lcd_countryvarchar(16)VARCHAR(16)Country
lcd_descriptionvarchar(256)VARCHAR(256)Location description
lcd_isDefaultbit (1=true/0=false)BOOLEANDefault flag
lcd_isDisabledbit (1=true/0=false)BOOLEANDisable/Enabled flag
lcd_isRepairFacilitybit (1=true/0=false)BOOLEANRepair facility flag
lcd_orgIdvarchar(16)VARCHAR(16)Organization identifier
lcd_postalCodevarchar(16)VARCHAR(16)ZIP/Postal code
lcd_serviceAddressCodevarchar(16)VARCHAR(16)Service address code
lcd_shipToAddressCodevarchar(16)VARCHAR(16)Ship to address code
lcd_siteIdvarchar(16)VARCHAR(16)The site identifier associated with the location
lcd_stateProvincevarchar(16)VARCHAR(16)The state/province of the location
lcd_statusvarchar(16)VARCHAR(16)Location status. For example:  ACTIVE, INACTIVE, 120 Active, OPERATING, 150 Idle
lcd_streetAddressvarchar(256)

VARCHAR(256)

The physical street address associated with the location
lcd_streetAddress2varchar(256)

VARCHAR(256)

Second street address
lcd_typevarchar(16)

VARCHAR(16)

Location type. For example:  HOLDING, SALVAGE, OPERATING, STOREROOM

lcd_parentEipIdvarchar(16)VARCHAR(16)Parent account identifier
lcd_locationName

varchar(64)

VARCHAR(64)

Location name




ProductDimension 

Column NameData TypeSnowflake TypeDescription
pd_idintNUMBER(38,0)Primary key
pd_productCodevarchar(64)VARCHAR(64)Product code
pd_uniqueProductCodevarchar(64)VARCHAR(64)The unique product code
pd_currencyIsoCodevarchar(3)VARCHAR(3)The currency ISO code
pd_isProductRequiringApprovalbit (1=true/0=false)BOOLEANProduct Requiring Approval flag
pd_isStandardPriceBookbit (1=true/0=false)BOOLEANStandard price book flag
pd_isUseStandardPricebit (1=true/0=false)BOOLEANStandard price use flag
pd_partnerDiscountFromRetaildecimal(12, 2)

NUMBER(12,2)

Partner discount from retail
pd_pointInTimeRetailPricedecimal(12, 2)

NUMBER(12,2)

Point in time retail price
pd_priceBookDescriptionvarchar(256)VARCHAR(256)Price book description
pd_priceBookNamevarchar(64)VARCHAR(64)Price book name
pd_priceOverridedecimal(12, 2)NUMBER(12,2)Price override
pd_productCategoryvarchar(32)VARCHAR(32)Product category
pd_productCountdecimal(12, 2)NUMBER(12,2)Product count
pd_productNamevarchar(128)VARCHAR(128)Product name
pd_proposalGroupingvarchar(32)VARCHAR(32)Proposal grouping
pd_revenueTypevarchar(8)VARCHAR(8)The revenue type
pd_stagevarchar(32)VARCHAR(32)Product stage
pd_subFamilyvarchar(64)VARCHAR(64)Product sub family
pd_taxServiceTypevarchar(4)

VARCHAR(4)

Product tax service type
pd_taxTransactionTypevarchar(4)

VARCHAR(4)

Product tax transaction type
pd_unitPricedecimal(12, 4)

NUMBER(12,4)

Product unit price




SystemDimension 

Column NameData TypeSnowflake TypeDescription
sd_idintNUMBER(38,0)Primary key
sd_hostNamevarchar(128)VARCHAR(128)System host name
sd_hostAbbrvarchar(16)VARCHAR(16)System host abbreviation
sd_countryvarchar(32)VARCHAR(32)Country
sd_descriptionvarchar(128)VARCHAR(128)System description
sd_groupAbbrvarchar(16)VARCHAR(16)System group abbreviation
sd_groupNamevarchar(64)VARCHAR(64)System group name
sd_ipAddrvarchar(16)VARCHAR(16)System IP address
sd_platformAbbrvarchar(16)VARCHAR(16)Platform abbreviation
sd_platformNamevarchar(64)VARCHAR(64)The platform name
sd_platformNumbervarchar(6)VARCHAR(6)The platform number
sd_regionvarchar(32)VARCHAR(32)Region
sd_servicevarchar(16)VARCHAR(16)Service
sd_softwareVersionvarchar(24)VARCHAR(24)System software version
sd_systemAbbrvarchar(16)VARCHAR(16)System abbreviation
sd_systemNamevarchar(64)VARCHAR(64)System name
sd_typevarchar(32)
System type




TimeOfDayDimension 

Column NameData TypeSnowflake TypeDescription
td_timeOfDayintNUMBER(38,0)Primary key
td_amPmchar(2)VARCHAR(2)AM or PM
td_firstSecondOfHalfHourintNUMBER(38,0)The first second of half an hour numbering
td_firstSecondOfHourintNUMBER(38,0)The first second of an hour numbering
td_firstSecondOfQuarterHourintNUMBER(38,0)The first second of quarter an hour numbering
td_halfHourOfDayintNUMBER(38,0)The half hour of the day numbering (1-48)
td_halfHourOfHourintNUMBER(38,0)The half our of an hour numbering (1 or 2)
td_hour12intNUMBER(38,0)Hour is 12 in 12 hour clock (1-12)
td_hour24intNUMBER(38,0)Hour in 24 hour clock (0-23)
td_lastSecondOfHalfHourintNUMBER(38,0)The last second of half an hour numbering
td_lastSecondOfHourintNUMBER(38,0)The last second of an hour numbering
td_lastSecondOfQuarterHourintNUMBER(38,0)The last second of quarter an hour numbering
td_minuteintNUMBER(38,0)The minute in an hour numbering (1-60)
td_quarterHourOfDayintNUMBER(38,0)The quarter hour of the day numbering (1-96)
td_quarterHourOfHourintNUMBER(38,0)The quarter hour of an hour numbering (1- 4) 
td_secondintNUMBER(38,0)The second in hour numbering
td_secondOfDayintNUMBER(38,0)The second of the day numbering
td_todStringchar(6)VARCHAR(6)Time of day representation as a string
td_timeAsTime24char(8)VARCHAR(8)Time of day representation in a 24 hour clock in the format of 'hh:mm:ss' 
TD_QUARTERHOURLABELvarchar(13)VARCHAR(13)
TD_HALFHOURLABELvarchar(13)VARCHAR(13)
TD_HOURLABELvarchar(13)VARCHAR(13)








TaxServiceTypeDimension

Column NameData TypeSnowflake TypeDescription
tst_idintNUMBER(38,0)Primary key
tst_codevarchar(4)VARCHAR(4)Tax service code
tst_descriptionvarchar(64)VARCHAR(64)Tax service description




TaxTransactionTypeDimension

Column NameData TypeSnowflake TypeDescription
ttt_idintNUMBER(38,0)Primary key
ttt_codevarchar(4)VARCHAR(4)Tax transaction code
ttt_descriptionvarchar(64)VARCHAR(64)Tax transaction description
  • No labels