-
{base.py:73} INFO - Using connection ID 'spark-conn' for task execution.
{spark_submit.py:351} INFO - Spark-Submit cmd: spark-submit --master spark://spark-master-1:7077 --name arrow-spark jobs/pytho…
-
Is it possible to run airflow CLI commands using docker-compose without reinstalling requirements.txt? Right now to run the airflow CLI it's:
`docker-compose -f docker-compose-CeleryExecutor.yml r…
-
**Is your feature request related to a problem? Please describe.**
#2083 set the groundwork for supporting component registries that include multiple components from a single source type (e.g. a dire…
-
I was trying to `make docker-build`, but since test is failing docker build is failing too.
Since tests are not working, I am not able to build docker container and test the operator.
make e2e-t…
-
Is it possible to adjust the operator and add support for a scenario when input parameters will be names, not Ids?
-
Hi, first of all, nice job on this project.
I'm trying to configure a DAG pointing to scripts in a path different from the DAG's path so, I'm setting the `template_searchpath` in YAML config to poi…
-
**Description**
Some StatsD metrics like sent from `taskinstance.py`:
- [airflow.ti_failures](https://github.com/apache/airflow/blob/21066c2e6fecc52d5374209c2c4b64e3373a3e97/airflow/models/t…
-
When I run:
```
docker build --rm --build-arg AIRFLOW_DEPS="gcp" -t puckel/docker-airflow .
```
I get:
```
ERROR: google-cloud-bigtable 0.33.0 has requirement grpc-google-iam-v1=0.11.4, bu…
-
I'm primarily filing this issue to document a solution, but I'd love input if a better solution exists.
I'm combining five of the containers in docker-compose-CeleryExecutor.yml with a worker install…
-
### Body
This is follow up task after https://github.com/apache/airflow/pull/38504, we have quite a few tests which raise one of the internal deprecation warning:
- `airflow.exceptions.AirflowProv…