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.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.2a0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

  • Download URL: store_validations_oracle-0.1.2a0.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.2a0.tar.gz
Algorithm Hash digest
SHA256 14ae7b036d06d8a7ef60b5d55ab871360ca099db2f04ad0644b41a132ea3c489
MD5 1d9686e3a1361c3450c9601dd1a9b5c5
BLAKE2b-256 7cc029dfcb61f195c3dc6afb83287ecf60ef4cc855ed4d7c2a074115cb80b819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for store_validations_oracle-0.1.2a0-py3-none-any.whl
Algorithm Hash digest
SHA256 edb7eab036e5fffbdf8d4fdb9ae3a6aef5d48a0f2f4dca97bf8732e689536a74
MD5 bac7f95fc964472d354f342899852f5a
BLAKE2b-256 f329eed72f7b5d397c67a58762984f0cd12caf564a04b9899d39172e836fd934

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