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

FTP & SFTP EC2 machines cleanup not working in AWS, when running example_load_file DAG

Recently I encountered that the scheduler restarting a bit frequently for deployment https://cll0nj92h00iu01j51htnafwh.astronomer-stage.run/dkvggim6/home ``` The scheduler does not appear to be running. Last heartbeat was received 56 seconds ago. The...

**Please describe the feature you'd like to see** I would really like to be able to configure the `output_table` for the TransformOperator when using the `@transform` decorator. **Describe the solution...

feature

Add example to run ``` select count(*) from table ``` Recently we found an issue https://github.com/apache/airflow/pull/32319#discussion_r1421437350 but dag runs were not able to detect

**Describe the bug** We are unable to to connect to a locally hosted SQL Server with connection metadata registered in the Airflow UI. source = aql.Table(name=TABLE_NAME, conn_id=CONNECTION_ID) fails with: File...

Pinning connexion==2.14.2 due to issue with latest release version3.0.0 more context:https://astronomer.slack.com/archives/C01UJJEN0P3/p1699003495317799

**Describe the bug** The latest release is always #id1, which means there is no way to deep link to a specific version across time. e.g. today id1 is 1.7.0, but...

# Description ## What is the current behavior? `python-sdk/tests_integration/databases/test_snowflake.py::test_snowflake_create_table_with_columns` fails During testing on https://github.com/astronomer/astro-sdk/pull/2043, I found out there's this snowflake failure in integration test ## What is the new behavior?...

# Description ## What is the current behavior? run databricks testing on an existing cluster ## What is the new behavior? - bring up a databricks cluster - run the...

This PR adds convenience to test Provider RC releases with SDK by adding a GitHub job which raises PR from the GitHub issue.