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

**Describe the bug** It appears that mapped tasks aren't cleaned up via `cleanup`. Relevant logs (note: there were `TempTable` objects in the XCOM view for mapped tasks in this DAG)...

bug
product/python-sdk

**Please describe the feature you'd like to see** By default, we want the SQL CLI commands to return very clean and tidy outputs so the end-users don't feel overwhelmed. However,...

feature
product/sql-cli

As part ensuring that the SDK page in the Registry is up to date, it would be awesome to have a `.astro-registry.yaml` file. This is similar to the `.provider.yaml` file...

priority/low
product/python-sdk

For some reason, even though run_raw_sql returns a List[LegacyRow] objects, when it is picked up by a downstream tasks, we get a Tuple[List[LegacyRow]] objects. We should investigate why this is...

bug
product/python-sdk

**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. Since the SQL CLI will be...

documentation
feature
product/sql-cli

**Please describe the feature you'd like to see** One of the requirements for 0.1 is that it should be integrated into the [Astro CLI](https://github.com/astronomer/astro-cli). Depends on: #828 (analysis of the...

feature
product/sql-cli

**Please describe the feature you'd like to see** Benchmarks are useful when we have to compare them with old releases and make sure they have not gone down/degraded. **Describe the...

feature

**Please describe the feature you'd like to see** At the moment, any developer of the Python SDK project can release new versions, as documented in https://github.com/astronomer/astro-sdk/blob/main/python-sdk/docs/development/RELEASE.md. **Describe the solution you'd...

feature
product/sql-cli

**Please describe the feature you'd like to see** As part of the SQL CLI 0.1, we need to make it available in the [Astro CLI](https://github.com/astronomer/astro-cli) project. There are at least...

documentation
product/sql-cli

**Please describe the feature you'd like to see** SQL SDK 0.1 users should be able to run the SQL workflows using the new implementation of `airflow dag test` (https://github.com/apache/airflow/pull/26400), even...

feature
product/sql-cli