Earlier quoted context omitted.
Where's "disagreeing"? I'm not disagreeing with the authors of Dtl on anything...
We took at least one immediate practical good piece of advice out of this which is that we should release a conda package and make sure that dlt works in it.
Show HN: Dlt – Python library to automate the creation of datasets
31–40 of 56 posts
Re: Show HN: Dlt – Python library to automate the creation of datasets
#32As an FYI, Databricks' "Delta Live Tables" product keeps being contracted to "DLT" at my employer, so you have some potential naming confusion in your future.
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 ecosystem. Databricks has interesting choice in marketing names, ngl - DLT named after the competing dbt - Renaming standards like raw/staging/prod to Bronze, Silver, Gold
Re: Show HN: Dlt – Python library to automate the creation of datasets
#33We are one of the early adopters and really like the “weight” of DLT. It’s heavy enough to be adding substantial value over homegrown scripts for extraction and loading. At the same time, it is light enough to be easy to add to a pre-existing data stack.
Re: Show HN: Dlt – Python library to automate the creation of datasets
#34Earlier quoted context omitted.
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 ecosystem. Databricks has interesting choice in marketing names, ngl - DLT named after the competing dbt - Renaming standards like raw/staging/prod to Bronze, Silver, Gold
I had a related problem when searching for "dlt on aws lambda"... Google thinks "dlt" is an abbreviation of "delete" and returns results accordingly
Re: Show HN: Dlt – Python library to automate the creation of datasets
#35Earlier quoted context omitted.
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 ecosystem. Databricks has interesting choice in marketing names, ngl - DLT named after the competing dbt - Renaming standards like raw/staging/prod to Bronze, Silver, Gold
I had a related problem when searching for "dlt on aws lambda"... Google thinks "dlt" is an abbreviation of "delete" and returns results accordingly
If you want to deploy to lambda, try asking in the slack community, some folks there do it.
Or if you wanna try yourself, here is a similar guide that highlights some concerns from deploying on gcp cloud functions https://dlthub.com/docs/walkthroughs/deploy-a-pipeline/deplo...
Re: Show HN: Dlt – Python library to automate the creation of datasets
#36This is nice. Pulling data from an API and putting it in a SQL database should be a simple everyday task but the tools for this are 99% massive overkill. Great to see a simple library for a simple job.
Re: Show HN: Dlt – Python library to automate the creation of datasets
#37why chose duckdb over sqlite?
Re: Show HN: Dlt – Python library to automate the creation of datasets
#38Re: Show HN: Dlt – Python library to automate the creation of datasets
#39brilliant. This is exactly the solution I always hoped for for the exact problem you describe. My specific use-case has always been reading news articles from a set of heterogeneous websites and consolidating them into one db. why chose duckdb over sqlite?
Re: Show HN: Dlt – Python library to automate the creation of datasets
#40Potential conflict with other quite popular Python library: https://dlthub.com/docs/intro