Here are
24 public repositories
matching this topic...
Dynamically generate Apache Airflow DAGs from YAML configuration files
-
Updated
Feb 8, 2022
-
Python
Use regression, inverse probability weighting, and matching to close confounding backdoors and find causation in observational data
Udacity Data Engineering Nanodegree Capstone Project
-
Updated
Mar 28, 2020
-
Jupyter Notebook
Projeto final de conclusão do Bootcamp IGTI 2021/1
-
Updated
May 13, 2021
-
Python
The dag-checks consist of checks that can help you in maintaining your Apache Airflow instance.
-
Updated
Jan 25, 2021
-
Python
👝 A web wallet for the Kaspa blockchain network
-
Updated
Jan 22, 2022
-
JavaScript
🌱 Concurrently run a set of dependent, asynchronous tasks with type-safe dependencies
-
Updated
Mar 27, 2021
-
TypeScript
Opinionated framework based on Airflow 2.0 for building pipelines to ingest data into a BigQuery data warehouse
-
Updated
Mar 11, 2022
-
Python
Code to draw DAG figures for Mendelian randomization studies
-
Updated
Mar 18, 2022
-
RMarkdown
-
Updated
Jul 20, 2021
-
Python
A series of DAGs/Workflows to help maintain the operation of Airflow
-
Updated
Oct 2, 2019
-
Python
Directed Graphical Models and Causal Discovery for Zero-Inflated Data.
data pipeline to perform etl operations using apache-airflow to manage, schedule and author tasks
-
Updated
May 12, 2020
-
Python
-
Updated
Sep 13, 2021
-
Python
Your extensible development environment for data projects with Apache Airflow.
-
Updated
May 14, 2021
-
Python
Experimental implementation of Airflow DAGs in Elixir
-
Updated
Jun 4, 2021
-
Elixir
Data pipelines created and monitored using Airflow to feed data into Redshift
-
Updated
Feb 20, 2021
-
Python
Building a personal activity feed with airflow DAGs
-
Updated
Jan 23, 2020
-
Python
Stateset DAGS for Ops and Scheduled Workflows
-
Updated
Oct 20, 2020
-
Python
-
Updated
Jan 19, 2020
-
Python
YAML-based generic DAG builder for Apache Airflow
-
Updated
Aug 10, 2019
-
Gherkin
Setting up airflwo with best practices
-
Updated
Mar 1, 2022
-
Python
Improve this page
Add a description, image, and links to the
dags
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dags
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
At the moment, Temporary tables names are created using:
https://github.com/astro-projects/astro/blob/9a565e8fa0fa68b4be0c0dbd1866e0b531b8b902/src/astro/sql/table.py#L78-L86
Where
MAX_TABLE_NAME_SIZEis currently 63 characters (e.g. Postgres does not support tables with longer names).The problem is that depending on the DAG ID and the task names, there will be colli