Home / Companies / dltHub / Blog / May 2024

May 2024 Summaries

4 posts from dltHub

Filter
Month: Year:
Post Summaries Back to Blog
The Future of Data Pipelines starts now, with the launch of a groundbreaking pipeline generator tool called `dlt-init-openapi`. This tool allows users to generate complete pipelines by pointing to an OpenAPI spec, selecting endpoints, and specifying authentication details. The tool uses information from the OpenAPI spec, as well as the dlt REST API Source, to detect necessary details and generate the pipeline. While it has shown promising results in internal experiments, the team is eager for user feedback to improve its performance. The tool can be configured and tweaked further by users if needed, and the community is encouraged to share their pipelines and provide feedback on how to improve the generator.
May 28, 2024 640 words in the original blog post.
Aman Gupta, a junior data engineer, recently contributed to an open-source data pipeline project using the `dlt` framework. The project began with a workshop hosted by `dlt`, where Aman was introduced to data engineering and gained hands-on experience. He then applied his new skills to a real-world client project, creating a basic pipeline that loaded data from FreshDesk to BigQuery. Upon presenting his work, he received feedback and guidance from the `dlt` team, which helped him refine the pipeline into a community-verified source. The final pipeline incorporated features such as pagination and incremental loading, and utilized an API client tailored for the FreshDesk API. Aman's journey from civil engineering to data engineering has been a valuable learning experience, allowing him to develop new skills and expand his career options.
May 23, 2024 630 words in the original blog post.
The new REST API Source toolkit from dltHub is a Python-only high-level approach to pipelines, aiming to simplify pipeline creation by leveraging declarative configuration. The tool is designed to be autonomous, flexible, and easy to use, allowing users to build pipelines with LLMs and generate new pipelines efficiently. It offers two interfaces: a declarative source builder and an imperative client, providing a balance between autonomy and commercial product quality. The toolkit is particularly useful for companies with many pipelines that frequently create new ones, data platform teams, freelancers, and agencies. Users can configure the pipeline by specifying the base URL, endpoints, authentication, pagination, and incremental configuration, making it easy to adapt sources to changes.
May 14, 2024 1,659 words in the original blog post.
The text discusses the evolution of orchestration tools in data management, highlighting the confusion surrounding the term "orchestrator" and its various meanings across different tools. It notes that some people's experiences with one tool can color their perception of others, leading to biased opinions about which tools are superior. The author argues that the success of a tool depends on factors beyond features, including community support, user experience, and cost. To analyze sentiment around data orchestration tools, the author created a project using the dlt library and Dagster, comparing comments from Hacker News articles and Google Trends data. While the results are not definitive, they suggest that some tools may attract more negative comments than others. The article concludes by encouraging beginners to experiment with data orchestration tools to gain experience and challenging seasoned professionals to share their knowledge.
May 07, 2024 2,302 words in the original blog post.