Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default_module_mapping.py to add snowflake's snowpark (#19671)
Very common in the snowflake world. Deserves a default mapping, imo. Tested locally with an entry in BUILD like: ```python python_requirements( name="dag", resolve="dag", source="dag-requirements.txt", module_mapping={ "snowflake-snowpark-python": ("snowflake.snowpark",), "google-cloud-datastream": ("google.cloud.datastream",), "google-cloud-spanner": ("google.cloud.spanner",), } ) ```
- Loading branch information