May 2024 Summaries
3 posts from Astronomer
Filter
Month:
Year:
Post Summaries
Back to Blog
The Data Flowcast` is a podcast designed specifically for the Apache Airflow community, aiming to share insights, tips, and discussions about current and future trends of Airflow. The hosts, Kenten Danas and Marc Lamberti, are both experts in data engineering and education, bringing their knowledge and passion to the show. Weekly episodes will cover topics such as real-world applications, best practices, and innovative ideas for workflow management systems, featuring conversations with leading minds in the Airflow community. Listeners can expect practical insights and actionable strategies to optimize their Airflow workflows, making it a valuable resource for managers, team leads, and practitioners alike. The podcast is available on major platforms, including Apple Podcasts, Spotify, and YouTube, and invites everyone in the Airflow community to join the conversation.
May 30, 2024
523 words in the original blog post.
SnowPatrol is an application for anomaly detection and alerting for Snowflake usage, powered by Machine Learning. It's also an MLOps reference implementation, an example of how to use Airflow as a way to manage the training, testing, deployment, and monitoring of predictive models. The Astronomer team built SnowPatrol to help identify abnormal Snowflake usage and simplify overage root-cause analysis and remediation. To automate adding query tags to every DAG and Task, the team leveraged advanced Airflow features designed to simplify the management of Airflow Deployments. They built a custom cluster policy to attach query tags to all Snowflake-related Tasks, ensuring that every single DAG and Task deployed to an Airflow Deployment will automatically get query tags. This allows for the creation of dashboards to visualize Airflow DAG execution costs, detected anomalies over time, and storage/compute usage by warehouse, schema, database, tables, etc. The Astronomer's data team managed to cut almost 25% of its Snowflake spend and is now able to keep a close eye on any unexpected increase in Storage or Compute costs.
May 30, 2024
3,030 words in the original blog post.
The text discusses the critical role of data orchestration in deploying generative AI (GenAI) at scale. Data orchestration involves integrating valuable enterprise data into GenAI models, grounding their outputs with relevant and up-to-date business context. This requires complex tasks to be optimized and repeatedly executed, which can be simplified by data orchestration tools like Apache Airflow managed by Astronomer's Astro. The orchestration capability ensures efficient use of computational resources, optimized workflows, and stable and scalable deployments. Successful deployment of GenAI involves standardizing on Astro to orchestrate both existing ML/operational pipelines and new GenAI pipelines, enabling the creation of seamless user experiences and business value. Examples include conversational AI for support automation, content generation, reasoning and analysis, and streamlining application development with AI and Airflow. The text concludes by providing next steps for getting started with data orchestration, including a guide to data orchestration for Generative AI and workshops to discuss how Airflow and Astronomer can accelerate GenAI initiatives.
May 29, 2024
984 words in the original blog post.