Felix Uellendall

Results 15 issues of Felix Uellendall

We would like to have some examples for generated (and rendered) diagrams. It would be nice to have some complex dags, but also small ones would work for displaying in...

good first issue

Airflow "Transfer" operators could be created differently: E.g. * two nodes ie. from & to * no node and add the label to an edge (between nodes)

enhancement

# Description - fix local.mk to respect the correct directory - fix container.mk to use native docker compose from Docker Desktop - improve development docs ### Checklist - [x] Extended...

**Please describe the feature you'd like to see** I would like to get table stats or other meta data of the table that was processed via input/output table. **Describe the...

feature

It would be great if blacken-docs would also allow using the `--experimental-string-processing` to split lines in the docstring if they reach the line length limit.

In PostgresHook the "schema" field is only being called like that to make it compatible with the underlying DbApiHook which uses the schema for the sql alchemy connector. The postgres...

area:providers
kind:documentation

# Description ## What is the current behavior? The current examples don't work end-to-end e.g. via `flow run`. ## What is the new behavior? We use examples which can run...

# Description ## What is the current behavior? Currently, `aql.cleanup()` does not cleanup/remove all temp tables. We know this for sure for Snowflake: The following [CI logs](https://github.com/astronomer/astro-sdk/actions/runs/3236060888/jobs/5309951211#step:11:967) were giving us...

# Description ## What is the current behavior? Currently, when using operators inheriting from `BaseSQLDecoratedOperator` we are unable to view the rendered SQL in the UI. closes: #1003 depends on:...