Skip to content

Releases: getindata/data-pipelines-cli

Release 0.18.0

19 Apr 09:21
4d16eae

Choose a tag to compare

[0.18.0] - 2022-04-19

Added

  • dp docs-serve command acting as a wrapper for dbt docs serve.

Release 0.17.0

11 Apr 12:57
76d09c0

Choose a tag to compare

[0.17.0] - 2022-04-11

Added

  • pip install data-pipelines-cli[ADAPTER_PROVIDER] installs adapter alongside dbt-core, e.g. pip install data-pipelines-cli[bigquery].

Changed

  • dp compile accepts additional command line argument --docker-tag, allowing for custom Docker tag instead of relying on Git commit SHA. Moreover, if --docker-tag is not provided, dp searches for tag in build/dag/config/<ENV>/execution_env.yml. If it is present instead of <IMAGE_TAG> to be replaced, dp chooses it over Git commit SHA.

Release 0.16.0

24 Mar 13:53
5a70de7

Choose a tag to compare

[0.16.0] - 2022-03-24

Added

  • dp generate source-yaml and dp generate model-yaml commands that automatically generate YAML schema files for project's sources or models, respectively (using dbt-codegen or dbt-profiler under the hood).
  • dp generate source-sql command that generates SQL representing sources listed in source.yml (or a similar file) (again, with the help of dbt-codegen).

Release 0.15.2

28 Feb 17:22
5f6abc2

Choose a tag to compare

[0.15.2] - 2022-02-28

Changed

  • Bumped dbt to 1.0.3.

Release 0.15.1

28 Feb 16:59
4ea0258

Choose a tag to compare

[0.15.1] - 2022-02-28

Fixed

  • Pinned MarkupSafe==2.0.1 to ensure that Jinja works.

Release 0.15.0

11 Feb 09:50
3b163e5

Choose a tag to compare

[0.15.0] - 2022-02-11

  • Migration to dbt 1.0.1

Release 0.14.0

02 Feb 12:32
187b3ed

Choose a tag to compare

[0.14.0] - 2022-02-02

Release 0.13.0

01 Feb 11:16
81f7f8f

Choose a tag to compare

[0.13.0] - 2022-02-01

Release 0.12.0

31 Jan 16:24
57074b8

Choose a tag to compare

[0.12.0] - 2022-01-31

  • dp publish will push generated sources to external git repo

Release 0.11.0

18 Jan 18:24
83d4c19

Choose a tag to compare

[0.11.0] - 2022-01-18

Added

  • dp update command
  • dp publish command for creation of dbt package out of the project.

Changed

  • Docker response in deploy and compile gets printed as processed strings instead of plain dictionaries.
  • dp compile parses content of datahub.yml and replaces Jinja variables in the form of var or env_var.
  • dags_path is read from an enved airflow.yml file.