Skip to content

Releases: H-Max/bq2dbt

v0.3.0

17 Jul 08:08
2ed5943
Compare
Choose a tag to compare

Fix in snake_case conversion function + added 2 new options (tabs and leading_comma).

v0.2.7

05 Jul 13:14
c81f4ba
Compare
Choose a tag to compare

Fix issue with non-partitioned tables and partitions expiration.

Added option to run script from source code without installing it first with pip

v0.2.6

02 Jul 08:11
11bfc7d
Compare
Choose a tag to compare
  • Added clustering and partitioning information in YAML output.

v0.2.5

10 Jan 15:11
530d7b6
Compare
Choose a tag to compare
Added the option to pass a dataset as argument

- This will generate the YAML and SQL files for all tables in the given dataset

v0.2.4

10 Jan 13:53
afe5dbf
Compare
Choose a tag to compare

Fix badly set constraints on array fields:

  • BigQuery says they are not nullable
  • But they don't support not_null constraints

¯\(ツ)

v0.2.3

22 Nov 15:11
e2528a5
Compare
Choose a tag to compare
Fix description detection

v0.2.2

02 Oct 12:16
c223a06
Compare
Choose a tag to compare
feat: replaced setup.py with project TOML file

v0.2.1

29 Sep 09:17
cefbd62
Compare
Choose a tag to compare
doc: Added CLI arguments in README

v0.2.0

29 Sep 09:08
682a12b
Compare
Choose a tag to compare
feat: Add prefix/suffix and convert column names to snake case option

v0.1.1

27 Sep 14:03
9b4004d
Compare
Choose a tag to compare
fix: updated README with installation instructions