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

**Please describe the feature you'd like to see** There are certain session modifications that users might want to perform against SQL sessions before they run their SQL query. For example,...

feature

**Context** Before implementing the `cleanup` task, there were several discussions about how we could delete temporary tables: https://github.com/astronomer/astro-sdk/blob/main/aep/AEP-2-table-cleanup.md By then, we opted to have an explicit `cleanup` task, as explained...

feature
product/python-sdk

**Context** Many experienced Airflow users don't want to use Task Flow API. They consider it syntax sugar and would instead use traditional operators. This feedback was given by a couple...

documentation
product/python-sdk

**Please describe the feature you'd like to see** Refer to https://astronomer.slack.com/archives/C02B8SPT93K/p1680858815891099 **Describe the solution you'd like** A clear and concise description of what you want to happen, if possible with...

feature

currently, task names in UI display like load_file_1, load_file_2 which is confusing so we should add an appropriate task_id DAG: https://github.com/astronomer/astro-sdk/blob/main/python-sdk/example_dags/example_load_file.py

feature
good first issue

**Please describe the feature you'd like to see** For getting Airflow context, `get_current_context()` is supported, and it seems to work fine. However, I had to search through the Airflow docs...

feature
priority/low
product/python-sdk

**Please describe the feature you'd like to see** While using the transform operators there are a lot of automated queries that run to check the schema and information in snowflake....

feature

**Describe the bug** The following example DAG is not able to populate the lineage: ``` """ ### Simple EL Pipeline with Data Quality Checks Using Snowflake Runs a data quality...

**Describe the bug** Refer https://astronomer.slack.com/archives/C02B8SPT93K/p1680202480707669 It is confusing to end-users to have this task/decorator `transform_file` and `transform` which are doing the same thing - and the names don't help. It's...

**Describe the bug** Currently, we have a bash script to deploy the DAGs to astro-cloud which is similar to astronomer-provider. But instead, we should use: https://github.com/astronomer/deploy-action More details on :...