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.1.3.tar.gz
(4.3 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.1.3.tar.gz.
File metadata
- Download URL: vlgi-datasets-0.1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f98cfe282f7fcee3936b79d6aa50325b619dbf8cd4943a1c872299dd87cd1f6
|
|
| MD5 |
defc4356826786d41df099afba39e10e
|
|
| BLAKE2b-256 |
2eee8961b7a82b318c7fc0c815b2eb247dc9bf5ebe057f6d29533a4391655b2e
|
File details
Details for the file vlgi_datasets-0.1.3-py3-none-any.whl.
File metadata
- Download URL: vlgi_datasets-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
170f691a7a4c042b9e5e7cfabc71c86dbcfca1b35be41d3e79a7416fb61be952
|
|
| MD5 |
fa5b03f754f3c545147b3390e36f6730
|
|
| BLAKE2b-256 |
ffe943de14e21ed21436828fd52f5cb2d6b3bf78154e5b5085e6af5e26182b09
|