Skip to main content

VDK-INGEST-FILE Plugin

This plugin provides functionality to ingest data into a file. It is intended for local testing.

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 "file".

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="file",
                                        target="name_of_file"
                                        )

The above example shows how to ingest json data. In this case, there is only one argument that is required: payload.
It needs to be a json object, and can contain the destination_table inside, using the @table key. For example:

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

The target attribute is being used to specify the name of the file, where the data will be ingested. If not specified, it is constructed, using the model, table.<creation-timestamp>.json.

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-file-0.1.948436673.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file vdk-ingest-file-0.1.948436673.tar.gz.

File metadata

  • Download URL: vdk-ingest-file-0.1.948436673.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for vdk-ingest-file-0.1.948436673.tar.gz
Algorithm Hash digest
SHA256 59ffb04df28803e4a6cbc25d1d42d63cce18781046533486b4a229268960d6ad
MD5 6406cac0f94fb7ccb46f493777bec940
BLAKE2b-256 e3cc685f49a66a68ab4e45a7be8f1ce9e9f384733b3512ecffa4ced62399e3b5

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1431637373

1 file

0.1.1190994517

1 file

0.1.1184833162

1 file

This release

0.1.948436673 This release

1 file

0.1.824443273

1 file

0.1.715017056

1 file

0.1.664990419

1 file

0.1.461192871

1 file

0.1.415625538

1 file

0.1.414800992

1 file

0.1.377908503

1 file

0.1.376776639

1 file

0.1.369062590

1 file

0.1.363986988

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