Skip to content

Releases: astronomer/astro-sdk

0.7.0

11 Mar 23:32
Compare
Choose a tag to compare

Feature:

  • load_file to a Pandas dataframe, without SQL database dependencies #77

Documentation:

  • Simplify README #101
  • Add Release Guidelines #160
  • Add Code of Conduct #101
  • Add Contribution Guidelines #101

Enhancements:

  • Add SQLite example #149
  • Allow customization of task_id when using dataframe #126
  • Use standard AWS environment variables, as opposed to AIRFLOW__ASTRO__CONN_AWS_DEFAULT #175

Bug fixes:

  • Fix merge XComArg support #183
  • Fixes to load_file:
    • file_conn_id support #137
    • sqlite_default connection support #158
  • Fixes to render:
    • conn_id are optional in SQL files #117
    • database and schema are optional in SQL files #124
  • Fix transform, so it works with SQLite #159

Others:

  • Remove transform_file #162
  • Improve integration tests coverage #174

0.6.0

01 Mar 22:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.6.0

0.5.2

22 Feb 19:27
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

16 Feb 21:00
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.5.1

0.5.0-alpha

16 Feb 20:59
Compare
Choose a tag to compare

0.5.0

16 Feb 20:56
16a50fd
Compare
Choose a tag to compare

This is a pretty major change in the way that we template values. Along with a series of bugfixes we will now use a more jinja-native templating style.

e.g.

SELECT * FROM {{customer_table}} WHERE member_since <= DATEADD(day, -7, '{{ execution_date }}')

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Feb 18:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

0.3.3

04 Feb 18:02
Compare
Choose a tag to compare

What's Changed

  • Allow downstream tasks to inherit context from params by @dimberman in #70

Full Changelog: 0.3.2...0.3.3

0.3.2

04 Feb 15:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1-2

01 Feb 22:38
Compare
Choose a tag to compare

Full Changelog: 0.3.1...0.3.1-2