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

Since the current TruncateOperator is essentially a DropTableOperator, we will need to build a TruncateOperator from scratch. A truncate operator should *not* delete a table. Rather, it should clear out...

priority/medium
product/python-sdk

# Description ## What is the current behavior? In the past, we had a tutorial which illustrated how to use each of our operators/decorators: https://github.com/astronomer/astro-sdk/blob/be6280df00ccff0d7a1c0dfb099b2065303dbe88/REFERENCE.md closes: #593 ## What is...

# Description ## What is the current behavior? ## What is the new behavior? This PR updates the style and wording of our "Getting Started" documentation without disrupting the core...

**Describe the bug** I'm planning to update the existing `GETTING_STARTED` guide and `README` to be in line with general Astro documentation best practices. I'll open up issues in the future...

# Description ## What is the current behavior? Currently there is "native" way to set dependencies between tasks without passing either a table or a dataframe between said tasks. This...

**Describe the bug** When I'm passing a bucket folder uri it is returning all files + the folder **Version** * Astro: [e.g. 0.6.0] * OS: [eg. Debian] **To Reproduce** Steps...

**Describe the bug** If I'm passing a folder path URI in File object it throws error ``` Broken DAG: [/usr/local/airflow/dags/task_flow.py] Traceback (most recent call last): File "/usr/local/airflow/astro_sdk/src/astro/files/types/__init__.py", line 25, in...

Add documentation example for ``run_raw_sql`` operator/decorator with and without handler argument. closes: #589 related: #584

Similar to how we currently support BigQuery and Snowflake, let's add support for Redshift too. This issue only needs the "pandas" path so should be straightforward. Look into the [Bigquery](https://github.com/astronomer/astro-sdk/blob/main/src/astro/databases/google/bigquery.py)...

feature

Instead of hard-coding the docs in the [GETTING_STARTED.md](https://github.com/astronomer/astro-sdk/blob/main/docs/getting-started/GETTING_STARTED.md), we should use the following code to extract the code from example DAGs so it doesn't go out of date. ```{literalinclude} ../../example_dags/example_amazon_s3_postgres.py...

documentation