Fokko edited a comment on issue #4666: [AIRFLOW-3823] Exclude BranchPythonOperator choice's downstream tasks from the tasks to skip URL: https://github.com/apache/airflow/pull/4666#issuecomment-462471624 That was a good catch Bas. Good to check: ``` MacBook-Pro-van-Fokko:incubator-airflow fokkodriesprong$ grep -R "isinstance(.*, str)" . ./airflow/contrib/sensors/jira_sensor.py: elif isinstance(field_val, str): ./airflow/contrib/hooks/bigquery_hook.py: if not dataset_id or not isinstance(dataset_id, str): ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
