fivetran / dbt_apple_store

Fivetran's Apple App Store source dbt package
https://fivetran.github.io/dbt_apple_store/
Apache License 2.0
0 stars 2 forks source link

[Bug] cannot download latest version (0.2.0) via dbt Hub #7

Closed lch88 closed 1 year ago

lch88 commented 1 year ago

Is there an existing issue for this?

Describe the issue

I tried installing the latest version of package (0.2.0) by following the guide in the README.md.

But it failed with following error,

08:34:10  Running with dbt=1.3.1
08:34:12  Encountered an error:
Could not find a matching compatible version for package fivetran/apple_store
  Requested range: >=0.2.0, <0.3.0
  Compatible versions: ['0.1.0']

It was weired at first since I just followed the instruction. It turns out that the package info on the dbt Hub hasn't been updated yet.

A little more digging revealed that dbt hub seems to auto-update packages by observing changes of their (each package's) GitHub releases.

I think publishing new release will solve the issue.

Relevant error log or model output

08:34:10  Running with dbt=1.3.1
08:34:12  Encountered an error:
Could not find a matching compatible version for package fivetran/apple_store
  Requested range: >=0.2.0, <0.3.0
  Compatible versions: ['0.1.0']

Expected behavior

One should be able to download latest version of apple_store package from dbt Hub.

dbt Project configurations

not changed from auto-generated default

Package versions

packages:

What database are you using dbt with?

snowflake

dbt Version

Core:

Plugins:

Additional Context

No response

Are you willing to open a PR to help address this issue?

fivetran-joemarkiewicz commented 1 year ago

Hi @lch88 thanks for opening this issue.

While we have merged the latest version of the package to the GitHub repo, it is not yet live on the dbt hub. We were planning to release this update during this week! You should see this issue resolved in the next day or so.

For more updates around this migration, you can look to our tools-fivetran channel within dbt slack for more info!

lch88 commented 1 year ago

Thanks, @fivetran-joemarkiewicz! Got it, I'll check it out again in a day or two.

fivetran-joemarkiewicz commented 1 year ago

Hi @lch88 I was actually able to get the apple store (and other app reporting) releases done last night!

The remainder of our packages will be up to date by the end of the day! Closing this issue as you will now be able to use the latest version. Thanks again for opening this bug report!

lch88 commented 1 year ago

I tried again and downloaded new pacakge version. Thanks!