Skip to main content

Used with Great_Expectations to store validation results in an Oracle Database.

Project description

ge-store-validations-oracle-plugin

Steps to use the OracleStoreValidationResultsAction from the plugin

Install this plugin by pasting store_validations_oracle.py from great_expectations/plugins in your corresponding great_expectations/plugins folder.

  1. Install the plugin by pip install store-validations-oracle. You can put store-validations-oracle in the requirements.txt file for CI/CD operations.

  2. In your required checkpoint, add the following action to your checkpoint .yml file.

  - name: store_validations_oracle
    action:
      class_name: OracleStoreValidationResultsAction
      module_name: store_validations_oracle
      username: ${USERNAME}
      password: ${PASSWORD}
      hostname: ${HOSTNAME}
      port: ${PORT}
      service_name: ${SERVICE_NAME}
      table_name: ${TABLE_NAME}
  1. In your uncommited/config_variables.yml file or if you are using environment variables, add the following variables related to the Oracle Database account:

    • USERNAME
    • PASSWORD
    • TABLE_NAME

    Either:

    • HOSTNAME
    • PORT (defaults to 1521)
    • SERVICE_NAME (defaults to ORCL)

    Or:

    • CONNECTION_STRING

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

store_validations_oracle-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file store_validations_oracle-0.1.2.tar.gz.

File metadata

  • Download URL: store_validations_oracle-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.8.16 Linux/5.15.0-1031-azure

File hashes

Hashes for store_validations_oracle-0.1.2.tar.gz
Algorithm Hash digest
SHA256 abb56a056bd73330bd309489e882ca5850e73efe200b052fdea9717c5530b8e5
MD5 79c6b8f0b5a9077e1bd6ccb80951d80e
BLAKE2b-256 c026d58518947d6f84b3daac4b662bca0819eb008ee06113786690c3328b2a90

See more details on using hashes here.

File details

Details for the file store_validations_oracle-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for store_validations_oracle-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b87accd07fb5a9cf2f6a30b120bf943ec4148f75ca05bb2429f849bce905da2
MD5 f997182af54905ebf9915cf7c9a2a543
BLAKE2b-256 9cbcb2723be09d642b98a276e22e95f1ef93b3ff8f1b94d7b77c30fc0f43b9c3

See more details on using hashes here.

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