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

**Describe the bug** At the moment, Temporary tables names are created using: https://github.com/astro-projects/astro/blob/9a565e8fa0fa68b4be0c0dbd1866e0b531b8b902/src/astro/sql/table.py#L78-L86 Where `MAX_TABLE_NAME_SIZE` is currently 63 characters (e.g. Postgres does not support tables with longer names). The problem...

bug
good first issue
product/python-sdk

epic
code-quality
product/python-sdk

Right now logs in astro tasks are VERY noisy due to the sheer number of logs in certain connectors (e.g. snowflake, BQ, etc.). Do we actually need to surface all...

product/python-sdk

epic
product/python-sdk

Acceptance criteria: Create a series of working and runnable example DAGs that can introduce users to astro with: 1. Snowflake 2. GCP 3. AWS 4. Non-task API DAGs (mixing in...

epic
product/python-sdk