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 258 astro-sdk issues
Sort by recently updated
recently updated
newest added

**Please describe the feature you'd like to see** The team should be alerted if the benchmark performance has degraded. Follows up on: https://github.com/astronomer/astro-sdk/issues/1020 **Describe the solution you'd like** Be notified...

feature
product/python-sdk

**Please describe the feature you'd like to see** I really wish we can split our load_file example DAG into logical groups (or) just split it into manageable parts. Currently its...

feature

**Please describe the feature you'd like to see** Currently, we are deploying the example dags use the astro_deplpy script on to Astro cloud. We can automate this process by adding...

feature

**Describe the bug** for requirement.txt ``` apache-airflow apache-airflow-providers-google astro-sdk-python[google] ``` Getting error: `ImportError: Pandas requires version '0.15.0' or newer of 'pandas_gbq' (version '0.13.2' currently installed).` ref: https://astronomer.slack.com/archives/C02B8SPT93K/p1677178673402629

**Context** The Python SDK makes it very simple to exchange between databases. However, users may not realise that locally some operations will work fine (multiple tasks pointing to a file-based...

**Describe the bug** More details: https://github.com/astronomer/astro-sdk/pull/1695#discussion_r1093828602 By looking at how many places you had to make this type of change, I was wondering if we could, by any chance, try...

**Describe the bug** https://github.com/astronomer/astro-sdk/pull/1488/commits/67d557c1588779e964b5b29096940d670a9c1b5d —There was no need of integration tests for them; unit tests would be fine. Let’s please not use fixtures unnecessarily. Let’s identify such tests and refactor...

testing
product/python-sdk

Currently, we have [one page](https://github.com/astronomer/docs/blob/main/astro/cli/sql-cli.md) for getting started. However, we are missing separate documentation per feature. We are missing structured documentation pages for all currently supported features: * `configuration.yml` *...

documentation

**Please describe the feature you'd like to see** A clear and concise description of what problem feature solves or what use-case it would enable. e.g. "I really wish I could...

feature