Viewing profile — adrianbr
adrianbr
HN member- Joined
- Wed, Oct 11, 2023, 2:59 PM UTC
- HN karma
- 11
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About adrianbr
No profile information was provided.
Recent public activity
-
comment
Comment #48674155
[flagged]
- story
-
story
Show HN: We built a LLM-native workflow with 3500 scaffolds and a debug app
Hey folks, dltHub, maker of dlt "data load tool" is releasing a LLM-native workflow for creating pipelines. This is OSS and you can try it yourself (15-30min is a good time) Is thi…
- story
- story
-
comment
Comment #42054276
The whole idea is pretty nuts! I can imagine it being used as the dev env for teams that use SQLMesh and can thus port the sql. Might be worth investigating with them
-
story
Show HN: Automated data extraction from REST APIs in Python
Dear HN community, I’m Adrian, one of the creators of dlt, the most popular OSS python library for building data ingestion pipelines. It automates all the tedious data engineering …
-
comment
Comment #40572386
That's really cool, did you already saw the dlt library? That one's done for very easy to use EL in python. It's similarly modular and built by senior data engineers for the data t…
-
comment
Comment #40244753
congrats on the hard work and this launch!
-
comment
Comment #38017134
ahh good old manual fine tuning and maintenance. We are adding data contracts for things like event ingeston where schema needs to be strict or cases where you know ahead of time w…
-
comment
Comment #38016388
Thank you! That's the example we looked at for our dlt-airflow integration :) the dlt dag becomes an airflow dag.
-
comment
Comment #38013743
Duckdb is analytical and gained popularity with the analytics crowd. it has multiple features that make it play well with use cases in that ecosystem such as aggregation speed, par…
-
comment
Comment #38013443
for now :) Thanks for pointing it out - and it looks like we should add an aws lambda guide too :) If you want to deploy to lambda, try asking in the slack community, some folks th…
-
comment
Comment #38012781
Thank you for the heads up! it is unfortunate, and with 3 letter acronyms this will happen. An easy way to remember is that we are the one you can pip install and plays well in the…
-
comment
Comment #38012337
This is amazing! to figure out the website apis has always been a huge pita. With our dlt library project we can turn the openapi spec into pipelines and have the data pushed somew…
-
comment
Comment #38011806
There are multiple ways to run together - we will show a few in a demo coming out soon. We also consider a tighter integration like with Airflow described here as a possible next s…
-
comment
Comment #38010848
you can request a source or a feature by opening an issue on sources/dlt repo https://github.com/dlt-hub
-
comment
Comment #38010841
Since dlt generates a schema, and tracks evolution etc, contains lineage, and follows data vault standard it can easily provide metdata or lineage info to the other tools. At the s…
-
comment
Comment #38010686
Thank you for the feedback! I can see now how it could be confusing. The reason we used chatgpt is because it's an easy starting point - why read through examples when you can get …
-
comment
Comment #38010654
dlt is a python library that you can probably plug into the OpenRefine java application to enable moving the data somewhere easily and into different formats, making OpenRefine mor…