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 Fix https://github.com/kedro-org/kedro-plugins/issues/655 ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation...

## Description In #398 I've skipped the tests in `kedro-datasets/tests/databricks` for `ManagedTableDataset` to unblock release. The CI failure is related to spark : https://github.com/kedro-org/kedro-plugins/actions/runs/6554307517/job/17801080336 Spike: investigate why the tests are...

## Description ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation to reflect...

## Description See https://github.com/kedro-org/kedro/issues/3586 for extra context ## Possible Implementation See https://github.com/kedro-org/kedro/pull/3675 for inspiration

documentation
datasets

## Description Adds limited support for `langchain` models. This PR is a rough starting point for loading langchain API-based models. The big issue here is langchain's model catalog. See the...

Community

## Description ## Development notes ## Checklist - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ] Updated the documentation to reflect...

## Description Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." Since Airflow 2.0, a simpler...

enhancement

## Description When using SparkJDBCDataset you need to specify table name as a mandatory parameter. However, using the spark JDBC connector directly, you can specify a query to retrieve data...

enhancement

## Description When deploying a Kedro project to Astro Airflow, as outlined in this manual: [Kedro Deployment to Airflow](https://docs.kedro.org/en/stable/deployment/airflow.html), the DAG fails on the first task when run through the...

## Description Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." https://github.com/kedro-org/kedro/blob/144323a05a708f0656f937858f8234386d6ac34f/static/jsonschema/kedro-catalog-0.19.json#L4 move `kedro-catalog-0.19.json` to kedro-datasets...