Simo Tumelius
Simo Tumelius
Hi @haleemur , I tried your updated catalog script with both dbt 0.17.2 and 0.18.1 and managed to successfully generate the docs. However, the docs are missing columns that are...
@BeantownData Thanks for the workaround! After changing the line I got a different error: ``` Running with dbt=0.16.1 Found 26 models, 131 tests, 0 snapshots, 2 analyses, 258 macros, 0...
@tomsej I meant a completely empty file, no yml properties at all. Sorry, i should have been more clear.
I also have a use case where I'd like to use selectors in both --select and --exclude arguments. Example where I run all the marketing models but exclude any ecommerce...
@acurtis-evi This would work for the use case I described. Did I understand correctly that both * `dbt run --select selector:marketing --exclude selector:ecommerce`, and * `dbt run --select "selector:marketing EXCEPT...
When is this available for use in balenaCloud? Not yet listed in the list of Device types. Can't wait to get my hands on this!
@shaunmulligan thanks for the info! I tried to add a new device to my application and download the balenaOS image from https://dashboard.balena-staging.com but after clicking the download button ("Download balenaOS(~NaN...
Thanks! I just fixed it by including my working directory in the input path.
For some reason this action is not run in the working directory or there's some other reason why the working-directory is not applied to it
It looks like jobs with `uses` don't support the `working-directory` argument. I got an error from the Github actions validator but didn't find much from quick googling. Just this https://github.community/t/use-working-directory-for-entire-job/16747/4