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** When passing a positional argument to an `@aql.dataframe` decorated function, the SDK fails to start the task because of a `KeyError` on the parameter. From looking at...

bug

**Describe the bug** A clear and concise description of what the bug is. Trying to load a CSV file from AWS into a DuckDB table. The process keeps filling up...

**Describe the bug** Currently, the native transfer between GCS and Databricks Delta Table relies on pre-configuration on the Databricks Cluster. The current credentials set within the Astro Python SDK 1.5.2...

bug
product/python-sdk

**Please describe the feature you'd like to see** 1. ~~We can add better unit-test cases where we test the output of `get_openlineage_facets_on_complete` and `get_openlineage_facets_on_start` right now we rely on `Marquez...

feature

**Please describe the feature you'd like to see** Add native path support for Biquery and Native Path. Ref: https://cloud.google.com/bigquery/docs/omni-azure-create-connection

feature
product/python-sdk

**Please describe the feature you'd like to see** - Once the specs are added on Open lineage https://github.com/OpenLineage/OpenLineage/blob/main/spec/Naming.md for dataframe, pass the lineage values for input and output facets for...

feature
product/python-sdk

**Please describe the feature you'd like to see** The LoadFileOperator accepts `output_table` and `input_file` arguments. When expanding over a set of files, you may want to load them with the...

feature
product/python-sdk

**Please describe the feature you'd like to see** We need cols values in operators like merge and append. Currently, we need to manually infer it. **Describe the solution you'd like**...

feature
product/python-sdk

load_file(if_exists='replace') works the first time a DAG is run. Upstream tasks subsequently create views on that DAG. Rerunning the DAG fails as it cannot drop the existing tables because of...

bug

currently, benchmark CI job is failing because failing to install astro-sdk in container CI log: https://github.com/astronomer/astro-sdk/actions/runs/4910054906/jobs/8766866479

bug
ci
testing