Omkar P
Omkar P
Please ignore the issue mention [above](https://github.com/delta-io/delta-rs/issues/2771#ref-issue-2398288045), it was a typo while trying something out. Sorry!
Trimming down `views.py` is very tempting 😄 May I pick this up? If yes, please assign this issue to me. Thanks!
Hi @pierrejeambrun, thank you for explaining it to me, much appreciate it. I'll start migrating the public endpoints, beginning with migration of the DAG Details API (`get_dag_details`) in `api_connexion/endpoints/dag_endpoint.py`. Since...
Hey folks! After https://github.com/apache/airflow/pull/42631 (open for review), I can pick up these two next in order: 1. `get_dag` - https://github.com/apache/airflow/issues/42652 2. `delete_dag` - https://github.com/apache/airflow/issues/42650 With these 2 done, I suppose...
Hey folks, just a heads-up on Pydantic aliases - try not to use `AliasGenerator` as it breaks Airflow lowest direct dependency resolution tests with a `TypeError` because lower versions of...
>This is the feature of the "lowest direct" tests that they detect such minimum requirements are not met. It's a very cool feature! Helping to find issues we normally wouldn't...
I've created new issues for sections Dag Source (1 endpoint), Dag Stats (1 endpoint), Task (2 endpoints) and Version (1 endpoint). List as below: 1. https://github.com/apache/airflow/issues/42876 2. https://github.com/apache/airflow/issues/42877 3. https://github.com/apache/airflow/issues/42874...
Hi @pierrejeambrun, could you please assign these TI-related endpoints to me in above issue description: **GET:** - https://github.com/apache/airflow/issues/43748 - https://github.com/apache/airflow/issues/43749 - https://github.com/apache/airflow/issues/43750 - https://github.com/apache/airflow/issues/43756 **POST:** - https://github.com/apache/airflow/issues/43751 **PUT:** - https://github.com/apache/airflow/issues/43753...
> You're assigned, issue updated, let me know if that shounds good for you :). Yes sure, that works. Thank you :)
Hey @a631807682 thank you so much for your review. My responses to your questions are as below. >Why is Array special, what about Slice? I think we shouldn't provide unique...