M. Olcay Tercanlı
M. Olcay Tercanlı
Thanks for this experimental tool. I just want to add timestamp to progress bar, because the progress bar seems like freezing. If we prepend the timestamp, last update time of...
Add the `triggered_by` field to the DAG Run model to distinguish the source of a trigger. This is for the discussion in https://github.com/apache/airflow/pull/37087. > Currently this PR contains only the...
> Before merging this PR we need to merge #38633 This PR is for raising exception for the deprecated services of [AutoML](https://cloud.google.com/automl/docs) ([Tables](https://cloud.google.com/automl-tables/docs/deprecations), [Vision](https://cloud.google.com/vision/automl/docs/deprecations), [Video Intelligence](https://cloud.google.com/video-intelligence/automl/docs/deprecations), [Natural Language](https://cloud.google.com/natural-language/automl/docs/deprecations)) which are...
This PR contains adding `encryption_configuration` parameter to the `BigQueryCheckOperator` and `BigQueryTableCheckOperator` to add CMEK key support for these operator. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**...
Çok kullanışlı olduğunu düşündüğüm ve az bilinen bir komutu eklemek istedim
This PR will add the ideal signal sequence for task runner termination mentioned here: https://github.com/apache/airflow/issues/35474#issuecomment-1801988073. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In...
This PR will change the Link implementation in Google Provider to make it clean. The PR consists of the following: - Move the not standardized `persist` method to the base...