Skip to main content
astronomer
GitHub creator profile

astronomer

Repository-level view of 52 collected skills across 6 GitHub repositories.

skills collected
52
repositories
6
updated
Aug 5, 2026
repository explorer

Repositories and representative skills

airflow-state-store
software-developers

Persists task and asset state across retries and DAG runs using Airflow 3.3's AIP-103 key/value stores (`task_state_store`, `asset_state_store`) and the crash-safe `ResumableJobMixin`. Use when the user asks about task state store, checkpointing in tasks,…

Aug 5, 2026
analyzing-data
software-developers

Queries the data warehouse with SQL and answers business questions about data. Use when answering anything that needs warehouse data - counts, metrics, trends, aggregations, joins across tables, data lookups, or ad-hoc SQL analysis (for example "who uses X",…

Aug 3, 2026
authoring-java-sdk-tasks
software-developers

Writes Airflow task logic in Java, Kotlin, or any JVM language using the Airflow Java SDK. Use when the user wants to implement Airflow tasks in Java/JVM, asks about `@Builder.Dag`/`@Builder.Task`/`@Builder.XCom`, the `Task`/`BundleBuilder` interfaces,…

Jul 16, 2026
authoring-language-sdk-tasks
software-developers

The language-neutral foundation for Airflow language SDKs — implement task logic in a non-Python language while the DAG stays in Python. Use when the user wants to run an Airflow task in another language (Java, Kotlin, Go, or other JVM/native languages), asks…

Jul 16, 2026
configuring-airflow-language-sdks
network-and-computer-systems-administrators

Configures Airflow to run language SDK tasks (Java, Go, and future native SDKs) — register a coordinator, map a queue to it, ensure the runtime/artifact on workers, and tune coordinator options. Use when the user wants Airflow to route a queue to a…

Jul 16, 2026
deploying-java-sdk-bundles
software-developers

Builds and deploys compiled Airflow Java SDK bundles so workers can run them. Use when the user wants to package a JVM task bundle into a JAR, asks about the `org.apache.airflow.sdk` Gradle plugin, `./gradlew bundle`, the Maven shade/BOM setup, fat vs thin…

Jul 16, 2026
migrating-dagster-to-airflow
software-developers

Guide for migrating Dagster projects to Apache Airflow 3 on Astro. Use when the user mentions migrating, converting, or porting Dagster (or Dagster+) code to Airflow or Astro, wants to plan or assess such a migration, or asks what a Dagster construct maps to…

Jul 13, 2026
authoring-go-sdk-tasks
software-developers

Writes Airflow task logic in Go using the Airflow Go SDK. Use when the user wants to implement Airflow tasks in Go, asks about `BundleProvider`/`RegisterDags`, the `bundlev1` Registry/Dag interfaces, registering Go tasks (`AddTask`/`AddTaskWithName`),…

Jul 10, 2026
Showing 8 of 35 collected skills.
Showing 6 of 6 repositories
All repositories loaded