HackerTrans
TopNewTrendsCommentsPastAskShowJobs

boxysean

no profile record

Submissions

Ask HN: Uptick in Google and Outlook Calendar sync issues?

4 points·by boxysean·4 lata temu·0 comments

Ask HN: Why use secrets managers?

16 points·by boxysean·5 lat temu·5 comments

Ask HN: Slow download to company's website, except on VPN

1 points·by boxysean·5 lat temu·2 comments

comments

boxysean
·4 lata temu·discuss
Thank you for sharing <3
boxysean
·5 lat temu·discuss
[dbt Labs employee here]

Cloud costs increasing could be a sign of more data being utilized productively. In any way, a mixture of data engineers and analysts is a healthy way to scale a dbt project to increase speed-of-delivery of analytics requests vs cloud costs. We at dbt Labs encourage the "analytics engineering" mindset to bring software engineering best practices into the dbt analytics workflow (git version control, code reviews), and so cloud cost considerations should be incorporated into mature dbt development practices.
boxysean
·5 lat temu·discuss
[dbt Labs employee here]

Check out dbt-expectations package[1]. It's a port of the Great Expectations checks to dbt as tests. The advantage of this is you don't need another tool for these pretty standard tests, and can be early incorporated into dbt workflows.

[1] https://github.com/calogica/dbt-expectations
boxysean
·5 lat temu·discuss
> The name means to shift away from Oracle, red being an allusion to Oracle, whose corporate color is red and is informally referred to as "Big Red.

I learned this recently and thought I'd share! From https://en.m.wikipedia.org/wiki/Amazon_Redshift
boxysean
·5 lat temu·discuss
Thanks! I eliminated that it was my machine -- I observed the same phenomenon on two machines.

I launched my own EC2 web instance in us-east-1 and hosted one of the slow files, and repeatedly downloaded it using a `python -m SimpleHTTPServer`. I similarly observed a slow download speed (128Kbps) without my NordVPN connection.

Oddly enough, I also observed a slow download speed to my us-east-1 server WITH my NordVPN connection, so that let me to believe it's a broader issue, however I did observe a fast download speed from an AWS server located in eu-central-1.

I'm generally confused. Connecting to NordVPN eliminates my issue, but the tests I am conducting are providing inconclusive evidence as to why this is the case!