Omkar P
Omkar P
# Description This adds a public method `partitions()` to the `DeltaTable` class to get properly formatted partitions (list of dicts) for the table. Also provides an option to return partitions...
Fixes https://github.com/go-gorm/gorm/issues/7090. - [*] Do only one thing - [*] Non breaking API changes - [*] Tested ### What did this pull request do? - This PR adds handling for...
### Description Feedback from Airflow Debugging Survey 2024: - Tools to accurately monitor memory usage on a task-by-task basis. ### Use case/motivation **Goals for this issue are the following:** -...
### Description As per users' feedback in the Airflow Debugging Survey 2024, about 42% of respondents mentioned that logs are missing or non-existent in some cases. ### Use case/motivation Goal...
### Description As per users' feedback in the Airflow Debugging Survey 2024: - Enhanced readability and search features are needed - More than 50% respondents find logs difficult to search...
### Description As per users' feedback in the Airflow Debugging Survey 2024, around 41.7% respondents don't consider error messages as actionable. Overall feedback also suggests that users find some error...
### Description As per users' feedback in the Airflow Debugging Survey 2024, user feedback around incomplete stack traces is as follows: - Stack traces do not always show the full...
### Description As per users' feedback in the Airflow Debugging Survey 2024, 55.2% respondents find stack traces challenging. ### Use case/motivation Goal for this issue: - Configure depth of stack...
### Description As per users' feedback in the Airflow Debugging Survey 2024, 48.3% of respondents chose early issue detection during execution as one of their top 2 choices. ### Use...
Closes: https://github.com/apache/airflow/issues/42876 Related: https://github.com/apache/airflow/issues/42370 This migrates the Get DAG Source API from `api_connexion` to `api_fastapi`.