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

**Please describe the feature you'd like to see** I really wish I could run benchmarking for each Pull Request that a contributor creates on the astro-sdk repo. This enables us...

feature
priority/medium
product/python-sdk

**Please describe the feature you'd like to see** 1. Document the config.json 2. All the esoteric features 3. @pankajastro should be able to run benchmarking without any support **Describe the...

documentation
feature
priority/low

**Please describe the feature you'd like to see** Loading to redshift from s3 seems more complicated than traditional Amazon S3toRedshift operator and also run into the header issue with it....

feature
product/python-sdk

**Describe the bug** In CI there are flaky tests, we need to fix - https://github.com/astronomer/astro-sdk/actions/runs/3197623724/jobs/5221086373 The following test is flaky i.e. failing every now and then: ``` FAILED tests/sql/operators/test_load_file.py::test_aql_replace_existing_table[redshift] -...

priority/medium
product/python-sdk

# Description ## What is the current behavior? Users expressed confusion on why the column names for output tables are lowercased. It's due to this [default setting](https://github.com/astronomer/astro-sdk/blob/main/python-sdk/src/astro/sql/operators/dataframe.py#L110). closes: #917 ##...

**Please describe the feature you'd like to see** Currently, we cannot run benchmarking processes for various reasons. 1. Datasets not working for all the databases 2. Datasets are not available...

feature
product/python-sdk

We need to verify the end-to-end CI/Benchmarking is working. 1. Adding a label 2. Cron

feature
product/python-sdk

We need to post a comment on the PR as part of benchmarking job.

feature
product/python-sdk

**Please describe the feature you'd like to see** Currently, the feature of load_file() to handle patterns in the path is not clearly mentioned in the documentation and would be worth...

documentation
priority/medium
product/python-sdk