Skip to content

Commit

Permalink
chore: add more ODS tables to ingest (#21)
Browse files Browse the repository at this point in the history
Add tables to ODS process to support the FMIS dashboard and Comp B reports.

---------

Co-authored-by: Ryan Rymarczyk <[email protected]>
  • Loading branch information
grejdi-mbta and rymarczy authored Sep 13, 2024
1 parent 831a2cd commit 753e8cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/cubic_loader/qlik/ods_tables.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CUBIC_ODS_TABLES = [
# wa160
"EDW.DATE_DIMENSION",
"EDW.FARE_PROD_USERS_LIST_DIMENSION",
"EDW.FARE_PRODUCT_DIMENSION",
Expand All @@ -12,4 +13,15 @@
"EDW.CARD_DIMENSION",
"EDW.DEVICE_DIMENSION",
"EDW.USE_TRANSACTION",
# comp b
# "EDW.PAYMENT_SUMMARY", Table has NULL values in PrimaryKey columns
"EDW.TXN_CHANNEL_MAP",
"EDW.CCH_AFC_TRANSACTION",
"EDW.PATRON_TRIP",
"EDW.TRIP_PAYMENT",
"EDW.SALE_TRANSACTION",
"EDW.PAYMENT_TYPE_DIMENSION",
"EDW.TRANSACTION_HISTORY",
# fmis
"EDW.FNP_GENERAL_JRNL_ACCOUNT_ENTRY",
]

0 comments on commit 753e8cb

Please sign in to comment.