Skip to main content

A package with custom kedro datasets for VLGI

Project description

vlgi-datasets

Overview

Repositiory with custom kedro datasets

How to use

In code:

from kedro.io import DataCatalog
from vlgi_datasets import PostgresTableUpsertDataset

io = DataCatalog(
    {
        "asset": PostgresTableUpsertDataset(
            table_name="assets",
            credentials={"con": "myconnectionstring"},
            save_args={"if_exists": "append", "constraint": "assets_pkey"},
        ),
    }
)

In catalog.yml:

asset:
  type: vlgi_datasets.PostgresTableUpsertDataset
  table_name: assets
  credentials:
    con: myconnectionstring
  save_args:
    if_exists: append
    constraint: assets_pkey

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

vlgi_datasets-0.1.8.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vlgi_datasets-0.1.8-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file vlgi_datasets-0.1.8.tar.gz.

File metadata

  • Download URL: vlgi_datasets-0.1.8.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for vlgi_datasets-0.1.8.tar.gz
Algorithm Hash digest
SHA256 2045aede48119ff5107117c2e5b777c0d23ea44050b392b5cc1c25d5b6ae82b0
MD5 9738006092670cd391d616e4d9e4a5c5
BLAKE2b-256 6514d4491a8913ad491d180c725f0eb51b63a23d88aa7a59ae3af97d17bcc148

See more details on using hashes here.

File details

Details for the file vlgi_datasets-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: vlgi_datasets-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for vlgi_datasets-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2d9a8b16831c178ce0cb6ef699063ba8f4e85875487f00ae8301a1ae081b58d2
MD5 17147b2d5b9e2dadcd17ffb4ffc905db
BLAKE2b-256 87236943a7968cc3ebfa61cd0ae515762dcf2a41b87d4993b3ecd96967d98ee7

See more details on using hashes here.

Supported by

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