Check Glue Catalog
Get Glue catalog details to check if tables are outdated.
pip install check-glue-catalog
from check_glue_catalog import get_tables
result = get_tables(catalog_name="glue_database_name")
print(result)
{
"outdated": 3,
"updated": 23,
"total": 26,
"outdated_list": [
{
"table_name": "table_name_1",
"due_days": 2,
"rows": 7,
"last_updated": "2020-03-10 05:43:37"
},
{
"table_name": "other_table",
"due_days": 76,
"rows": 5,
"last_updated": "2019-12-27 11:08:13"
},
{
"table_name": "some_table",
"due_days": 97,
"rows": 5,
"last_updated": "2019-12-06 16:22:52"
}
]
}
Release files for check-glue-catalog 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| check_glue_catalog-0.1.9.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| check_glue_catalog-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / check_glue_catalog-0.1.9.tar.gz
| Download URL | check_glue_catalog-0.1.9.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e91a1b69aabfea41a18b16f406abea292656ba075baa901c4409c1d0f85dd3a0
|
|
BLAKE2b-256 checksum How to use checksums |
ed9eb5345c439bcfe11f34c07757b616362c3d90ee9f32d7e092a3ee3fcb2433
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
|
Release files / check_glue_catalog-0.1.9-py3-none-any.whl
| Download URL | check_glue_catalog-0.1.9-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
617ca064a7ff73f25edb06fdf8ffdec9f8fac9bd53ddd2e75c7eda6010adb99f
|
|
BLAKE2b-256 checksum How to use checksums |
24e5d0ad7c719b89c734726e618ed2a600d0f782d73fe9eb216fd7cd6d2ef0d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
|