OVO Test Kit
installation
create installer :
python3 setup.py sdist bdist_wheel
installer will be at dist/ directory
install using :
pip3 install dist/<generated-file>.whl
Quickstart
from ovobdkit.testkit import OVOTestKit
import unittest
class TestMlmMerchant(OVOTestKit):
TABLE_NAME = 'ovo_raw.ovo_smp_mlm_merchant'
FIELDS = '''
id BigInt
merchant_code String
grab_id String
'''
def test_having_no_duplicates(self):
self.duplicate_check(TestMlmMerchant.TABLE_NAME)
if __name__ == '__main__':
unittest.main()
more? see examples directories
Functionalities
- Unit Test
- Functional Test
- Communicate to Airflow
- Communicate to OMT
Common case
- get all (example / merchant_owner)
- delta (example / springreward/txn_ledger)
- delta with update (example/springreward/customer_transaction)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ovobdkit-1.0.5.tar.gz
(9.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ovobdkit-1.0.5-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file ovobdkit-1.0.5.tar.gz.
File metadata
- Download URL: ovobdkit-1.0.5.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dccdddfc280c00197b381b15970be028916093157f2cc5a99bc7ef3e8de7672
|
|
| MD5 |
1a312847e39fc8c804bfb7776d6e94fc
|
|
| BLAKE2b-256 |
c55bc011ff80cbe3482848af8e1ea5017c31a9cabccc26db42f9bed424daa60b
|
File details
Details for the file ovobdkit-1.0.5-py3-none-any.whl.
File metadata
- Download URL: ovobdkit-1.0.5-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08a4145e8e8f166d4f2247d22d9567d2d2abc9a013c9c7f8610b8f8c7ef77bea
|
|
| MD5 |
0ffef21fe75d09d7ae8d909e9e70f091
|
|
| BLAKE2b-256 |
17b4c3c74cad397f9e28eaf8693117932797f8653b6597b1d8059ef02020f635
|