skip to Main Content

Ubuntu – Installing and running Airflow on WSL

I installed Airflow in Ubuntu under WSL (Windows 10) by following the process in this post. But when running airflow db init, I get the following error: AttributeError: module 'wtforms.fields' has no attribute 'TextField' Complete trace: (airflow_env) sultani@Khalid:~/c/users/administrator/airflowhome$ airflow db…

VIEW QUESTION

XCom Value Not showing in Airflow MWAA – Amazon Web Sevices

I'm running following script in MWAA and my local env. from airflow import DAG, XComArg from airflow.providers.amazon.aws.operators.redshift_sql import RedshiftSQLOperator from airflow.models.connection import Connection from airflow.operators.dummy_operator import DummyOperator from airflow.utils.task_group import TaskGroup # from airflow.providers.slack.hooks.slack_webhook import SlackWebhookHook from airflow.decorators import dag,…

VIEW QUESTION
Back To Top
Search