Releases: rasgointelligence/RasgoQL
Releases · rasgointelligence/RasgoQL
Version 1.6.4
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
Updated:
- Jinja rendering environment to support transform updates
Version 1.6.2
Version 1.6.2 - 2022-06-27
Fixed
- Fixed a postgres bug
Version 1.6.1
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 anoverwrite
param they cannot access
Version 1.6.0
Version 1.6.0 - 2022-06-23
Changed
- Changed the
get_schema
method on all DW classes to accept a singlefqtn_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
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
[1.5.5] - 2022-06-07
Fixed
- Fixed a bug where get_columns would not render for all DW types