Skip to content

Commit

Permalink
Merge pull request #26 from mbta/gg-wc231-tables
Browse files Browse the repository at this point in the history
chore: add wc231 tables
  • Loading branch information
grejdi-mbta authored Oct 7, 2024
2 parents fe36a76 + a27811e commit abf9a1a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/cubic_loader/qlik/ods_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"EDW.FNP_GENERAL_JRNL_ACCOUNT_ENTRY",
# KPI
"EDW.DEVICE_LAST_STATE",
# # WC231
# "EDW.CCH_CATEGORY",
# "EDW.BUSINESS_ENTITY_DIMENSION",
# "EDW.DISTRIBUTOR_DIMENSION",
# "EDW.SALE_TYPE_DIMENSION",
# "EDW.CCH_REPROCESS_ACTION",
# "EDW.CREDIT_CARD_TYPE_DIMENSION"
# "EDW.TRANSACTION_ORIGIN_DIMENSION",
# "EDW.CCH_CATEGORIZE_RULE",
# "EDW.CCH_TRANSACTION_TYPE",
# "EDW.ACTIVITY_TYPE_DIMENSION",
# "EDW.RIDER_CLASS_DIMENSION",
# "EDW.PURSE_TYPE_DIMENSION",
# "EDw.DISTRIBUTOR_ORDER",
# WC231
# "EDW.CCH_CATEGORY", # cubic not sending
"EDW.BUSINESS_ENTITY_DIMENSION",
# "EDW.DISTRIBUTOR_DIMENSION", # no data
"EDW.SALE_TYPE_DIMENSION",
# "EDW.CCH_REPROCESS_ACTION", # cubic not sending
"EDW.CREDIT_CARD_TYPE_DIMENSION",
# "EDW.TRANSACTION_ORIGIN_DIMENSION", # cubic not sending
# "EDW.CCH_CATEGORIZE_RULE", # cubic not sending
# "EDW.CCH_TRANSACTION_TYPE", # cubic not sending
# "EDW.ACTIVITY_TYPE_DIMENSION", # cubic not sending
"EDW.RIDER_CLASS_DIMENSION",
# "EDW.PURSE_TYPE_DIMENSION", # cubic not sending
# "EDW.DISTRIBUTOR_ORDER", # no data
]

0 comments on commit abf9a1a

Please sign in to comment.