Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
0 replies
66 views

I am newbie in Airflow and I use currently task scheduler on remote desktop to automate our tasks but it is based on my credentials and I cannot share with other team members, so I clone all projects ...
Murad Khalilov's user avatar
4 votes
1 answer
80 views

I'm trying to write a DAG that conditionally executes another task. The simplified version of what I'm working with is this: to_be_triggered = EmptyOperator(task_id="to_be_triggered") @task....
user21114313's user avatar
0 votes
0 answers
51 views

According to the official Airflow documentation we can use labels arg to mark certain batch predictions which we can use in GCP Billing > Report to filter by the labels. I tried it like this ... ...
sparkhee93's user avatar
  • 1,373
0 votes
0 answers
46 views

I'm trying to run a simple task in the apache/airflow image with the following Python script: from airflow.sdk import dag, task @task.docker( image="docker.1ms.run/apache/airflow:3.2.0-...
Alexander Zhang's user avatar
0 votes
1 answer
50 views

In Apache Airflow, when a new DAG file is created in the /dags directory, it doesn't show up immediately in the Airflow UI. There is some delay before the DAG becomes visible and accessible. Why does ...
Antique-Growth2894's user avatar
0 votes
1 answer
59 views

Body: I am using AWS Managed Workflows for Apache Airflow (MWAA) where the requirements.txt file is stored in an S3 bucket and MWAA syncs it during environment updates. Current Setup: requirements....
Hrithik Hiranwar's user avatar
0 votes
0 answers
62 views

Environment: Cloud Composer 3 (composer-3-airflow-2.10.2-build.13) Region: europe-west1 Environment name: composer3-npd Project: XXXXXXXXXX Private environment: enabled Problem: When using ...
isoume's user avatar
  • 3
0 votes
1 answer
73 views

Problem I have an Airflow DAG that uses a @task_group with conditional logic to set task dependencies based on an environment variable. The intent is: In PROD or STAGE: run only table_task (no ...
Biswa Patra's user avatar
0 votes
0 answers
39 views

I have an Airflow DAG where I need to: Fetch a list of items from an Airflow Variable Task A will Batch them into sublists For each batch, create a task group with dynamic task mapping (one task ...
Aashish Vinu's user avatar
0 votes
1 answer
73 views

I am having trouble writing an Apache Airflow (v. 3.1.7) DAG for the following pipeline: Fetch rows from MS SQL database, based on data_interval Output from (1) is sorted and processed in a Python ...
MrGumble's user avatar
  • 5,768
4 votes
1 answer
152 views

The Problem: when a task duration reaches 24h it is immediately killed. The log message we get indicates token expiration. System infos Airflow 3.1.6 (running in docker) Celery executor (...
Alkis Mavridis's user avatar
1 vote
1 answer
81 views

I am currently migrating my processes and DAGs from Airflow 2 to Airflow 3. In doing so, I am encountering the problem that the DAG that executes an XML parser freezes after completing its work. As a ...
FNBCSTACK's user avatar
0 votes
0 answers
65 views

Context render_template_as_native_obj=True params={ "date_boundary": Param( default=None, type=["null", "string"], ...
IgorM's user avatar
  • 300
0 votes
0 answers
78 views

We are planning airflow upgrade from 2.7 to 3.0.6. Here we are triggering external dag it is refreshed and having the expected tasks. with 2.6 version, there was direct access to database but 3.0.7 ...
Sudhanshu Prakash's user avatar
0 votes
0 answers
41 views

I'm trying to figure out how to successfully run dag with SparkSubmitOperator on Airflow 3.1.5, I have a wrapper which sets pod config: self.executor_config = { "pod_override": ...
twierdzenie twierdzenie's user avatar

15 30 50 per page
1
2 3 4 5
795