-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] package grayed out #129
Comments
Thanks for opening this issue @nirera and sorry to see you're running into some issues after upgrading. Unfortunately, I'm not as familiar with how dbt Cloud handles the package library. Can you provide a screenshot of what you mean by "greyed out" in this context. Also, it make sense that some of the jobs are now failing after commenting out all the package dependencies with the exception of Ad Reporting. Looking at your packages.yml, you only need to remove the Google Ads, LinkedIn Ads, and Facebook Ads dependencies since they're already included in the Ad Reporting dependency. This likely is what was causing the issue you were seeing previously. For example, see the below code link for the Facebook Ads, Google Ads, and LinkedIn Ads versions in the most recent Ad Reporting package udpate. Lines 8 to 14 in e3cc112
Compared to the versions you had previously (per this issue description), I can see that Facebook Ads and LinkedIn Ads are out of sync with the versions required by the package. This likely was the cause of your initial error. Would you be able to remove the Facebook Ads, Google Ads, and LinkedIn Ads packages from your |
Thanks Joe for a quick response
See print screen to clarify what I mean by gray out:
[image: image.png]
Regarding packages.yml, in the issue I opened I added packages.yml with
all packages commented out but ad_reporting.. so I think it meets what
you suggested , but just in case I retried with a cleaner version and
issue remains :
[image: image.png]
I also deleted package-lock.yml to ensure dbt deps --upgrade will install
the latest dependencies , but still...
Nir
…On Mon, Dec 23, 2024 at 10:37 PM Joe Markiewicz ***@***.***> wrote:
Thanks for opening this issue @nirera <https://github.com/nirera> and
sorry to see you're running into some issues after upgrading.
Unfortunately, I'm not as familiar with how dbt Cloud handles the package
library. Can you provide a screenshot of what you mean by "greyed out" in
this context. Also, it make sense that some of the jobs are now failing
after commenting out all the package dependencies with the exception of Ad
Reporting. Looking at your packages.yml, you only need to remove the Google
Ads, LinkedIn Ads, and Facebook Ads dependencies since they're already
included in the Ad Reporting dependency. This likely is what was causing
the issue you were seeing previously.
For example, see the below code link for the Facebook Ads, Google Ads, and
LinkedIn Ads versions in the most recent Ad Reporting package udpate.
https://github.com/fivetran/dbt_ad_reporting/blob/e3cc1128a9b53b59acd10a45cef15946495521fa/packages.yml#L8-L14
Compared to the versions you had previously (per this issue description),
I can see that Facebook Ads and LinkedIn Ads are out of sync with the
versions required by the package. This likely was the cause of your initial
error.
Would you be able to remove the Facebook Ads, Google Ads, and LinkedIn Ads
packages from your packages.yml (Ad Reporting will install the proper
versions for you) and then comment back in the other packages. I believe
this should address your issue.
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2CJM3FVOPNTD2KCIDAHDI32HBYAVAVCNFSM6AAAAABUDTMPLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGI3DSNRRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@nirera unfortunately I'm unable to see the images you shared. Would you be able to elaborate on what the issue is that you're seeing? |
Tx Joe ,
I've attached screenshots to illustrate what I mean by "grayed out" and to
show that my packages.yaml file currently only contains the ad_reporting
package.
…On Mon, Dec 23, 2024 at 11:58 PM Joe Markiewicz ***@***.***> wrote:
@nirera <https://github.com/nirera> unfortunately I'm unable to see the
images you shared. Would you be able to elaborate on what the issue is that
you're seeing?
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2CJM3AZLKGPSPSQLIYRKT32HCBPFAVCNFSM6AAAAABUDTMPLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGM2TOMBQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@nirera I unfortunately cannot see these attachments. It may be that they are not sending properly via email. Would you be able to attach them directly through GitHub so we may better see and understand this issue. |
@nirera following up if you're able to share the screenshots directly through GitHub or if this is still an issue on your end? |
Is there an existing issue for this?
Describe the issue
We are using dbt Cloud, and after updating to the latest package version, we encountered some dependency issues. We resolved these issues by removing all dependency packages from the packages.yml file. After doing this, we successfully ran
dbt deps
. However, the package library is now grayed out. While the files are visible when clicked, the jobs that rely on these packages are failing. we already tried , dbt clean and and deleting partial_parse.msgpackRelevant error log or model output
No response
Expected behavior
non grayed working package...
Possible solution
No response
dbt Project configurations
Package versions
What database are you using dbt with?
redshift
How are you running this dbt package?
dbt Cloud™
dbt Version
latest
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: