-
Notifications
You must be signed in to change notification settings - Fork 20
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
error on build #20
Comments
Thanks for submitting this @chaimt and the fix PR. I suspect it's related to Databricks since this package hasn't been tested on Databricks before. I want to dig in a little deeper to make sure I understand the source of the issue. Can you confirm which version of the package you're using? |
- package: mjirv/dbt_datamocktool
version: [">=0.1.4"]
…On Mon, Nov 1, 2021 at 6:58 PM Michael Irvine ***@***.***> wrote:
Thanks for submitting this @chaimt <https://github.com/chaimt> and the
fix PR. I suspect it's related to Databricks since this package hasn't been
tested on Databricks before. I want to dig in a little deeper to make sure
I understand the source of the issue. Can you confirm which version of the
package you're using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGTZ7OPBDDUIXBXBT43NDUJ3BMJANCNFSM5HEBSEHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
חיים טורקל
|
i added a pull request for this |
Thanks for submitting the PR @chaimt! I'd prefer to not make the user specify the packages.yml: - git: "https://github.com/mjirv/dbt-datamocktool.git"
revision: "bugfix-databricks_missing_depends" |
Describe the bug
when i build my project i get the following error
Runtime Error
Compilation Error in test dbt_datamocktool_unit_test_stg_customers_ref_dmt__expected_stg_customers_1___ref_dmt__raw_customers_1_ (models/schema.yml)
dbt was unable to infer all dependencies for the model "dbt_datamocktool_unit_test_stg_customers_ref_dmt__expected_stg_customers_1___ref_dmt__raw_customers_1_".
This typically happens when ref() is placed within a conditional block.
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: