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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vlgi_datasets-0.2.0.tar.gz.
File metadata
- Download URL: vlgi_datasets-0.2.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f86da884c5a1963c2d135eb82d5f84c80e7033be9063c9e76065ecd3a010331c
|
|
| MD5 |
3f39481a9b22edcc2813c0fde46a83c4
|
|
| BLAKE2b-256 |
5feb4e619148a3bbc1a9d4879ba17da9d747dc87be2b2e7021b57d024b7e3e77
|
File details
Details for the file vlgi_datasets-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vlgi_datasets-0.2.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26b46a369a1cc28ac3273e1b8bb1b5d6e799730198d2cb218a52df28fd561176
|
|
| MD5 |
ae64897abdf0b767bd28510ef3e14400
|
|
| BLAKE2b-256 |
b772a25513c1078bae1720de9baecbfc945769a616de85306833813d152a77fe
|