Closed jgoizueta closed 8 months ago
import_error_bigquery
Google Cloud BigQuery client is not installed.
Please install Google Cloud BigQuery dependencies to use this function.
run `pip install -U raster-loader[bigquery]` to install from pypi.
import_error_snowflake
Snowflake client is not installed.
Please install Snowflake dependencies to use this function.
run `pip install -U raster-loader[snowflake]` to install from pypi.
Remove:
Please update the error messages according to the previous comment
Issue
If raster-loader is installed without the optional bigquery dependencies if fails with uncontrolled error even if bigquery not used:
Proposed Changes
Prevent the uncontrolled error; if bigquery is used and the depencies are not available fail with the same error message as before the bug was introduced: