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.
Testcase - test_happyflow_success_with_templated_query Failing for - bigquery and snowflake
**Please describe the feature you'd like to see** Since Astro 0.7.0, `load_file` can be used to load multiple files, as opposed to a single one. The name should be consistent...
**Please describe the feature you'd like to see** At the moment (Astro 0.7.0), `load_file` automagically detects the types of data loaded using Pandas and creates a SQL table based on...
concern: I think that the first step for this ticket would be to propose what the API change would look like. The append and join APIs are are already quite...
**Describe the bug** We have found a but when creating a DAG that has an "invalid" DAG ID and then is passed to a dataframe decorated function. **Version** * Astro:...
**Describe the bug** Issue reported by @mag3141592 , while trying to have a `template_vars` mapping a list. **Version** * Astro: 0.5.1 * Database: Snowflake **To Reproduce** 1. Write the DAG...
As a step towards "maturing" the astro DAG authoring project, we must rewrite our tests to ensure that every integration test runs against every database. This step will simultaneously reduce...
**Context** @jwitz has been writing the official Astronomer documentation at: https://github.com/astronomer/docs/pull/477/files And [he asked us](https://github.com/astronomer/docs/pull/477/files#r822561109) to write a `transform` example using the Panglia dataset. **Acceptance criteria** * Create an example...
**Description** When using `render`, if a SQL file has a hyphen - in the name, any downstream dependencies that reference it will fail. For example, a task with ``` SELECT...
Currently, we do not log many of the steps that are happening our tasks run. This can make it harder for users to know the status of their tasks, which...