Skip to content

Releases: Datavault-UK/automate-dv

Pre-Release v0.2.3

08 Oct 16:13
Compare
Choose a tag to compare

Documentation Status

[v0.2.3-pre] - 2019-10-08

Macros

  • Updated hash and multi-hash
    • hash now accepts a third parameter, sort
      which will alpha-sort provided columns when set to true.
    • multi-hash updated to take advantage of
      the hash functionality.

Documentation

  • Updated hash and multi-hash according to new changes.
  • Updated walk-through accordingly

Pre-Release v0.2.2

08 Oct 12:45
Compare
Choose a tag to compare

Documentation Status

[v0.2.2-pre] - 2019-10-08

Documentation

  • Finished Satellite page
  • Added Union sections to Hub and Link pages
  • Updated staging page with Satellite fields
  • Renamed stg_orders_hashed back to stg_customers_hashed

Pre-Release v0.2.1

07 Oct 20:41
Compare
Choose a tag to compare

Documentation Status

[v0.2.1-pre] - 2019-10-07

Documentation

  • Minor additions and corrections to documentation:
    • Fixed website URL in footer
    • Added contribution page to docs
    • Corrected version in dbt_project.yml

Pre-Release v0.2

07 Oct 17:57
Compare
Choose a tag to compare

Documentation Status

[v0.2-pre] - 2019-10-07

This update brings many much-needed quality of life improvements!

Improved

  • Table Macros:

    • All table macros now no longer require the tgt_cols parameter.
      This was unnecessary duplication of metadata and removing this now makes
      creating tables much simpler.
  • Supporting Macros:

    • add_columns
      • Simplified the process of adding constants.
      • Can now optionally provide a dbt source to automatically
        retrieve all source columns without needing to type them all manually.
      • If not adding any calculated columns or constants, column pairs can be omitted, enabling you to provide the source parameter above only.
    • hash
      • Now alpha-sorts columns prior to hashing, as per best practises.
  • Staging Macros:

    • staging_footer
      • Renamed to 'from' and functionality for adding constants moved to add_columns
    • multi-hash
      • Formatting of output now more readable
      • Now alpha-sorts columns prior to hashing, as
        per best practises.

Pre-Release v0.1

04 Oct 09:59
Compare
Choose a tag to compare

A re-release of v0.1-pre (we needed to clean up the versioning!)

Documentation Status

[v0.1-pre] - 2019-09 / 2019-10

Added

  • Table Macros:

    • Hub
    • Link
    • Satellite
  • Supporting Macros:

    • cast
    • hash
    • prefix
  • Staging Macros:

    • add_columns
    • multi_hash
    • staging_footer