skip to Main Content

new dags not shown on docker airflow

Problem: new dags not shown on docker airflow, no error when running airflow dags list-import-errors Docker image: official airflow image Dags path inside docker-compose.yaml (this is the default path): volumes: - ./dags:/opt/airflow/dags I put the dag file inside the dags…

VIEW QUESTION

Redis – Pod Launching failed: Pod took too long to start, Failed to run KubernetesPodOperator secret

I'm running the quickstart for KubernetesPodOperator secret using the link below : https://cloud.google.com/composer/docs/how-to/using/using-kubernetes-pod-operator Code used below : from airflow import models from airflow.contrib.kubernetes import secret from airflow.contrib.operators import kubernetes_pod_operator # A Secret is an object that contains a small amount…

VIEW QUESTION

Redis – Airflow scheduler crash when we Trigger DAG from Airflow web-server

Airflow scheduler process crashes if we start turning on the DAG and Trigger DAG from Airflow web-server. Airflow Version - **v1.10.4 Redis server v=5.0.7 executor = CeleryExecutor broker_url = 'redis://:password@redis-host:2287/0' sql_alchemy_conn = postgresql+psycopg2://user:password@host/dbname result_backend = 'db+postgresql://user:password@host/dbname' Crashes with Below Error…

VIEW QUESTION
Back To Top
Search