Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ADAP-534] 1.5.0 is not available from conda-forge yet. #601

Closed
2 tasks done
nevdelap opened this issue May 9, 2023 · 9 comments
Closed
2 tasks done

[ADAP-534] 1.5.0 is not available from conda-forge yet. #601

nevdelap opened this issue May 9, 2023 · 9 comments
Labels
type:bug Something isn't working

Comments

@nevdelap
Copy link

nevdelap commented May 9, 2023

Is this a new bug in dbt-snowflake?

  • I believe this is a new bug in dbt-snowflake
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

I asked about this in Discussions last week and since 1.5.0 has been out for two weeks...

dbt-snowflake 1.4.2 is available in conda-forge. https://anaconda.org/conda-forge/dbt-snowflake

Expected Behavior

dbt-snowflake 1.5.0 should be available.

Steps To Reproduce

Look at: https://anaconda.org/conda-forge/dbt-snowflake

Or try to install it.

> conda install -yq -c conda-forge --override-channels dbt-core=1.5.0 dbt-snowflake=1.5.0
<snip>
PackagesNotFoundError: The following packages are not available from current channels:
  - dbt-snowflake=1.5.0*
Current channels:
  - https://conda.anaconda.org/conda-forge

Relevant log output

No response

Environment

- OS: Ubuntu & Arch
- Python: Conda env with 3.9.
- dbt-core: 1.5.0
- dbt-snowflake: 1.5.0 🙏

Additional Context

No response

@nevdelap nevdelap added type:bug Something isn't working triage:product labels May 9, 2023
@github-actions github-actions bot changed the title 1.5.0 is not available from Anaconda yet. [ADAP-534] 1.5.0 is not available from Anaconda yet. May 9, 2023
@dbeatty10
Copy link
Contributor

@maresb or @rxm7706:
Do either of you know the procedure to get the latest versions of dbt-snowflake and dbt-redshift added to conda-forge?

Is it a PR that updates a line like this and this?

@maresb
Copy link

maresb commented May 10, 2023

Hey @dbeatty10, the procedure is slightly more involved, but usually mostly automated. We need to merge the bot-generated conda-forge/dbt-snowflake-feedstock#8. Usually it's a simple matter of synchronizing the dependencies, but this time there was some weirdness with the agate package. I needed some time to look into it a bit further, and I got busy with other stuff. I'll take another quick look and see again if I can solve it quickly.

@nevdelap, for accuracy's sake, would you mind replacing "Anaconda" with "conda-forge" in the issue title and initial post? Anaconda actually refers to a different repository where dbt isn't available at all. But it's confusing because Anaconda hosts conda-forge. ✔️

@nevdelap nevdelap changed the title [ADAP-534] 1.5.0 is not available from Anaconda yet. [ADAP-534] 1.5.0 is not available from conda-forge yet. May 10, 2023
@maresb
Copy link

maresb commented May 10, 2023

I tracked down the issue with the Agate package and submitted a corresponding PR. Once that's accepted I'll retry the build and I expect it to succeed.

Thanks @nevdelap for fixing the title!

@dbeatty10
Copy link
Contributor

Thank you for your help and explanation on this @maresb ❤️

@maresb
Copy link

maresb commented May 10, 2023

In case there are issues with the conda-forge package being unavailable or uninstallable, the best place to get support is in the conda-forge feedstock repository of the respective package, in this case https://github.com/conda-forge/dbt-snowflake-feedstock.

If there is an open pull request to build the version in question, I'd recommend commenting there to ping the feedstock maintainers.

There's usually about 1h delay between when the package is built and when it becomes available on the CDN. So dbt-snowflake should have become installable, but it looks like there was some sort of transient failure during the final build. I'll nudge it...

@dbeatty10
Copy link
Contributor

the best place to get support is in the conda-forge feedstock repository of the respective package, in this case https://github.com/conda-forge/dbt-snowflake-feedstock.

Perfect. Thank you for that guidance and this other useful explanation about the typical latency for CDN availability @maresb 🙏

@maresb
Copy link

maresb commented May 10, 2023

It's now available.

@dbeatty10
Copy link
Contributor

Thank you for closing the loop @maresb !

I double-checked and confirmed here and here.

image
image

@nevdelap
Copy link
Author

Thank you guys!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants