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

Add a note for the redshift issue with the gen2 instance issue.

Once we have update from the AWS regarding the redshift issue, we should revert the change is PR - https://github.com/astronomer/astro-sdk/pull/1975 Case created with AWS: https://support.console.aws.amazon.com/support/home?region=us-east-2#/case/?displayId=12988936661&language=en

priority/high
testing

**Describe the bug** Currently, the CI is failing for Databricks. More details can be found at: https://astronomer.astronomer.run/dhb539ck/log?dag_id=example_load_file&task_id=load_file__23&execution_date=2023-02-08T00%3A00%3A00%2B00%3A00&map_index=-1

This PR adds the logic to create and delete redshift clusters on the fly. Covers 1. Gitaction 2. Master DAG

**Describe the bug** A clear and concise description of what the bug is. Load file from S3 to data bricks is failing intermittently: ``` Seems like this job was terminated...

**Describe the bug** When building an Astro runtime image with the Astro SDK DuckDB submodule the published DuckDB wheel is not used and instead it is compiled locally, which takes...

**Describe the bug** Example dag which used to pass now fails failing with error on airflow v2.5.1 **Version** * OS: Linux **To Reproduce** Steps to reproduce the behavior: 1. Write...

# Description ## What is the current behavior? The Astro SDK currently does not have an example for loading, transforming, and processing data using Databricks' delta tables. ## What is...

**Please describe the feature you'd like to see** The serialization methods on Pandas DFs accept quite a few kwargs which we're not currently exposing. One example is the `index=True|False` parameter...

feature