-
Currently the code lives in the following, which is right
```python
from airflow.sdk.definitions.dag import DAG as DAG
```
but we want users to just see `from airflow.sdk import DAG`
So we mi…
-
## 08.11
- rapid api를 통해 받은 데이터를 전처리 하는 자동화 과정에서 필요하다고 생각해 진행.
![image](https://github.com/user-attachments/assets/afd3893f-7dd8-4a49-bf79-45729dfffbbc)
[첨고:airflow docs](https://air…
-
Clients have been complaining that the Airflow installation is still accessible via HTTP. We need to enforce SSL on the Airflow and OGC endpoints.
-
### Description
When running models that have names containing multibyte characters, runtime errors occur in Airflow environments where statsd is enabled (MWAA uses this statsd metric for collecting …
-
As a **community user** I want **to be able to understand how the Gentropy ariflow pipeline works ** because **I want to reproduce it with nextlfow.**
## Background
Background to this task is a res…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.8.1
### What happened?
I have the airflow running on AKS cluster …
-
### Background
#6 - 사용자의 behavior log에 대해서 Continuous Sessionization 까지 PoC를 완료했습니다.
데이터가 생성 및 수집 1시간 안에 session id를 부과하는 것을 대응하기 위해 Workflow 도구인, Airflow를 도입하고자 합니다.
현재 Spark 및 Airflow 환경이 갖추어지지 않…
-
### Apache Airflow version
2.10.3
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
on_dag_run_created hook is being ignored in plugin
### What you think sho…
-
Currently `pip_parse` supports a feature to "fix" cycles among third-party packages, for example:
```
pip_parse(
...
experimental_requirement_cycles = {
"airflow": [
…
-
We need to have Users log in to Airflow using Cognito account.