Skip to main content

Check for details in Glue Catalog and tell if its outdated

Project description

Python 3.7 PyPI version License: MIT Language grade: Python Twitter Follow

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,
  "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"
    }
  ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

check_glue_catalog-0.1.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

check_glue_catalog-0.1.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page