@bennyjohnson None of what you say is supported by evidence on the nytimes front page. If it is not there then a large percentage of people won’t care or think there is any truth to what you believe is real.
Amazing how the FBI has been building a file to document all of Biden’s corruption for YEARS and now that the evidence has been released, Democrats still want to bury their head in the sand and cry “But Trump! Trump! Trump!”
Our President sold out America to foreign nationals for CASH and y’all are ok with that as long as the guy with mean tweets gets taken out.
Democrats don’t care about America or the rule of law, they care about power.
I'm getting about 3.5 hours of battery life on an M1 MBP while writing code, Slack, web browsing, etc. Is anyone else seeing issues like this? I feel like this machine used to last all day.
@AndyRitting@floydophone@getdbt@ApacheAirflow@code@dagster Why only changed models? Are you defining all DBT models as views?
Otherwise, you will be only updating the new models but not updating the existing ones with the new incoming data.
You can always use DBT Core in local and then just one seat in DBT cloud as orchestrator.
So, after @getdbt announcement on doubling their subscription plan from $50/seat to $100/seat, we decided to move all to DBT Core + @ApacheAirflow + VS (@code).
DBT is an excellent open-source project supported by the community and the company, but this movement is abusive.
@FranziCros@code@ApacheAirflow Thanks for sharing, great article :D
When you merge from a PR to a main branch, do you run all the models or just the one's that were modified?
@FranziCros@code@ApacheAirflow Thanks for sharing, great article :D
When you merge from a PR to a main branch, do you run all the models or just the one's that were modified?
@floydophone@FranziCros@getdbt@ApacheAirflow@code@dagster I run dbt core in the published docker container from GitHub on my local bitbucket runner. I would assume gitlab could do similar. Benefit is the container gets direct access to the code on PR. Using airflow instead seems more complicated. I wish to run only changed models