Ankita Katiyar

Results 24 issues of Ankita Katiyar

## 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 Related: #463 #360 ## Context Some `xfail` tests since bumping `s3fs` version - * `tests/dask/test_parquet_dataset.py`- `test_pass_credentials` * `tests/spark/test_spark_dataset.py` - `test_no_version` * `tests/netcdf/test_netcdf_dataset.py`- `test_pass_credentials` More tests skipped in #360...

## Description Want to open this issue to collect feedback and ideas on improving the data collection workflow with `kedro-telemetry`. TODO: I'll add stuff from my work on the spike...

telemetry

## Description Fix #3720 ## Development notes ### TODO: - [x] Update DataCatalog code - [x] Update CLI commands code - [x] Docs - [x] Test - [ ] Release...

## Description Add `--conf-source` flag to `kedro airflow create` which will pass this on to the Jinja template used to generate the DAGs `airflow_dag_template.j2` ## Context To run a Kedro...

airflow

## Description https://github.com/kedro-org/kedro/issues/3094 lists a number of pain points experienced by users while deploying their Kedro projects to MLOps platforms. Each kedro node is assigned to a task 1:1. #241...

airflow

## Description Going through the `click` documentation, I came across these features - * https://click.palletsprojects.com/en/8.1.x/options/#choice-options * https://click.palletsprojects.com/en/8.1.x/options/#prompting These could be used to get rid of/simplify the validation we do for...

Component: CLI

## Description Fix #1476 ## Development notes https://click.palletsprojects.com/en/8.1.x/complex/#lazily-loading-subcommands ## Developer Certificate of Origin We need all contributions to comply with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). All commits must be...

## Description Based on the discussion in https://github.com/kedro-org/kedro/issues/1476 and [Tech Design](https://github.com/kedro-org/kedro/issues/1476#issuecomment-2178858510), we've decided to implement lazy subcommand groups on Kedro and Kedro Viz. This ticket is for the implementation on...

Issue: Feature Request

## Description The tests for `spark.SparkHiveDataset` have been failing intermittently during nightly builds and checks for PRs. Usually re-running them solves the problem but we should investigate the root cause....