astro-sdk icon indicating copy to clipboard operation
astro-sdk copied to clipboard

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.

Results 290 astro-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

Testcase - test_happyflow_success_with_templated_query Failing for - bigquery and snowflake

product/python-sdk

**Please describe the feature you'd like to see** Since Astro 0.7.0, `load_file` can be used to load multiple files, as opposed to a single one. The name should be consistent...

research/question
improvement

**Please describe the feature you'd like to see** At the moment (Astro 0.7.0), `load_file` automagically detects the types of data loaded using Pandas and creates a SQL table based on...

feature
product/python-sdk

concern: I think that the first step for this ticket would be to propose what the API change would look like. The append and join APIs are are already quite...

priority/medium
priority/low
product/python-sdk

**Describe the bug** We have found a but when creating a DAG that has an "invalid" DAG ID and then is passed to a dataframe decorated function. **Version** * Astro:...

bug
priority/high
product/python-sdk

**Describe the bug** Issue reported by @mag3141592 , while trying to have a `template_vars` mapping a list. **Version** * Astro: 0.5.1 * Database: Snowflake **To Reproduce** 1. Write the DAG...

bug
priority/high
product/python-sdk

As a step towards "maturing" the astro DAG authoring project, we must rewrite our tests to ensure that every integration test runs against every database. This step will simultaneously reduce...

priority/critical
epic
testing
product/python-sdk

**Context** @jwitz has been writing the official Astronomer documentation at: https://github.com/astronomer/docs/pull/477/files And [he asked us](https://github.com/astronomer/docs/pull/477/files#r822561109) to write a `transform` example using the Panglia dataset. **Acceptance criteria** * Create an example...

documentation
product/python-sdk

**Description** When using `render`, if a SQL file has a hyphen - in the name, any downstream dependencies that reference it will fail. For example, a task with ``` SELECT...

bug
priority/medium
product/python-sdk

Currently, we do not log many of the steps that are happening our tasks run. This can make it harder for users to know the status of their tasks, which...

epic
product/python-sdk