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

We should automate https://github.com/astronomer/astro-sdk/blob/main/python-sdk/docs/development/RELEASE.md#releasing-constraints-for-the-release

ci
product/python-sdk

**Please describe the feature you'd like to see** Seeking an integration into sharepoint with astro SDK. **Describe the solution you'd like** I have a request from a customer to have...

feature
priority/high
product/python-sdk

**Please describe the feature you'd like to see** Currently, we run integration tests only on Celery Executor in our deployment. Customer is facing an issue with K8s executor on Runtime...

feature

**Context** As of 1.5.3, some existing Python SDK features are exposed as traditional Airflow operators (`LoadFileOperator` and `ExportFileOperator`). So far, we have yet to encourage them to be used this...

feature
product/python-sdk

**Describe the bug** The problem is that the entire connection details including the password are getting printed in the Airflow Task Log when the DEBUG Logging mode is enabled. **Version**...

**Please describe the feature you'd like to see** Currently, if the user forgets to add cleanup() operator in the dag, their dag will generate temp tables which will not be...

feature

**Describe the bug** The below task fails with current version of code in main.Refer to https://astronomer.slack.com/archives/C03868KGF2Q/p1669809348854679 ``` @aql.dataframe(columns_names_capitalization="original") def load_and_group_covid_data(): """ Loads data from a COVID data REST API and...

bug
improvement
product/python-sdk

**Describe the bug** Message from @conorbev So while waiting for the release I tried it out from main and I do see the TransformOperator producing Inputs and Outputs now, I...

code-quality
product/python-sdk
dependencies

- Wanted to rename `ExportFileOperator` - Deprecated `ExportFileOperator added ` ExportTableToFileOperator` and released it in `astro-sdk-python-1.3.1` - Later we come to the conclusion that `ExportToFileOperator` is a better name choice...

improvement
product/python-sdk

**Please describe the feature you'd like to see** In our code base, we should remove the following lines of code: https://github.com/astronomer/astro-sdk/blob/ba25f0c8bb7ab0a3e7d2873228bad9b36e7305e1/python-sdk/src/astro/files/locations/azure/wasb.py#L47-L61 once the ticket is resolved on smart open end...

feature
product/python-sdk