Account Services
Introduction
The goal of this pipeline is to make the Account Services dataset available in Google Big Query where it can be queried using the SQL interface for business purposes and to drive downstream business processes.
Scenarios
Customers could use the account services dataset to access data related to Accounts, Transactions, Available Balance, Holds, Stop Payments, Stop Payment Settings and Products available within digital banking platform.
Pipelines
The Account Services pipeline utilizes BigQuery External Connections in the Jack Henry Data Hub project, to the Publisher Spanner database in their project. Federated Queries are used with External Connections to the Spanner databases from BiqQuery. The Federated Queries are used to pull data from the Spanner Database into the BigQuery dataset / tables.
Data is available to share through BigQuery Sharing to a FI/Customer.
Schedule
The Federated Queries are scheduled to run hourly.
Table Partition Info
The Account services dataset contains tables that are partitioned by a date column.
Table Name | Partition Column | Partition Type |
---|---|---|
account_ledger_fct_cdc | OperationalPeriod | DAY |
account_statements_fct_cdc | ModifiedDate | DAY |
account_summary_fct_cdc | OperationalPeriod | DAY |
accounts_fct_cdc | ModifiedDate | DAY |
balance_calculation_settings_fct_cdc | ModifiedDate | DAY |
holds_fct_cdc | ModifiedDate | DAY |
interest_accrual_ledger_fct_cdc | OperationalPeriod | DAY |
products_fct_cdc | ModifiedDate | DAY |
state_dormancy_escheat_fct_cdc | None | None |
stop_payments_fct_cdc | ModifiedDate | DAY |
stop_payments_settings_fct_cdc | ModifiedDate | DAY |
Topics in this section
- account_ledger_fct_cdd
- account_statements_fct_cdd
- account_summary_fct_cdd
- accounts_fct_cdd
- balance_calculation_settings_fct_cdd
- holds_fct_cdd
- interest_accrual_ledger_fct_cdd
- products_fct_cdd
- state_dormancy_escheat_fct_cdd
- stop_payments_fct_cdd
- stop_payments_settings_fct_cdd