Skip to content

Releases: rasgointelligence/RasgoQL

Version 1.6.4

05 Jul 16:54
8ab6d68
Compare
Choose a tag to compare

Version 1.6.4 - 2022-07-05

Changed

  • Changed default behavior of to_dbt function. Instead of always appending model details to the schema.yml file (which creates duplicate entries for existing models), rql will now check if a model entry already exists in the file and overwrite it. If the model does not exist, it will be appended.

Version 1.6.3

28 Jun 14:35
4619917
Compare
Choose a tag to compare

Updated:

  • Jinja rendering environment to support transform updates

Version 1.6.2

27 Jun 20:36
8ddcac7
Compare
Choose a tag to compare

Version 1.6.2 - 2022-06-27

Fixed

  • Fixed a postgres bug

Version 1.6.1

27 Jun 16:46
3d4d05f
Compare
Choose a tag to compare

Version 1.6.1 - 2022-06-27

Fixed

  • Fixed a bug in the get_schema method of SQLAlchemy DW classes where users were being asked to enter an overwrite param they cannot access

Version 1.6.0

23 Jun 14:36
2ae3a96
Compare
Choose a tag to compare

Version 1.6.0 - 2022-06-23

Changed

  • Changed the get_schema method on all DW classes to accept a single fqtn_or_sql variable
  • Changed the behavior of transform arguments: when a Dataset or SQLChain class is passed in as an argument to a transform, it is automatically flattened to its corresponding fqtn or CTE then consumed in the transform.

Version 1.5.6

21 Jun 03:48
b350c6e
Compare
Choose a tag to compare

Version 1.5.6 - 2022-06-20

Changed

  • Changed the get_schema method on Snowflake and BigQuery DW classes to get output columns without creating views

Version 1.5.5

07 Jun 18:09
bc5589c
Compare
Choose a tag to compare

[1.5.5] - 2022-06-07

Fixed

  • Fixed a bug where get_columns would not render for all DW types