-
Since this docker project switched to Python 3, the new airflow 1.8.2 will no longer built as [setup.py](https://github.com/apache/incubator-airflow/blob/fe0edeaab5a23e6b0bcd67c22ed32e8303273840/setup…
-
### Body
We have OpenSearch provider but currently it can't be used with AWS auth mechanisms.
We need to create a version of it in AWS provider (overriding only that particular portion of the Hook)
…
-
Coming from google to the following web: https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/_api/airflow/providers/amazon/aws/hooks/s3/index.html
The button 'Suggest a change on…
-
We are using airflow-dbt-python to orchestrate dbt commands and running Airflow in mwaa.
Version used:
Amazon MWAA=2.5.1
airflow-dbt-python=0.13.2
dbt-core=1.3.4
However this is throwing belo…
-
Right now I see lot's of pep8 errors:
- E501 line too long
- F401 'airflow.hooks.S3_hook.S3Hook' imported but unused
- F821 undefined name 'colum'
what do you think if I PR it and fix?
best…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
I am using `task_instance_mutation_hook` to change a task instance at run-time but the task_instance.dag_…
-
_moved here from USF-IMARS/imars_dags/issues/89_
So imars_etl now uses hooks, but what if imars_etl was also **used as a hook**.
Sounds crazy and pointless, right? But hear me out:
imars_etl wr…
7yl4r updated
5 years ago
-
The current version of _hello_world.py_ at d6790e2 does not work well, it seems that within Airflow data must be saved to a database through a _hook_ function, but there is currently no function for M…
-
**Current behavior**
the SurveyCTO Dag fails with the below error:
```
*** Log file does not exist: /opt/airflow/logs/dots_survey_cto_data_pipeline/Save_data_to_DB/2022-01-23T00:00:00+00:00/2.log…
-
### What happened?
Current Behavior:
If I have an Airflow hook on "pre" events (e.g. pre-commit or pre-delete-branch) which has "wait_for_dag: true" config and I perform the operation in the UI whic…