2024-04-23T17:54:02.225766177Z ...... 2024-04-23T17:54:03.043987812Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-04-23T17:54:04.592303441Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-04-23T17:54:26.974654147Z 2024-04-23T17:54:28.314287924Z /home/airflow/.local/lib/python3.10/site-packages/airflow/configuration.py:384 FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. 2024-04-23T17:54:32.470898868Z /home/airflow/.local/lib/python3.10/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) 2024-04-23T17:54:53.794214678Z [2024-04-23T17:54:53.793+0000] {manager.py:824} WARNING - No user yet created, use flask fab command to do it. 2024-04-23T17:54:59.076720199Z [2024-04-23T17:54:59.047+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:54:59.076745021Z Traceback (most recent call last): 2024-04-23T17:54:59.076749797Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:54:59.076752988Z imported_class = import_string(class_name) 2024-04-23T17:54:59.076756664Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:54:59.076759808Z module = import_module(module_path) 2024-04-23T17:54:59.076763794Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:54:59.076773117Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:54:59.076777234Z File "", line 1050, in _gcd_import 2024-04-23T17:54:59.076780508Z File "", line 1027, in _find_and_load 2024-04-23T17:54:59.076783725Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:54:59.076786863Z File "", line 688, in _load_unlocked 2024-04-23T17:54:59.076790048Z File "", line 883, in exec_module 2024-04-23T17:54:59.076793166Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:54:59.076796582Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:54:59.076799979Z import boto3 2024-04-23T17:54:59.076803972Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:54:59.076810592Z from boto3.session import Session 2024-04-23T17:54:59.076813879Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:54:59.076817621Z import botocore.session 2024-04-23T17:54:59.076820812Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:54:59.076824127Z import botocore.client 2024-04-23T17:54:59.076827249Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:54:59.076830467Z from botocore import waiter, xform_name 2024-04-23T17:54:59.076833649Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:54:59.076836814Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:54:59.076854432Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:54:59.076857640Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:54:59.076860730Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:54:59.076864207Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:54:59.076867248Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:54:59.076870261Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:54:59.076873344Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:54:59.076876429Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:54:59.076879451Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:54:59.076882776Z from botocore.utils import is_json_value_header 2024-04-23T17:54:59.076885803Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:54:59.076888961Z import botocore.httpsession 2024-04-23T17:54:59.076891963Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:54:59.076895018Z from urllib3.util.ssl_ import ( 2024-04-23T17:54:59.076898931Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:54:59.146372495Z [2024-04-23T17:54:59.135+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:54:59.146518880Z Traceback (most recent call last): 2024-04-23T17:54:59.146524720Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:54:59.146528036Z imported_class = import_string(class_name) 2024-04-23T17:54:59.146530984Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:54:59.146534406Z module = import_module(module_path) 2024-04-23T17:54:59.146538337Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:54:59.146541929Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:54:59.146545495Z File "", line 1050, in _gcd_import 2024-04-23T17:54:59.146559809Z File "", line 1027, in _find_and_load 2024-04-23T17:54:59.146563125Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:54:59.146565989Z File "", line 688, in _load_unlocked 2024-04-23T17:54:59.146569163Z File "", line 883, in exec_module 2024-04-23T17:54:59.146572030Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:54:59.146575058Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-04-23T17:54:59.146577933Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-04-23T17:54:59.146594495Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:54:59.146598166Z import boto3 2024-04-23T17:54:59.146601784Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:54:59.146646525Z from boto3.session import Session 2024-04-23T17:54:59.146649734Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:54:59.146653376Z import botocore.session 2024-04-23T17:54:59.146670830Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:54:59.146674612Z import botocore.client 2024-04-23T17:54:59.146677474Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:54:59.146680429Z from botocore import waiter, xform_name 2024-04-23T17:54:59.146683189Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:54:59.146686058Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:54:59.146701394Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:54:59.146704645Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:54:59.146707475Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:54:59.146710481Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:54:59.146713294Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:54:59.146716381Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:54:59.146719188Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:54:59.146722011Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:54:59.146724841Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:54:59.146727816Z from botocore.utils import is_json_value_header 2024-04-23T17:54:59.146730620Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:54:59.146733481Z import botocore.httpsession 2024-04-23T17:54:59.146736188Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:54:59.146739359Z from urllib3.util.ssl_ import ( 2024-04-23T17:54:59.146743058Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:55:10.217978931Z [2024-04-23T17:55:10.214+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:10.217998251Z Traceback (most recent call last): 2024-04-23T17:55:10.218002287Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:10.218005370Z imported_class = import_string(class_name) 2024-04-23T17:55:10.218029087Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:10.218033150Z module = import_module(module_path) 2024-04-23T17:55:10.218036726Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:10.218040703Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:10.218044420Z File "", line 1050, in _gcd_import 2024-04-23T17:55:10.218048025Z File "", line 1027, in _find_and_load 2024-04-23T17:55:10.218060311Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:10.218063642Z File "", line 688, in _load_unlocked 2024-04-23T17:55:10.218069020Z File "", line 883, in exec_module 2024-04-23T17:55:10.218072263Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:10.218086179Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:10.218089402Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:10.218092597Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:10.218096009Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:10.218099500Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:10.218102694Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:10.218106514Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:10.218109546Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:10.218112625Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:10.218115874Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:10.218118941Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:10.218122103Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:10.218125296Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:10.218128354Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:10.218131505Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:10.218134669Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:10.218137825Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:10.218140973Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:10.218144137Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:10.218147064Z 2024-04-23T17:55:10.218150546Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:10.571167216Z [2024-04-23T17:55:10.568+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:10.571186626Z Traceback (most recent call last): 2024-04-23T17:55:10.571190573Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:10.571193535Z imported_class = import_string(class_name) 2024-04-23T17:55:10.571196389Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:10.571199385Z module = import_module(module_path) 2024-04-23T17:55:10.571203168Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:10.571234289Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:10.571237929Z File "", line 1050, in _gcd_import 2024-04-23T17:55:10.571241287Z File "", line 1027, in _find_and_load 2024-04-23T17:55:10.571244600Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:10.571247615Z File "", line 688, in _load_unlocked 2024-04-23T17:55:10.571250604Z File "", line 883, in exec_module 2024-04-23T17:55:10.571253541Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:10.571257182Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:10.571260141Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:10.571263154Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:10.571266569Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:10.571269711Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:10.571273214Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:10.571277148Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:10.571280161Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:10.571283455Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:10.571286459Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:10.571289442Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:10.571292450Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:10.571295674Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:10.571298757Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:10.571301784Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:10.571304785Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:10.571308009Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:10.571310915Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:10.571313932Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:10.571316839Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:10.571320011Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:10.571322777Z 2024-04-23T17:55:10.571325903Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:10.572427170Z [2024-04-23T17:55:10.571+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:10.572442538Z Traceback (most recent call last): 2024-04-23T17:55:10.572446394Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:10.572449617Z imported_class = import_string(class_name) 2024-04-23T17:55:10.572452722Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:10.572455742Z module = import_module(module_path) 2024-04-23T17:55:10.572459009Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:10.572462513Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:10.572466001Z File "", line 1050, in _gcd_import 2024-04-23T17:55:10.572469050Z File "", line 1027, in _find_and_load 2024-04-23T17:55:10.572513781Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:10.572521556Z File "", line 688, in _load_unlocked 2024-04-23T17:55:10.572524747Z File "", line 883, in exec_module 2024-04-23T17:55:10.572527757Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:10.572531174Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:10.572534637Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:10.572537728Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:10.572540812Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:10.572544226Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:10.572547467Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:10.572551259Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:10.572554296Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:10.572557369Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:10.572560545Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:10.572563541Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:10.572566654Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:10.572569742Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:10.572572852Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:10.572575920Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:10.572579248Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:10.572582413Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:10.572585698Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:10.572588789Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:10.572597375Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:10.572600732Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:10.572603550Z 2024-04-23T17:55:10.572606638Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:11.143427183Z [2024-04-23T17:55:11.135+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:11.143442921Z Traceback (most recent call last): 2024-04-23T17:55:11.143446930Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:11.143450105Z imported_class = import_string(class_name) 2024-04-23T17:55:11.143453058Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:11.143455896Z module = import_module(module_path) 2024-04-23T17:55:11.143459271Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:11.143462281Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:11.143465512Z File "", line 1050, in _gcd_import 2024-04-23T17:55:11.143468326Z File "", line 1027, in _find_and_load 2024-04-23T17:55:11.143471634Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:11.143474488Z File "", line 688, in _load_unlocked 2024-04-23T17:55:11.143477347Z File "", line 883, in exec_module 2024-04-23T17:55:11.143480350Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:11.143483684Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-04-23T17:55:11.143487164Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-04-23T17:55:11.143489960Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:11.143492825Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:11.143495741Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:11.143498575Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:11.143502150Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:11.143504876Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:11.143507823Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:11.143519740Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:11.143522848Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:11.143525788Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:11.143528746Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:11.143553863Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:11.143557185Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:11.143560331Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:11.143568245Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:11.143571501Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:11.143574498Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:11.143577921Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:11.143581202Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:11.143584418Z 2024-04-23T17:55:11.143587364Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:13.452796455Z [2024-04-23T17:55:13.450+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:13.452818877Z Traceback (most recent call last): 2024-04-23T17:55:13.452823139Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:13.452826095Z imported_class = import_string(class_name) 2024-04-23T17:55:13.452829275Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:13.452832177Z module = import_module(module_path) 2024-04-23T17:55:13.452835613Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:13.452839109Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:13.452843781Z File "", line 1050, in _gcd_import 2024-04-23T17:55:13.452846590Z File "", line 1027, in _find_and_load 2024-04-23T17:55:13.452849368Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:13.452852182Z File "", line 688, in _load_unlocked 2024-04-23T17:55:13.452854926Z File "", line 883, in exec_module 2024-04-23T17:55:13.452857896Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:13.452861275Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-04-23T17:55:13.452864090Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-04-23T17:55:13.452866951Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-04-23T17:55:13.452870398Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-04-23T17:55:13.452873158Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:13.452875955Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:13.452878711Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:13.452881547Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:13.452892656Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:13.452895459Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:13.452898276Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:13.452901038Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:13.452903858Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:13.452906608Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:13.452909304Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:13.452912310Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:13.452915071Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:13.452917777Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:13.452920556Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:13.452923391Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:13.452926101Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:13.452928876Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:13.452931660Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:13.452934278Z 2024-04-23T17:55:13.452937147Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:13.456634273Z [2024-04-23T17:55:13.456+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:13.655307644Z [2024-04-23T17:55:13.650+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-04-23T17:55:13.659492381Z Traceback (most recent call last): 2024-04-23T17:55:13.659531923Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-04-23T17:55:13.659537461Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:13.659542800Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:13.659545900Z 2024-04-23T17:55:13.659549438Z During handling of the above exception, another exception occurred: 2024-04-23T17:55:13.659552326Z 2024-04-23T17:55:13.659560304Z Traceback (most recent call last): 2024-04-23T17:55:13.659565431Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:13.659568627Z imported_class = import_string(class_name) 2024-04-23T17:55:13.659572057Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:13.659575403Z module = import_module(module_path) 2024-04-23T17:55:13.659580584Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:13.659586315Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:13.659597828Z File "", line 1050, in _gcd_import 2024-04-23T17:55:13.659601092Z File "", line 1027, in _find_and_load 2024-04-23T17:55:13.659604289Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:13.659607481Z File "", line 688, in _load_unlocked 2024-04-23T17:55:13.659610494Z File "", line 883, in exec_module 2024-04-23T17:55:13.659613535Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:13.659616686Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-04-23T17:55:13.659619827Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-04-23T17:55:13.659623321Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-04-23T17:55:13.659626541Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-04-23T17:55:13.659640682Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-04-23T17:55:13.659646276Z from .ssl import SSLAdapter 2024-04-23T17:55:13.659649602Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-04-23T17:55:13.659652663Z from .._compat import poolmanager 2024-04-23T17:55:13.659655672Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-04-23T17:55:13.659658827Z from urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:13.659664227Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:15.415171456Z /home/airflow/.local/lib/python3.10/site-packages/azure/storage/common/_connection.py:82 SyntaxWarning: "is" with a literal. Did you mean "=="? 2024-04-23T17:55:17.575308509Z /home/airflow/.local/lib/python3.10/site-packages/snowflake/connector/options.py:107 UserWarning: You have an incompatible version of 'pyarrow' installed (9.0.0), please install a version that adheres to: 'pyarrow<10.1.0,>=10.0.1; extra == "pandas"' 2024-04-23T17:55:19.454671568Z [2024-04-23T17:55:19.448+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:55:19.454696587Z Traceback (most recent call last): 2024-04-23T17:55:19.454700900Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.454704022Z imported_class = import_string(class_name) 2024-04-23T17:55:19.454707442Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.454710796Z module = import_module(module_path) 2024-04-23T17:55:19.454714601Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.454718335Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.454722260Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.454725544Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.454728560Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.454731454Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.454734533Z File "", line 883, in exec_module 2024-04-23T17:55:19.454755680Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.454758972Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:55:19.454761914Z import boto3 2024-04-23T17:55:19.454765551Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:55:19.454768528Z from boto3.session import Session 2024-04-23T17:55:19.454771826Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:55:19.454775915Z import botocore.session 2024-04-23T17:55:19.454778858Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:55:19.454781853Z import botocore.client 2024-04-23T17:55:19.454784864Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:55:19.454787767Z from botocore import waiter, xform_name 2024-04-23T17:55:19.454790803Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:55:19.454793812Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:55:19.454802875Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:55:19.454806364Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:55:19.454809304Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:55:19.454812365Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:55:19.454815398Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:55:19.454818404Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:55:19.454821585Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:55:19.454824585Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:55:19.454827529Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:55:19.454830616Z from botocore.utils import is_json_value_header 2024-04-23T17:55:19.454833583Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:55:19.454836635Z import botocore.httpsession 2024-04-23T17:55:19.454839516Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:55:19.454842520Z from urllib3.util.ssl_ import ( 2024-04-23T17:55:19.454846377Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:55:19.474024353Z [2024-04-23T17:55:19.469+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:55:19.474047307Z Traceback (most recent call last): 2024-04-23T17:55:19.474051814Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.474054943Z imported_class = import_string(class_name) 2024-04-23T17:55:19.474057973Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.474077131Z module = import_module(module_path) 2024-04-23T17:55:19.474081775Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.474085469Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.474089303Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.474092463Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.474095404Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.474098327Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.474101253Z File "", line 883, in exec_module 2024-04-23T17:55:19.474104296Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.474107754Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-04-23T17:55:19.474110709Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-04-23T17:55:19.474113641Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:55:19.474116861Z import boto3 2024-04-23T17:55:19.474120699Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:55:19.474124004Z from boto3.session import Session 2024-04-23T17:55:19.474126967Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:55:19.474130421Z import botocore.session 2024-04-23T17:55:19.474133770Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:55:19.474137101Z import botocore.client 2024-04-23T17:55:19.474140188Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:55:19.474143216Z from botocore import waiter, xform_name 2024-04-23T17:55:19.474146154Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:55:19.474149086Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:55:19.474152165Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:55:19.474155100Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:55:19.474158182Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:55:19.474161154Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:55:19.474164148Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:55:19.474167089Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:55:19.474170068Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:55:19.474173271Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:55:19.474176247Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:55:19.474179207Z from botocore.utils import is_json_value_header 2024-04-23T17:55:19.474182108Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:55:19.474185428Z import botocore.httpsession 2024-04-23T17:55:19.474188485Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:55:19.474194866Z from urllib3.util.ssl_ import ( 2024-04-23T17:55:19.474198817Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:55:19.480165069Z [2024-04-23T17:55:19.478+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.480193003Z Traceback (most recent call last): 2024-04-23T17:55:19.480197901Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.480202008Z imported_class = import_string(class_name) 2024-04-23T17:55:19.480205302Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.480208523Z module = import_module(module_path) 2024-04-23T17:55:19.480212444Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.480221398Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.480225582Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.480228806Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.480231940Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.480235302Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.480247699Z File "", line 883, in exec_module 2024-04-23T17:55:19.480251516Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.480255688Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:19.480259015Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:19.480262663Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:19.480266748Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:19.480270557Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:19.480274064Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:19.480326885Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:19.480330390Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:19.480333468Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:19.480348491Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:19.480352045Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:19.480355335Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:19.480358662Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:19.480370558Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:19.480373726Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:19.480376997Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:19.480401364Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:19.480404576Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:19.480407628Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:19.480410420Z 2024-04-23T17:55:19.480413597Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:19.489394957Z [2024-04-23T17:55:19.488+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.489415257Z Traceback (most recent call last): 2024-04-23T17:55:19.489419707Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.489423447Z imported_class = import_string(class_name) 2024-04-23T17:55:19.489426494Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.489429973Z module = import_module(module_path) 2024-04-23T17:55:19.489433953Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.489437950Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.489441689Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.489444615Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.489447588Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.489450804Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.489453761Z File "", line 883, in exec_module 2024-04-23T17:55:19.489456737Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.489460648Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:19.489463972Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:19.489466928Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:19.489469979Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:19.489473584Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:19.489477367Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:19.489481258Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:19.489484169Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:19.489487159Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:19.489490196Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:19.489493133Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:19.489496026Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:19.489514569Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:19.489517828Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:19.489520951Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:19.489524183Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:19.489527140Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:19.489530180Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:19.489533171Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:19.489536260Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:19.489539229Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:19.489542102Z 2024-04-23T17:55:19.489545172Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:19.497844065Z [2024-04-23T17:55:19.491+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.497889216Z Traceback (most recent call last): 2024-04-23T17:55:19.497894907Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.497898380Z imported_class = import_string(class_name) 2024-04-23T17:55:19.497901737Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.497905076Z module = import_module(module_path) 2024-04-23T17:55:19.497909496Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.497913644Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.497917928Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.497927036Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.497931669Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.497935260Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.497938976Z File "", line 883, in exec_module 2024-04-23T17:55:19.497942208Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.497946438Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:19.497950100Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:19.497953955Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:19.497957317Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:19.497961008Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:19.497964871Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:19.497968958Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:19.497996667Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:19.498000437Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:19.498008656Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:19.498012389Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:19.498015578Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:19.498019162Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:19.498022430Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:19.498025762Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:19.498029422Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:19.498033754Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:19.498037679Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:19.498041100Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:19.498044480Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:19.498047979Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:19.498051196Z 2024-04-23T17:55:19.498054638Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:19.526047719Z [2024-04-23T17:55:19.520+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.526070291Z Traceback (most recent call last): 2024-04-23T17:55:19.526074374Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.526077261Z imported_class = import_string(class_name) 2024-04-23T17:55:19.526080146Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.526083113Z module = import_module(module_path) 2024-04-23T17:55:19.526086805Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.526098096Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.526102898Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.526106008Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.526108938Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.526111852Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.526114662Z File "", line 883, in exec_module 2024-04-23T17:55:19.526117611Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.526121228Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-04-23T17:55:19.526125071Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-04-23T17:55:19.526128099Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:19.526143168Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:19.526146188Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:19.526149002Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:19.526152605Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:19.526155351Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:19.526158149Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:19.526160920Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:19.526163833Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:19.526166566Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:19.526169313Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:19.526172081Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:19.526174846Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:19.526177565Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:19.526180276Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:19.526183111Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:19.526185836Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:19.526188543Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:19.526191572Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:19.526194430Z 2024-04-23T17:55:19.526197302Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:19.550457915Z [2024-04-23T17:55:19.536+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.550483157Z Traceback (most recent call last): 2024-04-23T17:55:19.550487200Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.550490207Z imported_class = import_string(class_name) 2024-04-23T17:55:19.550493550Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.550497154Z module = import_module(module_path) 2024-04-23T17:55:19.550501168Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.550505063Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.550508910Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.550511754Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.550514858Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.550517935Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.550544956Z File "", line 883, in exec_module 2024-04-23T17:55:19.550548043Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.550551592Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-04-23T17:55:19.550554456Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-04-23T17:55:19.550557329Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-04-23T17:55:19.550561198Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-04-23T17:55:19.550564078Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:19.550567114Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:19.550570034Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:19.550572972Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:19.550579006Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:19.550581953Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:19.550584820Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:19.550587657Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:19.550590837Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:19.550593945Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:19.550596879Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:19.550599751Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:19.550602574Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:19.550605451Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:19.550608286Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:19.550611112Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:19.550613961Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:19.550616778Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:19.550619729Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:19.550622340Z 2024-04-23T17:55:19.550625253Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:19.557956483Z [2024-04-23T17:55:19.551+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:19.589769258Z [2024-04-23T17:55:19.588+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-04-23T17:55:19.589806487Z Traceback (most recent call last): 2024-04-23T17:55:19.589811020Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-04-23T17:55:19.589814990Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:19.589831843Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:19.589835097Z 2024-04-23T17:55:19.589838212Z During handling of the above exception, another exception occurred: 2024-04-23T17:55:19.589841145Z 2024-04-23T17:55:19.589844085Z Traceback (most recent call last): 2024-04-23T17:55:19.589847822Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:19.589851447Z imported_class = import_string(class_name) 2024-04-23T17:55:19.589854708Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:19.589857788Z module = import_module(module_path) 2024-04-23T17:55:19.589879411Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:19.589884437Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:19.589887586Z File "", line 1050, in _gcd_import 2024-04-23T17:55:19.589890548Z File "", line 1027, in _find_and_load 2024-04-23T17:55:19.589893749Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:19.589896739Z File "", line 688, in _load_unlocked 2024-04-23T17:55:19.589899750Z File "", line 883, in exec_module 2024-04-23T17:55:19.589902881Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:19.589905929Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-04-23T17:55:19.589908839Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-04-23T17:55:19.589911986Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-04-23T17:55:19.589915015Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-04-23T17:55:19.589918041Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-04-23T17:55:19.589921829Z from .ssl import SSLAdapter 2024-04-23T17:55:19.589925015Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-04-23T17:55:19.589927977Z from .._compat import poolmanager 2024-04-23T17:55:19.589930908Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-04-23T17:55:19.589933942Z from urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:19.589937734Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:22.595339119Z [2024-04-23T17:55:22.590+0000] {manager.py:504} INFO - Created Permission View: can read on DAGs 2024-04-23T17:55:22.709986808Z [2024-04-23T17:55:22.709+0000] {manager.py:504} INFO - Created Permission View: can edit on DAGs 2024-04-23T17:55:22.774450825Z [2024-04-23T17:55:22.774+0000] {manager.py:504} INFO - Created Permission View: can delete on DAGs 2024-04-23T17:55:26.170863290Z [2024-04-23T17:55:26.169+0000] {manager.py:504} INFO - Created Permission View: can read on DAG Code 2024-04-23T17:55:26.202663622Z [2024-04-23T17:55:26.202+0000] {manager.py:504} INFO - Created Permission View: can read on DAG Warnings 2024-04-23T17:55:28.217998304Z [2024-04-23T17:55:28.216+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.218035963Z DETAIL: Key (permission_view_id, role_id)=(6, 3) already exists. 2024-04-23T17:55:28.218039207Z 2024-04-23T17:55:28.218043019Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.218046649Z [parameters: {'permission_view_id': 6, 'role_id': 3}] 2024-04-23T17:55:28.218049802Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.228994966Z [2024-04-23T17:55:28.228+0000] {manager.py:562} INFO - Added Permission can edit on My Profile to role Viewer 2024-04-23T17:55:28.241579877Z [2024-04-23T17:55:28.237+0000] {manager.py:562} INFO - Added Permission can read on Plugins to role Viewer 2024-04-23T17:55:28.243716631Z [2024-04-23T17:55:28.241+0000] {manager.py:562} INFO - Added Permission can read on SLA Misses to role Viewer 2024-04-23T17:55:28.246238560Z [2024-04-23T17:55:28.246+0000] {manager.py:562} INFO - Added Permission can read on Task Instances to role Viewer 2024-04-23T17:55:28.256949813Z [2024-04-23T17:55:28.256+0000] {manager.py:504} INFO - Created Permission View: can read on Task Logs 2024-04-23T17:55:28.259117193Z [2024-04-23T17:55:28.258+0000] {manager.py:562} INFO - Added Permission can read on Task Logs to role Viewer 2024-04-23T17:55:28.263282135Z [2024-04-23T17:55:28.263+0000] {manager.py:562} INFO - Added Permission can read on XComs to role Viewer 2024-04-23T17:55:28.270912792Z [2024-04-23T17:55:28.270+0000] {manager.py:504} INFO - Created Permission View: can read on Website 2024-04-23T17:55:28.273467493Z [2024-04-23T17:55:28.273+0000] {manager.py:562} INFO - Added Permission can read on Website to role Viewer 2024-04-23T17:55:28.283594429Z [2024-04-23T17:55:28.283+0000] {manager.py:562} INFO - Added Permission menu access on Browse to role Viewer 2024-04-23T17:55:28.289663519Z [2024-04-23T17:55:28.287+0000] {manager.py:562} INFO - Added Permission menu access on DAGs to role Viewer 2024-04-23T17:55:28.291504716Z [2024-04-23T17:55:28.291+0000] {manager.py:562} INFO - Added Permission menu access on DAG Dependencies to role Viewer 2024-04-23T17:55:28.295688502Z [2024-04-23T17:55:28.295+0000] {manager.py:562} INFO - Added Permission menu access on DAG Runs to role Viewer 2024-04-23T17:55:28.300196569Z [2024-04-23T17:55:28.299+0000] {manager.py:562} INFO - Added Permission menu access on Datasets to role Viewer 2024-04-23T17:55:28.304054700Z [2024-04-23T17:55:28.303+0000] {manager.py:562} INFO - Added Permission menu access on Documentation to role Viewer 2024-04-23T17:55:28.307742999Z [2024-04-23T17:55:28.307+0000] {manager.py:562} INFO - Added Permission menu access on Docs to role Viewer 2024-04-23T17:55:28.311593643Z [2024-04-23T17:55:28.311+0000] {manager.py:562} INFO - Added Permission menu access on Jobs to role Viewer 2024-04-23T17:55:28.314860431Z [2024-04-23T17:55:28.314+0000] {manager.py:562} INFO - Added Permission menu access on Audit Logs to role Viewer 2024-04-23T17:55:28.328665934Z [2024-04-23T17:55:28.328+0000] {manager.py:562} INFO - Added Permission menu access on Plugins to role Viewer 2024-04-23T17:55:28.346520026Z [2024-04-23T17:55:28.344+0000] {manager.py:562} INFO - Added Permission menu access on SLA Misses to role Viewer 2024-04-23T17:55:28.387358644Z [2024-04-23T17:55:28.367+0000] {manager.py:562} INFO - Added Permission menu access on Task Instances to role Viewer 2024-04-23T17:55:28.387394838Z [2024-04-23T17:55:28.375+0000] {manager.py:243} INFO - Inserted Role: User 2024-04-23T17:55:28.441593094Z [2024-04-23T17:55:28.422+0000] {manager.py:562} INFO - Added Permission can read on Audit Logs to role User 2024-04-23T17:55:28.501237789Z [2024-04-23T17:55:28.491+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.504537649Z DETAIL: Key (permission_view_id, role_id)=(104, 4) already exists. 2024-04-23T17:55:28.504545180Z 2024-04-23T17:55:28.504551572Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.504557478Z [parameters: {'permission_view_id': 104, 'role_id': 4}] 2024-04-23T17:55:28.504561803Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.589502913Z [2024-04-23T17:55:28.589+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.589519959Z DETAIL: Key (permission_view_id, role_id)=(4, 4) already exists. 2024-04-23T17:55:28.589523423Z 2024-04-23T17:55:28.589527543Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.589531579Z [parameters: {'permission_view_id': 4, 'role_id': 4}] 2024-04-23T17:55:28.589534583Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.619140289Z [2024-04-23T17:55:28.618+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.619168971Z DETAIL: Key (permission_view_id, role_id)=(43, 4) already exists. 2024-04-23T17:55:28.619172104Z 2024-04-23T17:55:28.619176219Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.619180191Z [parameters: {'permission_view_id': 43, 'role_id': 4}] 2024-04-23T17:55:28.619183241Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.660486504Z [2024-04-23T17:55:28.659+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.660519645Z DETAIL: Key (permission_view_id, role_id)=(113, 4) already exists. 2024-04-23T17:55:28.660524118Z 2024-04-23T17:55:28.660527772Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.660531774Z [parameters: {'permission_view_id': 113, 'role_id': 4}] 2024-04-23T17:55:28.660534766Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.685748713Z [2024-04-23T17:55:28.685+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.685765476Z DETAIL: Key (permission_view_id, role_id)=(85, 4) already exists. 2024-04-23T17:55:28.685768657Z 2024-04-23T17:55:28.685772485Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.685794005Z [parameters: {'permission_view_id': 85, 'role_id': 4}] 2024-04-23T17:55:28.685797050Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.715970158Z [2024-04-23T17:55:28.715+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.715986111Z DETAIL: Key (permission_view_id, role_id)=(86, 4) already exists. 2024-04-23T17:55:28.715989245Z 2024-04-23T17:55:28.715993009Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.715996779Z [parameters: {'permission_view_id': 86, 'role_id': 4}] 2024-04-23T17:55:28.715999884Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.746424451Z [2024-04-23T17:55:28.745+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.746444870Z DETAIL: Key (permission_view_id, role_id)=(89, 4) already exists. 2024-04-23T17:55:28.746448127Z 2024-04-23T17:55:28.746452578Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.746456570Z [parameters: {'permission_view_id': 89, 'role_id': 4}] 2024-04-23T17:55:28.746459595Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.778874983Z [2024-04-23T17:55:28.778+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.778896556Z DETAIL: Key (permission_view_id, role_id)=(65, 4) already exists. 2024-04-23T17:55:28.778900596Z 2024-04-23T17:55:28.778904466Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.778908318Z [parameters: {'permission_view_id': 65, 'role_id': 4}] 2024-04-23T17:55:28.778911415Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.844717096Z [2024-04-23T17:55:28.843+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.844729755Z DETAIL: Key (permission_view_id, role_id)=(42, 4) already exists. 2024-04-23T17:55:28.844732757Z 2024-04-23T17:55:28.844736552Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.844740726Z [parameters: {'permission_view_id': 42, 'role_id': 4}] 2024-04-23T17:55:28.844743553Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.917002188Z [2024-04-23T17:55:28.916+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.917019585Z DETAIL: Key (permission_view_id, role_id)=(29, 4) already exists. 2024-04-23T17:55:28.917022837Z 2024-04-23T17:55:28.917026664Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.917037895Z [parameters: {'permission_view_id': 29, 'role_id': 4}] 2024-04-23T17:55:28.917040953Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.955991929Z [2024-04-23T17:55:28.955+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:28.956021919Z DETAIL: Key (permission_view_id, role_id)=(111, 5) already exists. 2024-04-23T17:55:28.956025375Z 2024-04-23T17:55:28.956028741Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:28.956032408Z [parameters: {'permission_view_id': 111, 'role_id': 5}] 2024-04-23T17:55:28.956035628Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:28.974993449Z [2024-04-23T17:55:28.974+0000] {manager.py:562} INFO - Added Permission can read on DAG Runs to role Op 2024-04-23T17:55:28.989929510Z [2024-04-23T17:55:28.988+0000] {manager.py:562} INFO - Added Permission can read on Datasets to role Op 2024-04-23T17:55:29.021953442Z [2024-04-23T17:55:29.021+0000] {manager.py:562} INFO - Added Permission can read on ImportError to role Op 2024-04-23T17:55:29.046121266Z [2024-04-23T17:55:29.032+0000] {manager.py:562} INFO - Added Permission can read on DAG Warnings to role Op 2024-04-23T17:55:29.079995169Z [2024-04-23T17:55:29.076+0000] {manager.py:562} INFO - Added Permission can read on Jobs to role Op 2024-04-23T17:55:29.091611561Z [2024-04-23T17:55:29.091+0000] {manager.py:562} INFO - Added Permission can read on My Password to role Op 2024-04-23T17:55:29.120223995Z [2024-04-23T17:55:29.119+0000] {manager.py:562} INFO - Added Permission can edit on My Password to role Op 2024-04-23T17:55:29.131843163Z [2024-04-23T17:55:29.131+0000] {manager.py:562} INFO - Added Permission can read on My Profile to role Op 2024-04-23T17:55:29.151990576Z [2024-04-23T17:55:29.151+0000] {manager.py:562} INFO - Added Permission can edit on My Profile to role Op 2024-04-23T17:55:29.162617189Z [2024-04-23T17:55:29.162+0000] {manager.py:562} INFO - Added Permission can read on Plugins to role Op 2024-04-23T17:55:29.170924595Z [2024-04-23T17:55:29.170+0000] {manager.py:562} INFO - Added Permission can read on SLA Misses to role Op 2024-04-23T17:55:29.178777426Z [2024-04-23T17:55:29.178+0000] {manager.py:562} INFO - Added Permission can read on Task Instances to role Op 2024-04-23T17:55:29.193271676Z [2024-04-23T17:55:29.192+0000] {manager.py:562} INFO - Added Permission can read on Task Logs to role Op 2024-04-23T17:55:29.198960586Z [2024-04-23T17:55:29.198+0000] {manager.py:562} INFO - Added Permission can read on XComs to role Op 2024-04-23T17:55:29.214129347Z [2024-04-23T17:55:29.213+0000] {manager.py:562} INFO - Added Permission can read on Website to role Op 2024-04-23T17:55:29.218721197Z [2024-04-23T17:55:29.218+0000] {manager.py:562} INFO - Added Permission menu access on Browse to role Op 2024-04-23T17:55:29.225948669Z [2024-04-23T17:55:29.225+0000] {manager.py:562} INFO - Added Permission menu access on DAGs to role Op 2024-04-23T17:55:29.234083405Z [2024-04-23T17:55:29.233+0000] {manager.py:562} INFO - Added Permission menu access on DAG Dependencies to role Op 2024-04-23T17:55:29.240061254Z [2024-04-23T17:55:29.239+0000] {manager.py:562} INFO - Added Permission menu access on DAG Runs to role Op 2024-04-23T17:55:29.260775863Z [2024-04-23T17:55:29.260+0000] {manager.py:562} INFO - Added Permission menu access on Datasets to role Op 2024-04-23T17:55:29.291364208Z [2024-04-23T17:55:29.290+0000] {manager.py:562} INFO - Added Permission menu access on Documentation to role Op 2024-04-23T17:55:29.323617075Z [2024-04-23T17:55:29.322+0000] {manager.py:562} INFO - Added Permission menu access on Docs to role Op 2024-04-23T17:55:29.341858083Z [2024-04-23T17:55:29.341+0000] {manager.py:562} INFO - Added Permission menu access on Jobs to role Op 2024-04-23T17:55:29.355519889Z [2024-04-23T17:55:29.355+0000] {manager.py:562} INFO - Added Permission menu access on Audit Logs to role Op 2024-04-23T17:55:29.374734217Z [2024-04-23T17:55:29.369+0000] {manager.py:562} INFO - Added Permission menu access on Plugins to role Op 2024-04-23T17:55:29.392558421Z [2024-04-23T17:55:29.392+0000] {manager.py:562} INFO - Added Permission menu access on SLA Misses to role Op 2024-04-23T17:55:29.409461446Z [2024-04-23T17:55:29.409+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:29.409482796Z DETAIL: Key (permission_view_id, role_id)=(46, 5) already exists. 2024-04-23T17:55:29.409486428Z 2024-04-23T17:55:29.409490362Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:29.409494425Z [parameters: {'permission_view_id': 46, 'role_id': 5}] 2024-04-23T17:55:29.409502290Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:29.433699248Z [2024-04-23T17:55:29.432+0000] {manager.py:562} INFO - Added Permission can edit on DAGs to role Op 2024-04-23T17:55:29.445324292Z [2024-04-23T17:55:29.444+0000] {manager.py:562} INFO - Added Permission can delete on DAGs to role Op 2024-04-23T17:55:29.474068233Z [2024-04-23T17:55:29.468+0000] {manager.py:562} INFO - Added Permission can create on Task Instances to role Op 2024-04-23T17:55:29.525575488Z [2024-04-23T17:55:29.524+0000] {manager.py:562} INFO - Added Permission can edit on Task Instances to role Op 2024-04-23T17:55:29.594066832Z [2024-04-23T17:55:29.591+0000] {manager.py:562} INFO - Added Permission can delete on Task Instances to role Op 2024-04-23T17:55:29.674871595Z [2024-04-23T17:55:29.672+0000] {manager.py:562} INFO - Added Permission can create on DAG Runs to role Op 2024-04-23T17:55:29.737984729Z [2024-04-23T17:55:29.735+0000] {manager.py:562} INFO - Added Permission can edit on DAG Runs to role Op 2024-04-23T17:55:29.779282031Z [2024-04-23T17:55:29.778+0000] {manager.py:562} INFO - Added Permission can delete on DAG Runs to role Op 2024-04-23T17:55:29.790078826Z [2024-04-23T17:55:29.788+0000] {manager.py:562} INFO - Added Permission can read on Configurations to role Op 2024-04-23T17:55:29.820857651Z [2024-04-23T17:55:29.815+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:29.820872172Z DETAIL: Key (permission_view_id, role_id)=(41, 5) already exists. 2024-04-23T17:55:29.820875425Z 2024-04-23T17:55:29.820879695Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:29.820883850Z [parameters: {'permission_view_id': 41, 'role_id': 5}] 2024-04-23T17:55:29.820886811Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:29.866364024Z [2024-04-23T17:55:29.865+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:29.866381164Z DETAIL: Key (permission_view_id, role_id)=(40, 5) already exists. 2024-04-23T17:55:29.866385237Z 2024-04-23T17:55:29.866389328Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:29.866400081Z [parameters: {'permission_view_id': 40, 'role_id': 5}] 2024-04-23T17:55:29.866403266Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:29.895741003Z [2024-04-23T17:55:29.893+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:29.895757640Z DETAIL: Key (permission_view_id, role_id)=(60, 5) already exists. 2024-04-23T17:55:29.895761057Z 2024-04-23T17:55:29.895765814Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:29.895770065Z [parameters: {'permission_view_id': 60, 'role_id': 5}] 2024-04-23T17:55:29.895773198Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:29.906905346Z [2024-04-23T17:55:29.905+0000] {manager.py:562} INFO - Added Permission can delete on Connections to role Op 2024-04-23T17:55:29.922127706Z [2024-04-23T17:55:29.921+0000] {manager.py:562} INFO - Added Permission can create on Pools to role Op 2024-04-23T17:55:29.940259191Z [2024-04-23T17:55:29.939+0000] {manager.py:562} INFO - Added Permission can read on Pools to role Op 2024-04-23T17:55:29.963039762Z [2024-04-23T17:55:29.961+0000] {manager.py:562} INFO - Added Permission can edit on Pools to role Op 2024-04-23T17:55:29.987224668Z [2024-04-23T17:55:29.982+0000] {manager.py:562} INFO - Added Permission can delete on Pools to role Op 2024-04-23T17:55:30.002104402Z [2024-04-23T17:55:29.999+0000] {manager.py:562} INFO - Added Permission can read on Providers to role Op 2024-04-23T17:55:30.017912090Z [2024-04-23T17:55:30.017+0000] {manager.py:562} INFO - Added Permission can create on Variables to role Op 2024-04-23T17:55:30.038093474Z [2024-04-23T17:55:30.034+0000] {manager.py:562} INFO - Added Permission can read on Variables to role Op 2024-04-23T17:55:30.042307538Z [2024-04-23T17:55:30.041+0000] {manager.py:562} INFO - Added Permission can edit on Variables to role Op 2024-04-23T17:55:30.086181504Z [2024-04-23T17:55:30.080+0000] {manager.py:562} INFO - Added Permission can delete on Variables to role Op 2024-04-23T17:55:30.111507455Z [2024-04-23T17:55:30.109+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:30.111521332Z DETAIL: Key (permission_view_id, role_id)=(82, 5) already exists. 2024-04-23T17:55:30.111524849Z 2024-04-23T17:55:30.111529461Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:30.111533183Z [parameters: {'permission_view_id': 82, 'role_id': 5}] 2024-04-23T17:55:30.111536392Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:30.202786223Z [2024-04-23T17:55:30.201+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:30.202799998Z DETAIL: Key (permission_view_id, role_id)=(109, 1) already exists. 2024-04-23T17:55:30.202803159Z 2024-04-23T17:55:30.202806847Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:30.202810360Z [parameters: {'permission_view_id': 109, 'role_id': 1}] 2024-04-23T17:55:30.202822802Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:30.305954996Z [2024-04-23T17:55:30.305+0000] {manager.py:564} ERROR - Add Permission to Role Error: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ab_permission_view_role_permission_view_id_role_id_uq" 2024-04-23T17:55:30.305976046Z DETAIL: Key (permission_view_id, role_id)=(105, 1) already exists. 2024-04-23T17:55:30.305979982Z 2024-04-23T17:55:30.305984600Z [SQL: INSERT INTO ab_permission_view_role (permission_view_id, role_id) VALUES (%(permission_view_id)s, %(role_id)s) RETURNING ab_permission_view_role.id] 2024-04-23T17:55:30.305989525Z [parameters: {'permission_view_id': 105, 'role_id': 1}] 2024-04-23T17:55:30.305992608Z (Background on this error at: https://sqlalche.me/e/14/gkpj) 2024-04-23T17:55:30.485984464Z [2024-04-23 17:55:30 +0000] [16] [INFO] Starting gunicorn 20.1.0 2024-04-23T17:55:31.409675552Z [2024-04-23T17:55:31.408+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:55:31.409698327Z Traceback (most recent call last): 2024-04-23T17:55:31.409702216Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.409706015Z imported_class = import_string(class_name) 2024-04-23T17:55:31.409709521Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.409712479Z module = import_module(module_path) 2024-04-23T17:55:31.409716519Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.409720364Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.409724168Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.409727172Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.409730137Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.409733260Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.409736445Z File "", line 883, in exec_module 2024-04-23T17:55:31.409739404Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.409742325Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:55:31.409745297Z import boto3 2024-04-23T17:55:31.409748990Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:55:31.409751982Z from boto3.session import Session 2024-04-23T17:55:31.409754878Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:55:31.409758642Z import botocore.session 2024-04-23T17:55:31.409761911Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:55:31.409764789Z import botocore.client 2024-04-23T17:55:31.409767725Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:55:31.409770728Z from botocore import waiter, xform_name 2024-04-23T17:55:31.409773646Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:55:31.409776623Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:55:31.409779477Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:55:31.409792738Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:55:31.409801809Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:55:31.409804960Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:55:31.409808045Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:55:31.409811095Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:55:31.409814026Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:55:31.409817046Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:55:31.409820996Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:55:31.409825830Z from botocore.utils import is_json_value_header 2024-04-23T17:55:31.409830277Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:55:31.409834969Z import botocore.httpsession 2024-04-23T17:55:31.409839506Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:55:31.409844181Z from urllib3.util.ssl_ import ( 2024-04-23T17:55:31.409849405Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:55:31.424371801Z [2024-04-23T17:55:31.422+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.amazon.aws.hooks.emr.EmrHook' from 'apache-airflow-providers-amazon' package 2024-04-23T17:55:31.424393117Z Traceback (most recent call last): 2024-04-23T17:55:31.424398938Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.424403584Z imported_class = import_string(class_name) 2024-04-23T17:55:31.424407863Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.424412155Z module = import_module(module_path) 2024-04-23T17:55:31.424416960Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.424423533Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.424428451Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.424433275Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.424438009Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.424442802Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.424447735Z File "", line 883, in exec_module 2024-04-23T17:55:31.424452624Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.424457756Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/emr.py", line 29, in 2024-04-23T17:55:31.424462689Z from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook 2024-04-23T17:55:31.424467079Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/amazon/aws/hooks/base_aws.py", line 40, in 2024-04-23T17:55:31.424471992Z import boto3 2024-04-23T17:55:31.424476954Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/__init__.py", line 17, in 2024-04-23T17:55:31.424490543Z from boto3.session import Session 2024-04-23T17:55:31.424494906Z File "/home/airflow/.local/lib/python3.10/site-packages/boto3/session.py", line 17, in 2024-04-23T17:55:31.424499522Z import botocore.session 2024-04-23T17:55:31.424503680Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/session.py", line 26, in 2024-04-23T17:55:31.424507919Z import botocore.client 2024-04-23T17:55:31.424512128Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/client.py", line 15, in 2024-04-23T17:55:31.424516558Z from botocore import waiter, xform_name 2024-04-23T17:55:31.424520784Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/waiter.py", line 18, in 2024-04-23T17:55:31.424524967Z from botocore.docs.docstring import WaiterDocstring 2024-04-23T17:55:31.424529116Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/__init__.py", line 15, in 2024-04-23T17:55:31.424533540Z from botocore.docs.service import ServiceDocumenter 2024-04-23T17:55:31.424537785Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/service.py", line 14, in 2024-04-23T17:55:31.424542058Z from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter 2024-04-23T17:55:31.424546228Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/client.py", line 17, in 2024-04-23T17:55:31.424550855Z from botocore.docs.example import ResponseExampleDocumenter 2024-04-23T17:55:31.424566401Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/example.py", line 13, in 2024-04-23T17:55:31.424570725Z from botocore.docs.shape import ShapeDocumenter 2024-04-23T17:55:31.424574567Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/docs/shape.py", line 19, in 2024-04-23T17:55:31.424578746Z from botocore.utils import is_json_value_header 2024-04-23T17:55:31.424584428Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/utils.py", line 37, in 2024-04-23T17:55:31.424588384Z import botocore.httpsession 2024-04-23T17:55:31.424592435Z File "/home/airflow/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 22, in 2024-04-23T17:55:31.424596468Z from urllib3.util.ssl_ import ( 2024-04-23T17:55:31.424601290Z ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py) 2024-04-23T17:55:31.430007957Z [2024-04-23T17:55:31.428+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.430026213Z Traceback (most recent call last): 2024-04-23T17:55:31.430030232Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.430033387Z imported_class = import_string(class_name) 2024-04-23T17:55:31.430054350Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.430058491Z module = import_module(module_path) 2024-04-23T17:55:31.430062115Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.430065336Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.430068796Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.430071814Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.430074926Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.430086945Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.430090118Z File "", line 883, in exec_module 2024-04-23T17:55:31.430093194Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.430097096Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:31.430100206Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:31.430103172Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:31.430106509Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:31.430109914Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:31.430112890Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:31.430115813Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:31.430118953Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:31.430122142Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:31.430125100Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:31.430128060Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:31.430131074Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:31.430134055Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:31.430137350Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:31.430140258Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:31.430143314Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:31.430146864Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:31.430150283Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:31.430153303Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:31.430156058Z 2024-04-23T17:55:31.430159156Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:31.433988070Z [2024-04-23T17:55:31.432+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.434095580Z Traceback (most recent call last): 2024-04-23T17:55:31.434168892Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.434173929Z imported_class = import_string(class_name) 2024-04-23T17:55:31.434178521Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.434182865Z module = import_module(module_path) 2024-04-23T17:55:31.434187932Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.434200622Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.434205598Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.434210334Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.434214613Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.434218842Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.434223013Z File "", line 883, in exec_module 2024-04-23T17:55:31.434247247Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.434252847Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:31.434257197Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:31.434261548Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:31.434266069Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:31.434270545Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:31.434275231Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:31.434280010Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:31.434284384Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:31.434288634Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:31.434292930Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:31.434297131Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:31.434301627Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:31.434305869Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:31.434325274Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:31.434330140Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:31.434334495Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:31.434338861Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:31.434343168Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:31.434347514Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:31.434351865Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:31.434356099Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:31.434360116Z 2024-04-23T17:55:31.434364534Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:31.457017291Z [2024-04-23T17:55:31.445+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.457058500Z Traceback (most recent call last): 2024-04-23T17:55:31.457065157Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.457085428Z imported_class = import_string(class_name) 2024-04-23T17:55:31.457091206Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.457096631Z module = import_module(module_path) 2024-04-23T17:55:31.457103348Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.457110051Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.457115480Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.457120925Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.457125636Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.457130727Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.457135932Z File "", line 883, in exec_module 2024-04-23T17:55:31.457141113Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.457147442Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/cloud_sql.py", line 52, in 2024-04-23T17:55:31.457153181Z from airflow.providers.google.common.hooks.base_google import GoogleBaseHook, get_field 2024-04-23T17:55:31.457159216Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:31.457165044Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:31.457170887Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:31.457176596Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:31.457182118Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:31.457187065Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:31.457193275Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:31.457198184Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:31.457202933Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:31.457208557Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:31.457213335Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:31.457218277Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:31.457223879Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:31.457228749Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:31.457233994Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:31.457238915Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:31.457244646Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:31.457255656Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:31.457261162Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:31.457265808Z 2024-04-23T17:55:31.457271112Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:31.474104884Z [2024-04-23T17:55:31.472+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.474127424Z Traceback (most recent call last): 2024-04-23T17:55:31.474133275Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.474138587Z imported_class = import_string(class_name) 2024-04-23T17:55:31.474143518Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.474148139Z module = import_module(module_path) 2024-04-23T17:55:31.474153297Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.474158547Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.474163700Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.474168207Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.474173021Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.474177961Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.474182420Z File "", line 883, in exec_module 2024-04-23T17:55:31.474187139Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.474192283Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/bigquery.py", line 62, in 2024-04-23T17:55:31.474197144Z from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field 2024-04-23T17:55:31.474201917Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:31.474206450Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:31.474210904Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:31.474215481Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:31.474220734Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:31.474225587Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:31.474230252Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:31.474234714Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:31.474239410Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:31.474243912Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:31.474248557Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:31.474253275Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:31.474271043Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:31.474275795Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:31.474280304Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:31.474284876Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:31.474289562Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:31.474310197Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:31.474315198Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:31.474319585Z 2024-04-23T17:55:31.474324563Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:31.518737054Z [2024-04-23T17:55:31.515+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.518760703Z Traceback (most recent call last): 2024-04-23T17:55:31.518766992Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.518772491Z imported_class = import_string(class_name) 2024-04-23T17:55:31.518777207Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.518782367Z module = import_module(module_path) 2024-04-23T17:55:31.518787477Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.518793218Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.518801173Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.518806542Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.518811195Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.518816185Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.518821089Z File "", line 883, in exec_module 2024-04-23T17:55:31.518829678Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.518834975Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute_ssh.py", line 29, in 2024-04-23T17:55:31.518840201Z from airflow.providers.google.cloud.hooks.compute import ComputeEngineHook 2024-04-23T17:55:31.518845948Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/hooks/compute.py", line 33, in 2024-04-23T17:55:31.518850922Z from airflow.providers.google.common.hooks.base_google import PROVIDE_PROJECT_ID, GoogleBaseHook 2024-04-23T17:55:31.518855823Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/common/hooks/base_google.py", line 51, in 2024-04-23T17:55:31.518860746Z from airflow.providers.google.cloud.utils.credentials_provider import ( 2024-04-23T17:55:31.518865462Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/utils/credentials_provider.py", line 38, in 2024-04-23T17:55:31.518870772Z from airflow.providers.google.cloud._internal_client.secret_manager_client import _SecretManagerClient 2024-04-23T17:55:31.518876767Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/google/cloud/_internal_client/secret_manager_client.py", line 23, in 2024-04-23T17:55:31.518891905Z from google.cloud.secretmanager_v1 import SecretManagerServiceClient 2024-04-23T17:55:31.518896181Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/__init__.py", line 22, in 2024-04-23T17:55:31.518900123Z from google.cloud.secretmanager_v1 import types 2024-04-23T17:55:31.518905008Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/types.py", line 23, in 2024-04-23T17:55:31.518909429Z from google.cloud.secretmanager_v1.proto import resources_pb2 2024-04-23T17:55:31.518914709Z File "/home/airflow/.local/lib/python3.10/site-packages/google/cloud/secretmanager_v1/proto/resources_pb2.py", line 57, in 2024-04-23T17:55:31.518919877Z _descriptor.EnumValueDescriptor( 2024-04-23T17:55:31.518924461Z File "/home/airflow/.local/lib/python3.10/site-packages/google/protobuf/descriptor.py", line 796, in __new__ 2024-04-23T17:55:31.518929989Z _message.Message._CheckCalledFromGeneratedFile() 2024-04-23T17:55:31.518935570Z TypeError: Descriptors cannot not be created directly. 2024-04-23T17:55:31.518940811Z If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 2024-04-23T17:55:31.518945988Z If you cannot immediately regenerate your protos, some other possible workarounds are: 2024-04-23T17:55:31.518950879Z 1. Downgrade the protobuf package to 3.20.x or lower. 2024-04-23T17:55:31.518955817Z 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 2024-04-23T17:55:31.518959829Z 2024-04-23T17:55:31.518964758Z More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates 2024-04-23T17:55:31.518970541Z [2024-04-23T17:55:31.516+0000] {providers_manager.py:235} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package 2024-04-23T17:55:31.547463658Z [2024-04-23T17:55:31.541+0000] {providers_manager.py:243} WARNING - Exception when importing 'airflow.providers.http.hooks.http.HttpHook' from 'apache-airflow-providers-http' package 2024-04-23T17:55:31.547509970Z Traceback (most recent call last): 2024-04-23T17:55:31.547515927Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 48, in 2024-04-23T17:55:31.547521089Z from requests.packages.urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:31.547526134Z ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:31.547530210Z 2024-04-23T17:55:31.547534821Z During handling of the above exception, another exception occurred: 2024-04-23T17:55:31.547538674Z 2024-04-23T17:55:31.547543057Z Traceback (most recent call last): 2024-04-23T17:55:31.547548224Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers_manager.py", line 275, in _sanity_check 2024-04-23T17:55:31.547552325Z imported_class = import_string(class_name) 2024-04-23T17:55:31.547556728Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/utils/module_loading.py", line 33, in import_string 2024-04-23T17:55:31.547564134Z module = import_module(module_path) 2024-04-23T17:55:31.547569766Z File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module 2024-04-23T17:55:31.547575261Z return _bootstrap._gcd_import(name[level:], package, level) 2024-04-23T17:55:31.547790468Z File "", line 1050, in _gcd_import 2024-04-23T17:55:31.547799187Z File "", line 1027, in _find_and_load 2024-04-23T17:55:31.547802445Z File "", line 1006, in _find_and_load_unlocked 2024-04-23T17:55:31.547805674Z File "", line 688, in _load_unlocked 2024-04-23T17:55:31.547808953Z File "", line 883, in exec_module 2024-04-23T17:55:31.547812035Z File "", line 241, in _call_with_frames_removed 2024-04-23T17:55:31.547815693Z File "/home/airflow/.local/lib/python3.10/site-packages/airflow/providers/http/hooks/http.py", line 29, in 2024-04-23T17:55:31.547819351Z from requests_toolbelt.adapters.socket_options import TCPKeepAliveAdapter 2024-04-23T17:55:31.547822945Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/__init__.py", line 12, in 2024-04-23T17:55:31.547826416Z from .adapters import SSLAdapter, SourceAddressAdapter 2024-04-23T17:55:31.547829555Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py", line 12, in 2024-04-23T17:55:31.547832851Z from .ssl import SSLAdapter 2024-04-23T17:55:31.547835901Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py", line 16, in 2024-04-23T17:55:31.547839398Z from .._compat import poolmanager 2024-04-23T17:55:31.547842450Z File "/home/airflow/.local/lib/python3.10/site-packages/requests_toolbelt/_compat.py", line 50, in 2024-04-23T17:55:31.547845697Z from urllib3.contrib import appengine as gaecontrib 2024-04-23T17:55:31.547849164Z ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/home/airflow/.local/lib/python3.10/site-packages/urllib3/contrib/__init__.py) 2024-04-23T17:55:31.602092817Z [2024-04-23 17:55:31 +0000] [16] [INFO] Listening at: http://0.0.0.0:8080 (16) 2024-04-23T17:55:31.610471405Z [2024-04-23 17:55:31 +0000] [16] [INFO] Using worker: sync 2024-04-23T17:55:31.717501491Z [2024-04-23 17:55:31 +0000] [23] [INFO] Booting worker with pid: 23 2024-04-23T17:55:31.877953998Z [2024-04-23 17:55:31 +0000] [24] [INFO] Booting worker with pid: 24 2024-04-23T17:55:32.068662641Z [2024-04-23 17:55:32 +0000] [25] [INFO] Booting worker with pid: 25 2024-04-23T17:55:32.300388946Z [2024-04-23 17:55:32 +0000] [26] [INFO] Booting worker with pid: 26 2024-04-23T17:55:33.285445086Z 10.244.0.1 - - [23/Apr/2024:17:55:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:33.485105269Z 10.244.0.1 - - [23/Apr/2024:17:55:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:38.199527104Z 10.244.0.1 - - [23/Apr/2024:17:55:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:38.317518206Z 10.244.0.1 - - [23/Apr/2024:17:55:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:43.198801391Z 10.244.0.1 - - [23/Apr/2024:17:55:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:43.567098405Z 10.244.0.1 - - [23/Apr/2024:17:55:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:48.184117045Z 10.244.0.1 - - [23/Apr/2024:17:55:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:48.194074000Z 10.244.0.1 - - [23/Apr/2024:17:55:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:53.177395978Z 10.244.0.1 - - [23/Apr/2024:17:55:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:53.196546340Z 10.244.0.1 - - [23/Apr/2024:17:55:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:58.189145822Z 10.244.0.1 - - [23/Apr/2024:17:55:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:55:58.218943633Z 10.244.0.1 - - [23/Apr/2024:17:55:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:03.175887894Z 10.244.0.1 - - [23/Apr/2024:17:56:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:03.226350001Z 10.244.0.1 - - [23/Apr/2024:17:56:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:08.203843789Z 10.244.0.1 - - [23/Apr/2024:17:56:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:08.227393805Z 10.244.0.1 - - [23/Apr/2024:17:56:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:13.259327649Z 10.244.0.1 - - [23/Apr/2024:17:56:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:13.263072514Z 10.244.0.1 - - [23/Apr/2024:17:56:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:18.186105094Z 10.244.0.1 - - [23/Apr/2024:17:56:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:18.196471520Z 10.244.0.1 - - [23/Apr/2024:17:56:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:23.168671658Z 10.244.0.1 - - [23/Apr/2024:17:56:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:23.185248766Z 10.244.0.1 - - [23/Apr/2024:17:56:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:28.168831209Z 10.244.0.1 - - [23/Apr/2024:17:56:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:28.171671121Z 10.244.0.1 - - [23/Apr/2024:17:56:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:33.167903359Z 10.244.0.1 - - [23/Apr/2024:17:56:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:33.171958140Z 10.244.0.1 - - [23/Apr/2024:17:56:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:38.175153521Z 10.244.0.1 - - [23/Apr/2024:17:56:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:38.176343021Z 10.244.0.1 - - [23/Apr/2024:17:56:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:43.177220185Z 10.244.0.1 - - [23/Apr/2024:17:56:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:43.177785286Z 10.244.0.1 - - [23/Apr/2024:17:56:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:48.165602256Z 10.244.0.1 - - [23/Apr/2024:17:56:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:48.172620692Z 10.244.0.1 - - [23/Apr/2024:17:56:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:53.178854531Z 10.244.0.1 - - [23/Apr/2024:17:56:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:53.194834876Z 10.244.0.1 - - [23/Apr/2024:17:56:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:58.164682620Z 10.244.0.1 - - [23/Apr/2024:17:56:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:56:58.182649081Z 10.244.0.1 - - [23/Apr/2024:17:56:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:03.169698148Z 10.244.0.1 - - [23/Apr/2024:17:57:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:03.172300456Z 10.244.0.1 - - [23/Apr/2024:17:57:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:08.169438100Z 10.244.0.1 - - [23/Apr/2024:17:57:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:08.172275665Z 10.244.0.1 - - [23/Apr/2024:17:57:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:13.176329142Z 10.244.0.1 - - [23/Apr/2024:17:57:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:13.177142486Z 10.244.0.1 - - [23/Apr/2024:17:57:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:18.166592392Z 10.244.0.1 - - [23/Apr/2024:17:57:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:18.172668278Z 10.244.0.1 - - [23/Apr/2024:17:57:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:23.172032114Z 10.244.0.1 - - [23/Apr/2024:17:57:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:23.172051155Z 10.244.0.1 - - [23/Apr/2024:17:57:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:28.166516927Z 10.244.0.1 - - [23/Apr/2024:17:57:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:28.167116246Z 10.244.0.1 - - [23/Apr/2024:17:57:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:33.166234193Z 10.244.0.1 - - [23/Apr/2024:17:57:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:33.168025939Z 10.244.0.1 - - [23/Apr/2024:17:57:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:38.167433758Z 10.244.0.1 - - [23/Apr/2024:17:57:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:38.175293764Z 10.244.0.1 - - [23/Apr/2024:17:57:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:43.171128794Z 10.244.0.1 - - [23/Apr/2024:17:57:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:43.173129386Z 10.244.0.1 - - [23/Apr/2024:17:57:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:48.173294144Z 10.244.0.1 - - [23/Apr/2024:17:57:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:48.186008074Z 10.244.0.1 - - [23/Apr/2024:17:57:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:53.173247102Z 10.244.0.1 - - [23/Apr/2024:17:57:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:53.173267028Z 10.244.0.1 - - [23/Apr/2024:17:57:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:58.166363973Z 10.244.0.1 - - [23/Apr/2024:17:57:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:57:58.174686116Z 10.244.0.1 - - [23/Apr/2024:17:57:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:03.167455968Z 10.244.0.1 - - [23/Apr/2024:17:58:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:03.168785760Z 10.244.0.1 - - [23/Apr/2024:17:58:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:08.172929963Z 10.244.0.1 - - [23/Apr/2024:17:58:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:08.175903038Z 10.244.0.1 - - [23/Apr/2024:17:58:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:13.167771598Z 10.244.0.1 - - [23/Apr/2024:17:58:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:13.170137104Z 10.244.0.1 - - [23/Apr/2024:17:58:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:18.170746787Z 10.244.0.1 - - [23/Apr/2024:17:58:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:18.171575426Z 10.244.0.1 - - [23/Apr/2024:17:58:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:23.167710125Z 10.244.0.1 - - [23/Apr/2024:17:58:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:23.169274582Z 10.244.0.1 - - [23/Apr/2024:17:58:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:28.165857490Z 10.244.0.1 - - [23/Apr/2024:17:58:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:28.169598004Z 10.244.0.1 - - [23/Apr/2024:17:58:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:33.166504942Z 10.244.0.1 - - [23/Apr/2024:17:58:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:33.169969625Z 10.244.0.1 - - [23/Apr/2024:17:58:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:38.170400342Z 10.244.0.1 - - [23/Apr/2024:17:58:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:38.172408526Z 10.244.0.1 - - [23/Apr/2024:17:58:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:43.165617160Z 10.244.0.1 - - [23/Apr/2024:17:58:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:43.166624500Z 10.244.0.1 - - [23/Apr/2024:17:58:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:48.169396105Z 10.244.0.1 - - [23/Apr/2024:17:58:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:48.171819741Z 10.244.0.1 - - [23/Apr/2024:17:58:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:53.164746548Z 10.244.0.1 - - [23/Apr/2024:17:58:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:53.166473082Z 10.244.0.1 - - [23/Apr/2024:17:58:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:58.168333429Z 10.244.0.1 - - [23/Apr/2024:17:58:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:58:58.174911972Z 10.244.0.1 - - [23/Apr/2024:17:58:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:03.166191474Z 10.244.0.1 - - [23/Apr/2024:17:59:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:03.169914357Z 10.244.0.1 - - [23/Apr/2024:17:59:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:08.170056158Z 10.244.0.1 - - [23/Apr/2024:17:59:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:08.170799580Z 10.244.0.1 - - [23/Apr/2024:17:59:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:13.167911621Z 10.244.0.1 - - [23/Apr/2024:17:59:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:13.168930983Z 10.244.0.1 - - [23/Apr/2024:17:59:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:18.169027411Z 10.244.0.1 - - [23/Apr/2024:17:59:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:18.170191466Z 10.244.0.1 - - [23/Apr/2024:17:59:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:23.166375599Z 10.244.0.1 - - [23/Apr/2024:17:59:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:23.168938677Z 10.244.0.1 - - [23/Apr/2024:17:59:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:28.167214566Z 10.244.0.1 - - [23/Apr/2024:17:59:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:28.172473303Z 10.244.0.1 - - [23/Apr/2024:17:59:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:33.169589357Z 10.244.0.1 - - [23/Apr/2024:17:59:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:33.170210822Z 10.244.0.1 - - [23/Apr/2024:17:59:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:38.168640204Z 10.244.0.1 - - [23/Apr/2024:17:59:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:38.169757352Z 10.244.0.1 - - [23/Apr/2024:17:59:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:43.166441629Z 10.244.0.1 - - [23/Apr/2024:17:59:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:43.166459838Z 10.244.0.1 - - [23/Apr/2024:17:59:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:48.169830918Z 10.244.0.1 - - [23/Apr/2024:17:59:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:48.172366048Z 10.244.0.1 - - [23/Apr/2024:17:59:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:53.164703843Z 10.244.0.1 - - [23/Apr/2024:17:59:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:53.189684260Z 10.244.0.1 - - [23/Apr/2024:17:59:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:58.174036027Z 10.244.0.1 - - [23/Apr/2024:17:59:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T17:59:58.174077572Z 10.244.0.1 - - [23/Apr/2024:17:59:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:03.169467603Z 10.244.0.1 - - [23/Apr/2024:18:00:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:03.170655402Z 10.244.0.1 - - [23/Apr/2024:18:00:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:08.167785744Z 10.244.0.1 - - [23/Apr/2024:18:00:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:08.188164196Z 10.244.0.1 - - [23/Apr/2024:18:00:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:13.169936066Z 10.244.0.1 - - [23/Apr/2024:18:00:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:13.171856879Z 10.244.0.1 - - [23/Apr/2024:18:00:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:18.168975470Z 10.244.0.1 - - [23/Apr/2024:18:00:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:18.170754415Z 10.244.0.1 - - [23/Apr/2024:18:00:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:23.166662688Z 10.244.0.1 - - [23/Apr/2024:18:00:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:23.168520104Z 10.244.0.1 - - [23/Apr/2024:18:00:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:28.170352343Z 10.244.0.1 - - [23/Apr/2024:18:00:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:28.177853228Z 10.244.0.1 - - [23/Apr/2024:18:00:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:33.164300416Z 10.244.0.1 - - [23/Apr/2024:18:00:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:33.169816263Z 10.244.0.1 - - [23/Apr/2024:18:00:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:38.166249013Z 10.244.0.1 - - [23/Apr/2024:18:00:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:38.166273546Z 10.244.0.1 - - [23/Apr/2024:18:00:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:43.164387165Z 10.244.0.1 - - [23/Apr/2024:18:00:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:43.165418643Z 10.244.0.1 - - [23/Apr/2024:18:00:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:48.167769477Z 10.244.0.1 - - [23/Apr/2024:18:00:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:48.171490999Z 10.244.0.1 - - [23/Apr/2024:18:00:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:53.165959504Z 10.244.0.1 - - [23/Apr/2024:18:00:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:53.190024368Z 10.244.0.1 - - [23/Apr/2024:18:00:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:58.165244699Z 10.244.0.1 - - [23/Apr/2024:18:00:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:00:58.169105754Z 10.244.0.1 - - [23/Apr/2024:18:00:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:03.165132815Z 10.244.0.1 - - [23/Apr/2024:18:01:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:03.167772128Z 10.244.0.1 - - [23/Apr/2024:18:01:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:08.166653388Z 10.244.0.1 - - [23/Apr/2024:18:01:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:08.172544538Z 10.244.0.1 - - [23/Apr/2024:18:01:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:13.165476323Z 10.244.0.1 - - [23/Apr/2024:18:01:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:13.165493028Z 10.244.0.1 - - [23/Apr/2024:18:01:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:18.166532507Z 10.244.0.1 - - [23/Apr/2024:18:01:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:18.167451806Z 10.244.0.1 - - [23/Apr/2024:18:01:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:23.177839688Z 10.244.0.1 - - [23/Apr/2024:18:01:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:23.183531070Z 10.244.0.1 - - [23/Apr/2024:18:01:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:28.166013570Z 10.244.0.1 - - [23/Apr/2024:18:01:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:28.173431458Z 10.244.0.1 - - [23/Apr/2024:18:01:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:33.167667291Z 10.244.0.1 - - [23/Apr/2024:18:01:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:33.170245255Z 10.244.0.1 - - [23/Apr/2024:18:01:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:38.170105061Z 10.244.0.1 - - [23/Apr/2024:18:01:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:38.171105163Z 10.244.0.1 - - [23/Apr/2024:18:01:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:43.169785833Z 10.244.0.1 - - [23/Apr/2024:18:01:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:43.174317807Z 10.244.0.1 - - [23/Apr/2024:18:01:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:48.166764568Z 10.244.0.1 - - [23/Apr/2024:18:01:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:48.170440643Z 10.244.0.1 - - [23/Apr/2024:18:01:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:53.166029985Z 10.244.0.1 - - [23/Apr/2024:18:01:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:53.166889848Z 10.244.0.1 - - [23/Apr/2024:18:01:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:58.164761360Z 10.244.0.1 - - [23/Apr/2024:18:01:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:01:58.166790764Z 10.244.0.1 - - [23/Apr/2024:18:01:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:03.180432761Z 10.244.0.1 - - [23/Apr/2024:18:02:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:03.180884419Z 10.244.0.1 - - [23/Apr/2024:18:02:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:08.166684013Z 10.244.0.1 - - [23/Apr/2024:18:02:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:08.167742413Z 10.244.0.1 - - [23/Apr/2024:18:02:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:13.167326720Z 10.244.0.1 - - [23/Apr/2024:18:02:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:13.167710274Z 10.244.0.1 - - [23/Apr/2024:18:02:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:18.165833396Z 10.244.0.1 - - [23/Apr/2024:18:02:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:18.165873023Z 10.244.0.1 - - [23/Apr/2024:18:02:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:23.168230989Z 10.244.0.1 - - [23/Apr/2024:18:02:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:23.169602864Z 10.244.0.1 - - [23/Apr/2024:18:02:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:28.171315730Z 10.244.0.1 - - [23/Apr/2024:18:02:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:28.175808107Z 10.244.0.1 - - [23/Apr/2024:18:02:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:33.167390433Z 10.244.0.1 - - [23/Apr/2024:18:02:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:33.175327025Z 10.244.0.1 - - [23/Apr/2024:18:02:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:38.172027576Z 10.244.0.1 - - [23/Apr/2024:18:02:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:38.176316539Z 10.244.0.1 - - [23/Apr/2024:18:02:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:43.172962454Z 10.244.0.1 - - [23/Apr/2024:18:02:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:43.173075827Z 10.244.0.1 - - [23/Apr/2024:18:02:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:48.165319580Z 10.244.0.1 - - [23/Apr/2024:18:02:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:48.166598644Z 10.244.0.1 - - [23/Apr/2024:18:02:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:53.168438577Z 10.244.0.1 - - [23/Apr/2024:18:02:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:53.173403125Z 10.244.0.1 - - [23/Apr/2024:18:02:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:58.167362404Z 10.244.0.1 - - [23/Apr/2024:18:02:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:02:58.171294360Z 10.244.0.1 - - [23/Apr/2024:18:02:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:03.174370666Z 10.244.0.1 - - [23/Apr/2024:18:03:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:03.178624235Z 10.244.0.1 - - [23/Apr/2024:18:03:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:08.170654799Z 10.244.0.1 - - [23/Apr/2024:18:03:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:08.171816827Z 10.244.0.1 - - [23/Apr/2024:18:03:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:13.164943125Z 10.244.0.1 - - [23/Apr/2024:18:03:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:13.167008540Z 10.244.0.1 - - [23/Apr/2024:18:03:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:18.167376345Z 10.244.0.1 - - [23/Apr/2024:18:03:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:18.167834159Z 10.244.0.1 - - [23/Apr/2024:18:03:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:23.165440276Z 10.244.0.1 - - [23/Apr/2024:18:03:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:23.165836014Z 10.244.0.1 - - [23/Apr/2024:18:03:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:28.174118206Z 10.244.0.1 - - [23/Apr/2024:18:03:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:28.181770212Z 10.244.0.1 - - [23/Apr/2024:18:03:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:33.168336491Z 10.244.0.1 - - [23/Apr/2024:18:03:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:33.169100152Z 10.244.0.1 - - [23/Apr/2024:18:03:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:38.166952802Z 10.244.0.1 - - [23/Apr/2024:18:03:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:38.167132994Z 10.244.0.1 - - [23/Apr/2024:18:03:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:43.164532016Z 10.244.0.1 - - [23/Apr/2024:18:03:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:43.165344586Z 10.244.0.1 - - [23/Apr/2024:18:03:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:48.165689975Z 10.244.0.1 - - [23/Apr/2024:18:03:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:48.168259990Z 10.244.0.1 - - [23/Apr/2024:18:03:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:53.165952429Z 10.244.0.1 - - [23/Apr/2024:18:03:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:53.167153747Z 10.244.0.1 - - [23/Apr/2024:18:03:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:58.166754746Z 10.244.0.1 - - [23/Apr/2024:18:03:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:03:58.167904430Z 10.244.0.1 - - [23/Apr/2024:18:03:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:03.170002078Z 10.244.0.1 - - [23/Apr/2024:18:04:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:03.175643643Z 10.244.0.1 - - [23/Apr/2024:18:04:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:08.166977999Z 10.244.0.1 - - [23/Apr/2024:18:04:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:08.167846505Z 10.244.0.1 - - [23/Apr/2024:18:04:08 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:13.164406278Z 10.244.0.1 - - [23/Apr/2024:18:04:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:13.167980644Z 10.244.0.1 - - [23/Apr/2024:18:04:13 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:18.164767003Z 10.244.0.1 - - [23/Apr/2024:18:04:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:18.168939335Z 10.244.0.1 - - [23/Apr/2024:18:04:18 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:23.171232866Z 10.244.0.1 - - [23/Apr/2024:18:04:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:23.171459385Z 10.244.0.1 - - [23/Apr/2024:18:04:23 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:28.167129377Z 10.244.0.1 - - [23/Apr/2024:18:04:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:28.178820449Z 10.244.0.1 - - [23/Apr/2024:18:04:28 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:33.165916106Z 10.244.0.1 - - [23/Apr/2024:18:04:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:33.168718900Z 10.244.0.1 - - [23/Apr/2024:18:04:33 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:38.166097815Z 10.244.0.1 - - [23/Apr/2024:18:04:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:38.173099016Z 10.244.0.1 - - [23/Apr/2024:18:04:38 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:43.165498513Z 10.244.0.1 - - [23/Apr/2024:18:04:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:43.166957370Z 10.244.0.1 - - [23/Apr/2024:18:04:43 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:48.166097881Z 10.244.0.1 - - [23/Apr/2024:18:04:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:48.172649570Z 10.244.0.1 - - [23/Apr/2024:18:04:48 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:53.175067865Z 10.244.0.1 - - [23/Apr/2024:18:04:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:53.188824427Z 10.244.0.1 - - [23/Apr/2024:18:04:53 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:58.168576036Z 10.244.0.1 - - [23/Apr/2024:18:04:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:04:58.173388050Z 10.244.0.1 - - [23/Apr/2024:18:04:58 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:05:03.165856484Z 10.244.0.1 - - [23/Apr/2024:18:05:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29" 2024-04-23T18:05:03.166030613Z 10.244.0.1 - - [23/Apr/2024:18:05:03 +0000] "GET /health HTTP/1.1" 200 141 "-" "kube-probe/1.29"