Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

99 lines (69 loc) · 7.48 KB

As of version 1.3.0 of dbt-core all CHANGELOG entries are generated with changie and can be viewed on the dbt-core CHANGELOG.

dbt-core 1.2.0 (July 26, 2022)

  • [Snyk] Upgrade prismjs from 1.27.0 to 1.28.0 (#271)
  • Fixed sample SQL Code for sources when no database is defined (docs#272)
  • Run build and tests in CI checks (docs#274)
  • Add support for file: selector in DAG viz (docs#273)
  • Improve metrics DAG viz and documentation page (docs#285)

Contributors:

dbt-core 1.1.0 (April 28, 2022)

  • Fixed capitalization in UI for exposures of type: ml (#256)
  • List packages and tags in alphabetical order (docs#235)

Contributors:

dbt-core 1.0.4 (March 18th, 2022)

  • Patch spark specific bug to allow docs to continue working. (#236, #247)
  • Add operations to nodes so the parents/child map can be resolved. (#229, #248)

dbt-core 1.0.1 (January 03, 2022)

  • Fix bug with missing exposure details. (docs#228)

dbt-core 1.0.0rc1 (November 10, 2021)

  • Fix non-alphabetical sort of Source Tables in source overview page (docs#81, docs#218)
  • Add title tag to node elements in tree (docs#202, docs#203)
  • Account for test rename: schemageneric, data singular. Use test_metadata instead of schema/data tags to differentiate (docs#216, docs#222)
  • Add metrics (core#216, docs#223)

Contributors:

dbt 0.20.1rc1 (August 02, 2021)

  • Fix docs site crash if relationships test has one dependency instead of two (docs#207, (docs#208))

dbt 0.20.0 (July 12, 2021)

dbt 0.20.0rc1 (June 30, 2021)

Contributors:

dbt 0.20.0rc1 (June 4, 2021)

  • Reversed the rendering direction of relationship tests so that the test renders in the model it is defined in (docs#181, docs#183)
  • Support dots in model names: display them in the graphs (docs#184)
  • Render meta tags for sources (docs#192)

Contributors:

dbt 0.19.0 (January 27, 2021)

  • Fixed issue where data tests with tags were not showing up in graph viz (docs#147, docs#156)
  • Clean up development dependencies and docs, fix package installation issue (docs#164, docs#165)

dbt 0.19.0b1 (October 20, 2020)

  • Add select/deselect option in DAG view dropups. (docs#98, docs#138)
  • Fixed issue where sources with tags were not showing up in graph viz (docs#93, docs#139)
  • Use compiled_sql instead of injected_sql for "Compiled" (docs#146, docs#148)

Contributors:

dbt 0.18.1 (October 13, 2020)

dbt 0.18.0 (September 2, 2020)

  • Add project level overviews (docs#127)

Contributors:

dbt 0.18.0rc1 (August 19, 2020)

  • Add "Referenced By" and "Depends On" sections for each node (docs#106)
  • Add Name, Description, Column, SQL, Tags filters to site search (docs#108)
  • Add relevance criteria to site search (docs#113)
  • Support new selector methods, intersection, and arbitrary parent/child depth in DAG selection syntax (docs#118)
  • Revise anonymous event tracking: simpler URL fuzzing; differentiate between Cloud-hosted and non-Cloud docs (docs#121)

Contributors: