Skip to content

Releases: dbt-labs/jaffle-shop-generator

v0.4.4

07 Apr 20:40
Compare
Choose a tag to compare

Test release with publish workflow now running on Linux, which is required for the PyPI publish action.

v0.4.3

07 Apr 20:33
Compare
Choose a tag to compare

Test release to make sure the publish workflow can execute properly.

v0.4.2

07 Apr 20:28
Compare
Choose a tag to compare

Adds a pyproject.toml and should get the build and publish flow working.

v0.4.1

07 Apr 19:44
Compare
Choose a tag to compare

Release to test publishing to PyPI is triggered on release creation.

v0.4.0

07 Apr 19:30
Compare
Choose a tag to compare

This release greatly streamlines the repo to focus on modern Python tooling with ruff as the linter, and typer as the CLI framework. It changes the syntax for the CLI to a clearer structure, and improves the robustness and clarity of the code internally.

v0.3.1

17 Jan 16:02
Compare
Choose a tag to compare

What's new

Fixed ✅

  • --prefix and --years are now optional and default to 'raw' and 2 respectively

Commits

891750c Add defaults to Simulation allowing years and prefix to be optional

v0.2.1

06 Jan 17:50
Compare
Choose a tag to compare

What's new

Commits

ed191aa Fix pypi package name

v0.2.0

06 Jan 17:03
Compare
Choose a tag to compare

What's new

Added 🎉

  • jafgen now takes an argument (an integer between 1 and 10) --years to control the length of the simulation

Fixed ✅

  • Create directory jaffle-data for output if it doesn't already exist

Commits

7d026b9 Add arg to control number of years
f88fc6a Create dir for data artifacts if needed

v0.1.0

06 Jan 15:59
Compare
Choose a tag to compare

What's new

Added 🎉

  • Functioning jafgen command generating a fixed amount of synthetic jaffle shop data

Commits

dfaa1bd Bump version to v0.1.0 for release
0c72c7d Fix changelog
ce04c91 Bump version to v0.1.0 for release
87da449 Add added section to v0.1.0 in changelog
60c088f Bump version to v0.1.0 for release
79076e5 Spike out README
f6e8d32 Add initial tests
2928494 Remove export indexes and expand simultation
d94ab72 Merge pull request #2 from dbt-labs/dependabot/pip/black-22.12.0
5c90593 Merge pull request #3 from dbt-labs/dependabot/pip/mypy-0.991
5e19d13 Merge pull request #13 from dbt-labs/fix/types-versions-linting-docs
74fab50 Remove python 3.7 testing, support 3.10 and up only
ce1bbf8 Merge branch 'main' of github.com:dbt-labs/jaffle-shop-generator
1f75d7c Get command line entry point working
414df51 Fix src path issues
1b30f9e Oops remove and ignore data artifacts
b43c745 Refactor notebook into package
49f878d Fix initial settings mistakes
095298e Initial commit packaging jaffle-shop-generator from template
dde0480 Initial commit