Всем добрый день! Ребят, подскажите пожалуйста в чем может быть причина такого безобразия (все работало норм, в один прекрасный момент эти самые ошибки)
———————————————————————-
FutureWarning: The hostname_callable setting in [core] has the old default value of 'socket:getfqdn'. This value has been changed to 'socket.getfqdn' in the running config, but please update your config before Apache Airflow 2.1.
—————————————————————————
warnings.warn(
/home/meganalytics/.pyenv/versions/3.8.2/lib/python3.8/site-packages/airflow/configuration.py:268: FutureWarning: The navbar_color setting in [webserver] has the old default value of '#007A87'. This value has been changed to '#fff' in the running config, but please update your config before Apache Airflow 2.1.
—————————————————————————-
warnings.warn(
/home/meganalytics/.pyenv/versions/3.8.2/lib/python3.8/site-packages/airflow/configuration.py:332: DeprecationWarning: The log_format option in [core] has been moved to the log_format option in [logging] - the old setting has been used, but please update your config.
option = self._get_option_from_config_file(deprecated_key, deprecated_section, key, kwargs, section)
/home/meganalytics/.pyenv/versions/3.8.2/lib/python3.8/site-packages/airflow/configuration.py:332: DeprecationWarning: The simple_log_format option in [core] has been moved to the simple_log_format option in [logging] - the old setting has been used, but please update your config.
option = self._get_option_from_config_file(deprecated_key, deprecated_section, key, kwargs, section)