What Does It Mean for a Column to Be Indexed
Advantages of Using dbt(Data Build Tool)
In this article we aim to go over the reasoning behind why someone might want to use dbt
. If you are interested in learning dbt checkout this article
. Some common questions from Data Engineers about dbt
are
it is not very clear to me why would I use
dbt
instead of running SQL queries on Airflow
Apache Airflow Review: the good, the bad
When getting started with Apache Airflow
, data engineers have questions similar to the two below
“What are people’s opinions of Airflow?”
Review: Building a Real Time Data Warehouse
Many data engineers coming from traditional batch processing frameworks have questions about real time data processing systems, like
“What kind of data model did you implement, for real-time processing?”
3 Key Points to Help You Partition Late Arriving Events
Scheduling a SQL script, using Apache Airflow, with an example
One of the most common use cases for Apache Airflow is to run scheduled SQL scripts. Developers who start with Airflow often ask the following questions
“How to use airflow to orchestrate sql?”