Airflow Git Python 3.x Python Module How To Use Non-installable Modules From Dag Code? August 20, 2024 Post a Comment I have a Git repository which (among other things) holds Airflow DAGs in airflow directory. I have … Read more How To Use Non-installable Modules From Dag Code?
Airflow Python 3.x Python - Attributeerror: 'nonetype' Object Has No Attribute 'execute' May 09, 2024 Post a Comment I am trying to run a python script that logs into Amazon Redshift DB and then execute a SQL command… Read more Python - Attributeerror: 'nonetype' Object Has No Attribute 'execute'
Airflow Apache Airflow Python Apache Airflow Dag Cannot Import Local Module March 27, 2024 Post a Comment I do not seem to understand how to import modules into an apache airflow DAG definition file. I wou… Read more Apache Airflow Dag Cannot Import Local Module
Airflow Python Python 3.x Unexpected Airflow Behaviour In Dynamic Task Generation March 24, 2024 Post a Comment For reasons acceptable to me, I am trying to dynamically generate ExternalTaskSensor tasks with dif… Read more Unexpected Airflow Behaviour In Dynamic Task Generation
Airflow Jupyter Notebook Python Paperboy Throwing Error: Typeerror: The Json Object Must Be Str, Not 'bytes'? March 17, 2024 Post a Comment I have installed paperboy using steps given at https://github.com/timkpaine/paperboy.git and execut… Read more Paperboy Throwing Error: Typeerror: The Json Object Must Be Str, Not 'bytes'?
Airflow Python Run Airflow Dag For Each File March 12, 2024 Post a Comment So I have this quite nice DAG in airflow which basically runs several analysis steps (implemented a… Read more Run Airflow Dag For Each File
Airflow Postgresql Python Retrieve Full Connection Uri From Airflow Postgres Hook February 04, 2024 Post a Comment Is there a neater way to get the complete URI from a Postgres hook? .get_uri() doesn't include … Read more Retrieve Full Connection Uri From Airflow Postgres Hook
Airflow Python 2.7 How Do I Restart Airflow Webserver? December 26, 2023 Post a Comment I am using airflow for my data pipeline project. I have configured my project in airflow and start … Read more How Do I Restart Airflow Webserver?
Airflow Google Cloud Composer Google Cloud Platform Python Composer On Google Platform Not Available For Python 3 October 24, 2023 Post a Comment According to the documentation here: https://cloud.google.com/composer/docs/release-notes Composer … Read more Composer On Google Platform Not Available For Python 3
Airflow Gunicorn Python 3.x "handling Signal: Ttou" Message While Running Dag In Airflow October 17, 2023 Post a Comment I have created sample DAG, where I had DAG config as below. default_args = { 'owner': &… Read more "handling Signal: Ttou" Message While Running Dag In Airflow
Airflow Jinja2 Python Templatesyntaxerror: Unexpected Char U'\\' At 205 Airflow Macros September 23, 2023 Post a Comment I am getting the following error : File ' ', line 1, in template TemplateSyntaxError: unex… Read more Templatesyntaxerror: Unexpected Char U'\\' At 205 Airflow Macros
Airflow Python Sql Server Airflow - Initiation Of DB Stuck In SQL Server March 21, 2023 Post a Comment Trying to setup airflow using SQL Server as the backend, but get stuck during the initdb command: u… Read more Airflow - Initiation Of DB Stuck In SQL Server
Airflow Airflow Scheduler Python Airflow 1.9.0 ExternalTaskSensor Retry_delay=30 Yields TypeError: Can't Pickle _thread.RLock Objects January 24, 2023 Post a Comment As the titles says; in Airflow 1.9.0 if you use the retry_delay=30 (or any other number) parameter … Read more Airflow 1.9.0 ExternalTaskSensor Retry_delay=30 Yields TypeError: Can't Pickle _thread.RLock Objects
Airflow Python Airflow BashOperator Can't Find Bash January 16, 2023 Post a Comment I'm using Airflow in Centos 7, using Python 3.7. When I run a Bash command through BashOperator… Read more Airflow BashOperator Can't Find Bash