Home / Companies / Fivetran / Blog / August 2023

August 2023 Summaries

5 posts from Fivetran

Filter
Month: Year:
Post Summaries Back to Blog
dbt and Fivetran are essential components in the modern data stack, providing a framework for executing reliable and scalable data transformations. Optimizing dbt deployment is crucial to save costs and ensure optimal performance, especially when scaling practices. The key to optimization lies in leveraging features and techniques specific to cloud data providers like BigQuery, Databricks, and Snowflake. Automated resource optimization, automatic table clustering, query acceleration services, and resource management & monitoring are some of the ways to optimize dbt deployments. Additionally, using pre-built models, macros, and post-hooks can enhance query performance and maintain data consistency. Utilizing packages such as dbt_utils, dbt_project_evaluator, and dbt-codegen can also improve efficiency and productivity. Furthermore, integrating Fivetran with dbt provides value through optimized model runs, immediate scheduling, and improved visibility of data lineage and error reporting. By following best practices and leveraging these optimization techniques, businesses can ensure a dependable modern data stack.
Aug 24, 2023 1,465 words in the original blog post.
Fivetran is an integration platform that uses a usage-based pricing model, where customers are charged only once per month for monthly active rows (MAR), which are distinct primary keys added, updated or deleted from source systems to destination systems by connectors. The cost is calculated based on the total monthly usage and spend rate, which depends on two factors: volume and pricing plan. Fivetran offers various free features and trials, including initial sync, new connectors, resyncs, and private preview connectors. To get the most out of Fivetran, it's essential to understand how source systems affect MAR and engage with stakeholders to discuss value and total cost of ownership. The platform provides a usage estimator and pricing page for customers to explore different scenarios and pricing plans.
Aug 21, 2023 1,282 words in the original blog post.
We live in a world that's generating an infinite amount of data, requiring transformation and cleansing to prepare it for insights. Stored procedures have provided analysts with time-saving benefits by reusing SQL queries, but they were never intended to be the foundation for today's data transformation needs. The main issue with stored procedures is their lack of documentation, logging, flexibility, and scalability, which can lead to technical debt and vulnerabilities in pipelines. To address this, modern tools like dbt and Fivetran offer better solutions by providing full documentation, modular code, and automated scaling, making it easier to migrate from legacy procedures to a modern transformations architecture. With the right support, companies can reduce their reliance on stored procedures and modernize their data processes.
Aug 17, 2023 1,113 words in the original blog post.
Fivetran has released its Terraform provider into general availability, allowing developers to save hours of work during infrastructure development and management processes. The company's Webhooks API is also now generally available, enabling trigger-based automation and communication without constant polling. Additionally, the Transformations API is in beta, unlocking the ability to programmatically set up full end-to-end pipelines. These releases aim to optimize more of the devops workflow for power users.
Aug 16, 2023 710 words in the original blog post.
We recently explored how we transform data loaded into analytics-ready tables in warehouses using dbt data models, and now we're revealing the process behind creating those models. We've been utilizing ChatGPT to expedite this work by automating tasks such as documenting column descriptions, building python scripts for maintenance efforts, aiding complex sql transformations, understanding business outcomes of specific data models, and ensuring cross-database compatibility. These AI-powered tools have significantly reduced manual labor time, allowing us to reallocate resources to more critical aspects of the process. By leveraging ChatGPT's capabilities, we can streamline our model creation and validation processes, making it easier for users to access high-quality analytics-ready tables.
Aug 01, 2023 1,273 words in the original blog post.