kedro-plugins icon indicating copy to clipboard operation
kedro-plugins copied to clipboard

First-party plugins maintained by the Kedro team.

Results 103 kedro-plugins issues
Sort by recently updated
recently updated
newest added

## Description Short description of the problem here. 1. https://github.com/kedro-org/kedro-plugins/issues/13#issuecomment-1088710755 It was first found that logging is breaking kedro-airflow sometimes, this causing the airflow nodes fail immediately during the execution...

## Description Closes #653 ## Development notes Possible solutions: ### Solution 1 - https://github.com/kedro-org/kedro-plugins/pull/654/commits/a17cb8a64412506745f0c39043e9be010b25c743 - To use an experimental dataset users can just do `from experimental. import ` ✅ Easy...

## Description The `--group-in-memory` flag is a new addition https://github.com/kedro-org/kedro-plugins/pull/241 and hasn't been released yet. Running `kedro airflow create --group-in-memory` and `kedro airflow create` with the spaceflights project creates the...

bug
airflow

## Description Current HF connectors are too limited so I end up creating my own most of the time. ## Development notes Similar code that I have been using in...

Community

## Description Experimental dataset contributions should be packaged as part of `kedro-datasets`. ## Context #629

## Description To facilitate running Kedro Airflow on Kubernetes, the [kedro-airflow-k8s](https://github.com/getindata/kedro-airflow-k8s) plugin was developed. However, it only supports versions of Kedro up to 0.18.0, while the current version is 0.19.4....

## Description To add the capability for CSV datasets to be used with Kedro. ## Development notes Copied the Parquet dataset implementation for Dask and reimplemented for CSV files. Has...

Community

## Description As a follow-up to ticket #605, it would be beneficial to test the kedro-airflow deployment and add a short manual [here](https://docs.kedro.org/en/latest/deployment/airflow_astronomer.html) for at least one of the Cloud...

## Description Let me show you a subset of the data that comes into our database from `kedro-telemetry` in our CLI commands table. | USER_ID | PROJECT_NAME | PACKAGE_NAME |...

bug
telemetry

## Description ### Why this is raised? With more incoming datasets PR, it become harder to maintain all the datasets. Particularly for the exotic datasets, we don't have the setup...

datasets