Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-polars] Preventing import errors when users don't have gcp m…
…odules installed (#25708) ## Summary & Motivation Addressing #25705 ## How I Tested These Changes Created a new virtual environment in which I installed the dagster-polars package from the local source. Then created a script which imported dagster_polars, reproducing the ImportError. Then I added the exception for dagster-polars[gcp], which allowed the package to import successfully. ## Changelog > Preventing dagster-polars from raising ImportError when bigquery libraries are not installed
- Loading branch information