Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with the Snowflake Data Cloud.
Apache License 2.0
332 stars 628 forks source link

Quickstart A Comprehensive Guide: Ingesting Data into Snowflake uses very old openjdk #1398

Open sfc-gh-ptorres opened 3 months ago

sfc-gh-ptorres commented 3 months ago

Describe the bug Dependency errors pop up with openjdk 11.0.6 when creating conda environment

URL of where you see the bug https://quickstarts.snowflake.com/guide/a_comprehensive_guide_to_ingesting_data_into_snowflake/index.html?index=..%2F..index#1

To Reproduce Steps to reproduce the behavior:

  1. Go to Environment Setup
  2. Create the yml file
  3. Run conda env create -f environment.yml
  4. See error belo: (base) ptorres@GN6WVF95KQ DE certification % conda env create -f environment.yml

Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

Expected behavior The environment creation should not produce a package resolution problem. The yml file should be updated to carry resolvable dependencies for openjdk

Screenshots

Desktop (please complete the following information):

Additional context Add any other context about the problem here. none