I have a simple Airflow DAG which has only one task - stream_from_twitter_to_kafka
Here is the code for the DAG:
default_args = { \"owner\": \"me
I have exatcly the same issue with different operator, sftp_to_s3_operator, Where airflow test works but with environment variable OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES in my .zshrc or .bash_profile file doesn't work.
sftp_to_s3_operator
airflow test
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES