Skip to main content

VDK-INGEST-HTTP Plugin

monthly download count for vdk-ingest-http

This plugin provides functionality to ingest data over http.

Usage

To use the plugin, just install it, and set the method attribute of send_object_for_ingestion(), and send_tabular_data_for_ingestion() functions to "http".

Example:

def run(job_input: IJobInput):
    # Do something to get data for ingestion
    payload = get_some_data()

    # Ingest the data
    job_input.send_object_for_ingestion(payload=payload,
                                        destination_table="aa_test_table",
                                        method="http",
                                        target="http://example.com/data-source"
                                        )

The above example shows how to ingest json data. In this case, there are three arguments that are required: payload, method and target. This would be fixed in the future, so that only payload would be required.
The payload needs to be a json object, and should contain the destination_table inside, using the @table key. For example:

{
    "@table": "destination_table_name",
    "column1": "value1",
    "column2": "value2",
    "column3": "value3",
}

The method attribute needs to be provided for the time being.
The target attribute should specify the url endpoint, where the data will be ingested.

Testing

To develop or test locally (from the current directory)

# install dev and test dependencies
pip install -r requirements
# install the plugin in editable mode
pip install -e .
# run the tests
pytest

Download files

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

Source Distribution

vdk_ingest_http-0.2.1431637373.tar.gz (7.5 kB view details)

Uploaded Source

File details

Details for the file vdk_ingest_http-0.2.1431637373.tar.gz.

File metadata

  • Download URL: vdk_ingest_http-0.2.1431637373.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for vdk_ingest_http-0.2.1431637373.tar.gz
Algorithm Hash digest
SHA256 0e144f8cd6aca0d263f665021f0094040b5da999e6eccc0c454eaca9b5f56388
MD5 aa8272d403e988614114202c9a50bc0f
BLAKE2b-256 3e873395bb15bc28c7f5c5f70216d164c8a11d8d0c801a6117ebd1eee90a269e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.1431637373 This release

1 file

0.2.1184833162

1 file

0.2.1156222304

1 file

0.2.948436673

1 file

0.2.824443273

1 file

0.2.715017056

1 file

0.2.670842377

1 file

0.2.664990419

1 file

0.2.663528360

1 file

0.2.659033920

1 file

0.2.616713987

1 file

0.2.477708478

1 file

0.2.476585195

1 file

0.1.476389555

1 file

0.1.468789430

1 file

0.1.461192871

1 file

0.1.428971094

1 file

0.1.415625538

1 file

0.1.414800992

1 file

0.1.377968552

1 file

0.1.377908503

1 file

0.1.376776639

1 file

0.1.369062590

1 file

0.1.367267201

1 file

0.1.367189843

1 file

0.1.367014646

1 file

0.1.363986988

1 file

0.1.356491569

1 file

0.1.353684692

1 file

0.1.352665786

1 file

0.1.352155979

1 file

0.1.348963555

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page