In the Airflow admin site
When I update the http_default connection the http sensor gives the following error:
ERROR - Could not create Fernet object: Incorrect padding
Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 173, in get_fernet _fernet = Fernet(fernet_key.encode('utf-8')) File "/usr/local/lib/python3.6/site-packages/cryptography/fernet.py", line 35, in init key = base64.urlsafe_b64decode(key) File "/usr/local/lib/python3.6/base64.py", line 133, in urlsafe_b64decode return b64decode(s) File "/usr/local/lib/python3.6/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding