astro-sdk
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.
**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...
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...
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...