Extension for `kedro` datasets
Project description
kedroio
A module extending the datasets that come shipped with kedro
Example usage
-- example.sql
select *
from "database"."table_name"
limit 5;
# conf/base/catalog.py
my_athena_dataset:
type: kedroio.datasets.aws.athena.AthenaQueryDataSet
filepath: data/01_raw/example.csv
sql_filepath: example.sql
bucket: example-bucket
workgroup: primary
subfolder: data
region_name: eu-west-2
read_result: true # read into pandas DataFrame
overwrite: false # skip download if filepath exists
Testing
Start moto
server for mocked AWS resources
moto_server
Run tests
pytest tests/
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
kedroio-0.1.0.tar.gz
(10.7 kB
view hashes)
Built Distribution
kedroio-0.1.0-py3-none-any.whl
(13.3 kB
view hashes)