0% found this document useful (0 votes)
108 views

Access Paths

The document provides links and information related to PayPal's data warehouse (DW) and analytics tools. It lists critical tables in the DW that contain fees data loaded from an enterprise Teradata system. It describes five key tables and cubes in the revenue (RVNU) segment containing cost, loss, and fees metrics for payments. It also mentions credit applications and systems providing cost data to cubes.

Uploaded by

venkat raj
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

Access Paths

The document provides links and information related to PayPal's data warehouse (DW) and analytics tools. It lists critical tables in the DW that contain fees data loaded from an enterprise Teradata system. It describes five key tables and cubes in the revenue (RVNU) segment containing cost, loss, and fees metrics for payments. It also mentions credit applications and systems providing cost data to cubes.

Uploaded by

venkat raj
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

NoteBook:

https://engineering.paypalcorp.com/notebooks/user/mkothwal/lab?redirects=1

Olympus:
https://olympus.paypalcorp.com/pps/post-production/
DALM:
https://dataalm.paypalinc.com/release/unified-releases/

GITHUB:
https://github.paypal.com/Essbase

http://xotoolslvs01.qa.paypal.com/gitsource/xref/Core-R__code__master/github/biz/
Money/TransactionRead/WTransactionConstants.h
http://xotoolslvs01.qa.paypal.com/gitsource/xref/Core-R__code__master/github/biz/
Money/TransactionRead/
WTransactionConstants.h#WTRANSACTION_REASON_PAYABLE_PARTNER_FEE

[6/15 11:06 AM] Venkata Raju Chttiboyina (CW)


%reload_ext cloudmagics.bigquery
%config PPMagics.domain= "ccg24-hrzana-fpa-fin"
%config PPMagics.displaylimit=4000;

SEL thedate,sessionid,queryband, SUM(IMPACT_CPU) from


pp_monitor_tools.dbqlogtbl_hst
WHere thedate >=current_date-2
--and sessionid In ()
and queryband like '%achcost.sql%'
group By 1,2,3
Order by 1

SELECT
AMPCPUTIME,
(FIRSTRESPTIME-STARTTIME DAY(2) TO SECOND(6)) RUNTIME,
SPOOLUSAGE/1024**3 AS SPOOL_IN_GB,
CAST(100-((AMPCPUTIME/(HASHAMP()+1))*100/NULLIFZERO(MAXAMPCPUTIME)) AS INTEGER)
AS CPU_SKEW,
MAXAMPCPUTIME*(HASHAMP()+1) AS CPU_IMPACT,
AMPCPUTIME*1000/NULLIFZERO(TOTALIOCOUNT) AS LHR
FROM
DBC.DBQLOGTBL
WHERE
QUERYBAND = 'Version=1;'

ssh [email protected]

--For handshake files check


ssh [email protected]

http://10.113.150.15/DW_PDM_HTML/ENTERPRISE.html

https://paypal.service-now.com/

https://o365altimetrik.sharepoint.com/sites/PayPalDeliveryteam/Shared%20Documents/
Forms/AllItems.aspx?ct=1669359385941&or=OWA%2DNT&cid=5e94163c%2De1ee%2D0c2a
%2D8cc0%2Da8d59331d9e7&ga=1&id=%2Fsites%2FPayPalDeliveryteam%2FShared%20Documents
%2FGeneral%2FDelivery%20Report%2FSOW%20%2D%20Delivery%20Reports
%2FDurai&viewid=3a85de0d%2De7d2%2D4f06%2Da3c8%2D0c32ba5e0b77

/dw/inbound/

Critical tables :

RVNU CUBES(tables below)


NTPV
RVNU

DPSA table (DW Paymnt sent adhoc)


(BA Fees DA fees AMA fees columsn )

Fact_rvnufx table
(It has all fees related to Foreign exchange )

./execTdSQL.sh $DW_SQL/$APP/UBER_STG_DPSA.sql dbuser=tddw_esb_core


START_DATE=$START_DATE END_DATE=$END_DATE
./execTdSQL.sh $DW_SQL/$APP/UBER_STG_PMT_ATTR.sql dbuser=tddw_esb_core
START_DATE=$START_DATE END_DATE=$END_DATE

./execTdSQL.sh /x/home/pp_adm/sql/CCCOSTS_QA/expln_test1.sql dbuser=tddw_esb_core


./execFEXP_ESB.sh $DW_SQL/$APP/etl_peak_xprpty.sql dbuser=tddw_esb_core
out_file=$DW_IN/$APP/xprpty_"$END_DATE".txt
${ESS_SCRIPTS_PATH}/execFEXP_ESB.sh $DW_SQL/$APP/cccosts.sql
out_file=$DW_IN/$APP/cccosts_data.txt

DW_RVNU Table
(It has two fees chartge back fees , Oct Fees )

These tables loads from Enterprize system (a teradata system)

other two imp Streams:

Copay (Aquization happned two years back Its a china company )


It should not be available
Cypto ( It comes from

All these five tables loads into Vertical , PMTMRGN cubes and REVFRCT CUBES

Five dimensions in this RVNU segment:

PMTMRGN has same dimensins and metrics:


It will have sender and receiver info
It doesnt have product hierarchy and has data at lower grain
Cost metrics
Loss metrics

Sender side and receiver side:

CostCUBES Data:
TFC system
COSTPCUBE
COSTACUBE
Charge back CUBE
ACH COST CUBE

Credit database or Application(teradata system) :


We have Three apllication in credit

In this area we have no changes No new changes happened for past few years

UC4 Links:

Dev link: https://uc4app01-dev.vip.paypal.com:2229/awi/


Prod link: https://uc4app01-prd.vip.paypal.com:2229/awi/

BRNTREE merchent Integration,


OCT Work
Uber work
Plan rate Flip

Guntur#2022 --- Is Unix Pass


Jan_2022#gnt
cVraju#09gnt

You might also like