Ankita Katiyar
Ankita Katiyar
Updated `robots.txt` in https://github.com/kedro-org/kedro/pull/3803 Will continue on this after the release - next sprint
Hey @erwinpaillacan, can I help you update this PR to work with Kedro 0.19.x?
Hey @noamgoldberg, thanks for this PR. Just wanted to check if the `metadata` feature that @astrojuanlu linked is sufficient for your usecase? We'll close this PR if so!
I'll close this for now, @noamgoldberg, do reach out to us and/or open an issue if the above mentioned feature is not sufficient!
# TaskFlow API [TaskFlow API](https://airflow.apache.org/docs/apache-airflow/stable/tutorial/taskflow.html) was introduced in Apache Airflow v2 and onwards. It's an alternative way to define your DAG files for orchestration by Airflow. ## Basic Structure Example...
# Extra: Leveraging the TaskFlow API One of the benefits of TaskFlow API is that it makes it simpler to pass data between tasks without relying on [`XCom`](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/xcoms.html). Currently we...
Based on the discussions, this is not worth pursuing with the current state of things. Closing this.
Upon further discussion, we will adopt certain aspects of the TaskFlow API like `@dag` decorators etc without transitioning to it fully #705
Fixed the unit tests + linting! Made some small changes to the `_exists()` fn. I'll let other people from the team review this!
This solution makes sense to me, just one question - do you need to update the `pyproject.toml` too with this approach, like in https://github.com/kedro-org/kedro-plugins/commit/a17cb8a64412506745f0c39043e9be010b25c743?