January 2021 Summaries
7 posts from Fivetran
Filter
Month:
Year:
Post Summaries
Back to Blog
Building an idempotent data pipeline is essential for ensuring data integrity and avoiding duplication, with a critical focus on accurately identifying primary keys. Primary keys, which are unique and relatively immutable fields, enable the identification of unique records and prevent conflicts when records are processed multiple times. In databases, primary keys are typically explicitly declared, simplifying their identification, but challenges arise with changelogs that may not contain full data snapshots. For API endpoints, primary keys are often found in documentation, but when they aren't well-documented, they must be constructed, which can be error-prone due to mutable fields. The lack of well-defined primary keys necessitates reverse-engineering the data model or hashing entire rows, though this approach only prevents duplication from failures, not updates. Ensuring a primary key is always present, either designated by the source or derived, is crucial for maintaining data integrity, especially as the complexity and number of data sources increase.
Jan 28, 2021
1,009 words in the original blog post.
Idempotence plays a crucial role in protecting against the worst consequences of data integration failures by preventing the creation of duplicate data when syncs fail. In scenarios where data is loaded in batches, idempotence ensures that unique records are properly identified and no duplication occurs. Failures can occur at any stage of the modern data stack: source, pipeline, or destination. With idempotence, a self-correcting mechanism is established, reducing the need for human intervention to fix data integrity issues.
Jan 22, 2021
819 words in the original blog post.
Fivetran has released new enterprise data source connectors for IBM, Oracle and SAP to help accelerate the adoption of modern data stacks by enterprises. The new connectors support popular enterprise data sources such as IBM Db2, Oracle RAC, and SAP HANA. These connectors feature automated replication capabilities like fully managed connector maintenance, automatic schema management, failure recovery, and support for incremental data updates. This release is the first of many planned for 2021 that will provide additional capabilities to enterprise customers, including new connectors, role-based access management, and security enhancements.
Jan 19, 2021
524 words in the original blog post.
According to Gartner, 58% of marketing leaders are not satisfied with their company's marketing data and analytics due to the lack of a modern data stack. Modern marketing organizations use numerous platforms, apps, and suites that need to be combined for a full view of customers and holistic insights. A modern data stack enables marketers to effectively manage multiple data sources, discover key performance indicators (KPIs), and examine barriers to proper data analysis. By automating the process, human error can be minimized, and marketing teams can make more informed decisions for future campaigns.
Jan 12, 2021
799 words in the original blog post.
Snowflake, a modern data warehousing solution, surpasses Amazon Redshift in several key aspects, making it a preferred choice for today's data teams. While Redshift is a powerful legacy product, it struggles to meet contemporary needs and trails behind Snowflake's user-friendly features, such as its ease of data sharing, which is as simple as sharing a Google Doc. Unlike Redshift, Snowflake decouples compute and storage costs, offering financial benefits through a credit-based system that allows users to pay only for the data they compute, not store. This model, combined with Snowflake's ability to quickly and efficiently scale resources, makes it ideal for businesses aiming to grow without exorbitant costs. Redshift, on the other hand, cannot match Snowflake's scalability and flexibility due to its outdated infrastructure and commitment-heavy contracts. Despite potential sticker shock from Snowflake's credit model, users often find it provides greater value, allowing them to focus on core data tasks without managing complex ETL pipelines. Migration from Redshift to Snowflake, while advantageous, requires careful consideration of factors like AWS credits and the nuances of Snowflake's pricing model, and businesses are encouraged to tailor their transition strategies to their unique needs.
Jan 11, 2021
2,017 words in the original blog post.
Centralizing all growth marketing channels' data into one place is crucial for effective analysis. Growth marketers use various tactics such as paid media, organic media, events, and content marketing to attract sales leads. However, they often struggle with effectively using the vast amount of data generated by these efforts. To overcome this challenge, companies need a modern data stack that includes automated data pipelines to consolidate all marketing data for easy analysis. Automated data pipelines can be set up quickly and provide reliable and analysis-ready data for insights into channel performance and company growth.
Jan 08, 2021
604 words in the original blog post.
The text explores the potential of transforming an existing data warehouse into a Customer Data Platform (CDP) using lightweight and cost-effective tools, as an alternative to purchasing an off-the-shelf CDP solution. It highlights that a CDP acts as a database for customer data, facilitating data collection, management, and governance, especially in compliance with privacy regulations like GDPR and CCPA. The article critiques the CDP industry's current state, noting the ambiguity and potential lock-in issues with pre-packaged solutions, and argues that with a solid data infrastructure, many businesses already have the capabilities to build a tailored CDP. By leveraging tools such as dbt and Fivetran, companies can customize their CDP to meet specific needs, ensuring flexibility, scalability, and better data governance. This approach allows businesses to maintain control over their data infrastructure, avoid vendor lock-in, and save costs compared to traditional CDP solutions.
Jan 05, 2021
1,628 words in the original blog post.