Releases: getindata/data-pipelines-cli
Releases · getindata/data-pipelines-cli
Release 0.18.0
[0.18.0] - 2022-04-19
Added
dp docs-servecommand acting as a wrapper fordbt docs serve.
�
Release 0.17.0
[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 compileaccepts additional command line argument--docker-tag, allowing for custom Docker tag instead of relying on Git commit SHA. Moreover, if--docker-tagis not provided, dp searches for tag inbuild/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
[0.16.0] - 2022-03-24
Added
dp generate source-yamlanddp generate model-yamlcommands 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-sqlcommand that generates SQL representing sources listed insource.yml(or a similar file) (again, with the help of dbt-codegen).
�
Release 0.15.2
[0.15.2] - 2022-02-28
Changed
- Bumped
dbtto 1.0.3.
�
Release 0.15.1
[0.15.1] - 2022-02-28
Fixed
- Pinned
MarkupSafe==2.0.1to ensure that Jinja works.
�
Release 0.15.0
[0.15.0] - 2022-02-11
- Migration to dbt 1.0.1
�
Release 0.14.0
[0.14.0] - 2022-02-02
�
Release 0.13.0
[0.13.0] - 2022-02-01
�
Release 0.12.0
[0.12.0] - 2022-01-31
dp publishwill push generated sources to external git repo
�
Release 0.11.0
[0.11.0] - 2022-01-18
Added
dp updatecommanddp publishcommand for creation of dbt package out of the project.
Changed
- Docker response in
deployandcompilegets printed as processed strings instead of plain dictionaries. dp compileparses content ofdatahub.ymland replaces Jinja variables in the form ofvarorenv_var.dags_pathis read from an envedairflow.ymlfile.
�