emilija-omnisend commented on issue #19836:
URL: https://github.com/apache/superset/issues/19836#issuecomment-1145824960

   Having the same issue with `1.5.0` or `1.5.1rc1` tags. The 
`superset-init-job` fails but nothing seems wrong in the logs. Deleting the 
pod, deployment, restarting, nothing helps.
   
   Here's a full log:
   `Requirement already satisfied: psycopg2-binary==2.9.1 in 
/usr/local/lib/python3.8/site-packages (2.9.1)
   Collecting pybigquery==0.10.2
     Downloading pybigquery-0.10.2-py2.py3-none-any.whl (23 kB)
   Requirement already satisfied: redis==3.5.3 in 
/usr/local/lib/python3.8/site-packages (3.5.3)
   Collecting google-auth<3.0.0dev,>=1.25.0
     Downloading google_auth-2.6.6-py2.py3-none-any.whl (156 kB)
   Requirement already satisfied: future in 
/usr/local/lib/python3.8/site-packages (from pybigquery==0.10.2) (0.18.2)
   Collecting google-cloud-bigquery>=2.19.0
     Downloading google_cloud_bigquery-3.1.0-py2.py3-none-any.whl (211 kB)
   Collecting google-api-core>=1.30.0
     Downloading google_api_core-2.8.1-py3-none-any.whl (114 kB)
   Requirement already satisfied: sqlalchemy<1.5.0dev,>=1.2.0 in 
/usr/local/lib/python3.8/site-packages (from pybigquery==0.10.2) (1.3.24)
   Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in 
/usr/local/lib/python3.8/site-packages (from 
google-api-core>=1.30.0->pybigquery==0.10.2) (2.26.0)
   Collecting protobuf<4.0.0dev,>=3.15.0
     Downloading 
protobuf-3.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
   Collecting googleapis-common-protos<2.0dev,>=1.56.2
     Downloading googleapis_common_protos-1.56.2-py2.py3-none-any.whl (211 kB)
   Collecting pyasn1-modules>=0.2.1
     Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
   Collecting rsa<5,>=3.1.4
     Downloading rsa-4.8-py3-none-any.whl (39 kB)
   Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.8/site-packages (from 
google-auth<3.0.0dev,>=1.25.0->pybigquery==0.10.2) (1.16.0)
   Collecting cachetools<6.0,>=2.0.0
     Downloading cachetools-5.2.0-py3-none-any.whl (9.3 kB)
   Requirement already satisfied: python-dateutil<3.0dev,>=2.7.2 in 
/usr/local/lib/python3.8/site-packages (from 
google-cloud-bigquery>=2.19.0->pybigquery==0.10.2) (2.8.2)
   Collecting google-cloud-core<3.0.0dev,>=1.4.1
     Downloading google_cloud_core-2.3.0-py2.py3-none-any.whl (29 kB)
   Collecting google-resumable-media<3.0dev,>=0.6.0
     Downloading google_resumable_media-2.3.3-py2.py3-none-any.whl (76 kB)
   Collecting grpcio<2.0dev,>=1.38.1
     Downloading 
grpcio-1.46.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
   Requirement already satisfied: packaging>=14.3 in 
/usr/local/lib/python3.8/site-packages (from 
google-cloud-bigquery>=2.19.0->pybigquery==0.10.2) (21.3)
   Collecting proto-plus>=1.15.0
     Downloading proto_plus-1.20.5-py3-none-any.whl (46 kB)
   Collecting google-cloud-bigquery-storage<3.0.0dev,>=2.0.0
     Downloading google_cloud_bigquery_storage-2.13.1-py2.py3-none-any.whl (180 
kB)
   Requirement already satisfied: pyarrow<9.0dev,>=3.0.0 in 
/usr/local/lib/python3.8/site-packages (from 
google-cloud-bigquery>=2.19.0->pybigquery==0.10.2) (5.0.0)
   Collecting grpcio-status<2.0dev,>=1.33.2
     Downloading grpcio_status-1.46.3-py3-none-any.whl (10.0 kB)
   Collecting google-crc32c<2.0dev,>=1.0
     Downloading 
google_crc32c-1.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl 
(37 kB)
   Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in 
/usr/local/lib/python3.8/site-packages (from 
packaging>=14.3->google-cloud-bigquery>=2.19.0->pybigquery==0.10.2) (3.0.6)
   Requirement already satisfied: numpy>=1.16.6 in 
/usr/local/lib/python3.8/site-packages (from 
pyarrow<9.0dev,>=3.0.0->google-cloud-bigquery>=2.19.0->pybigquery==0.10.2) 
(1.21.1)
   Collecting pyasn1<0.5.0,>=0.4.6
     Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
   Requirement already satisfied: certifi>=2017.4.17 in 
/usr/local/lib/python3.8/site-packages (from 
requests<3.0.0dev,>=2.18.0->google-api-core>=1.30.0->pybigquery==0.10.2) 
(2021.5.30)
   Requirement already satisfied: charset-normalizer~=2.0.0 in 
/usr/local/lib/python3.8/site-packages (from 
requests<3.0.0dev,>=2.18.0->google-api-core>=1.30.0->pybigquery==0.10.2) (2.0.4)
   Requirement already satisfied: urllib3<1.27,>=1.21.1 in 
/usr/local/lib/python3.8/site-packages (from 
requests<3.0.0dev,>=2.18.0->google-api-core>=1.30.0->pybigquery==0.10.2) 
(1.26.6)
   Requirement already satisfied: idna<4,>=2.5 in 
/usr/local/lib/python3.8/site-packages (from 
requests<3.0.0dev,>=2.18.0->google-api-core>=1.30.0->pybigquery==0.10.2) (3.2)
   Installing collected packages: pyasn1, rsa, pyasn1-modules, protobuf, 
cachetools, grpcio, googleapis-common-protos, google-auth, grpcio-status, 
google-api-core, proto-plus, google-crc32c, google-resumable-media, 
google-cloud-core, google-cloud-bigquery-storage, google-cloud-bigquery, 
pybigquery
   Successfully installed cachetools-5.2.0 google-api-core-2.8.1 
google-auth-2.6.6 google-cloud-bigquery-3.1.0 
google-cloud-bigquery-storage-2.13.1 google-cloud-core-2.3.0 
google-crc32c-1.3.0 google-resumable-media-2.3.3 
googleapis-common-protos-1.56.2 grpcio-1.46.3 grpcio-status-1.46.3 
proto-plus-1.20.5 protobuf-3.20.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 
pybigquery-0.10.2 rsa-4.8
   WARNING: Running pip as the 'root' user can result in broken permissions and 
conflicting behaviour with the system package manager. It is recommended to use 
a virtual environment instead: https://pip.pypa.io/warnings/venv
   WARNING: You are using pip version 21.2.4; however, version 22.1.2 is 
available.
   You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
   Upgrading DB schema...
   logging was configured successfully
   2022-06-03 09:06:52,220:INFO:superset.utils.logging_configurator:logging was 
configured successfully
   2022-06-03 09:06:52,229:INFO:root:Configured event logger of type <class 
'superset.utils.log.DBEventLogger'>
   Falling back to the built-in cache, that stores data in the metadata 
database, for the followinng cache: `FILTER_STATE_CACHE_CONFIG`. It is 
recommended to use `RedisCache`, `MemcachedCache` or another dedicated caching 
backend for production deployments
   2022-06-03 09:06:52,233:WARNING:superset.utils.cache_manager:Falling back to 
the built-in cache, that stores data in the metadata database, for the 
followinng cache: `FILTER_STATE_CACHE_CONFIG`. It is recommended to use 
`RedisCache`, `MemcachedCache` or another dedicated caching backend for 
production deployments
   Falling back to the built-in cache, that stores data in the metadata 
database, for the followinng cache: `EXPLORE_FORM_DATA_CACHE_CONFIG`. It is 
recommended to use `RedisCache`, `MemcachedCache` or another dedicated caching 
backend for production deployments
   2022-06-03 09:06:52,240:WARNING:superset.utils.cache_manager:Falling back to 
the built-in cache, that stores data in the metadata database, for the 
followinng cache: `EXPLORE_FORM_DATA_CACHE_CONFIG`. It is recommended to use 
`RedisCache`, `MemcachedCache` or another dedicated caching backend for 
production deployments
   INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
   INFO  [alembic.runtime.migration] Will assume transactional DDL.
   Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to