Skip to content

Releases: bruin-data/bruin

v0.11.135

27 Jan 10:54
ef52bdb
Compare
Choose a tag to compare

Changelog

  • 42b8cfb Merge pull request #418 from bruin-data/patch/fix-athena-conn-issue
  • 0ecd685 Merge pull request #419 from bruin-data/patch/clickhouse-template-doc-plus-amends
  • 023b98e Merge pull request #420 from bruin-data/patch/fix-metadata-push-for-bq-sensors
  • ef52bdb Merge pull request #421 from bruin-data/snowflake-fix
  • 7a12ace add clickhouse temaplte docs and better error messages
  • 80db4a8 change tests
  • 1196467 delete error
  • 6424d3a fix metadata push for bq sensors
  • 3533877 fix the connection naming convention for athena

v0.11.134

23 Jan 15:06
14f35e7
Compare
Choose a tag to compare

Changelog

  • 97db9b0 Hotfix: Panic in lineage parsing (#416)
  • 14f35e7 Merge pull request #417 from bruin-data/feature/clickhouse-template
  • 137bef0 [Bug]: For column lineage propagate the Default values of column to downstream asset (#413)
  • 0a2e67d add clickhouse template
  • ebf743b amends

v0.11.133

21 Jan 15:47
77e3131
Compare
Choose a tag to compare

Changelog

  • 28aa1b3 * ignore all duck db * Fix select methods to work with clickhouse * Fix tests
  • b75e9a2 add byte to string for select
  • 80f87f6 added select and withschema
  • 5ff69a6 added tests
  • a1906d0 lose whitespace
  • 32d9c42 Add unit tests for lint checking in run_test.go; minor formatting updates in checks_test.go files
  • 04d0fd7 Enhance linting functionality by integrating SQL parser into lint checks. Updated CheckLint function to accept a SQLParser instance, modified related calls in run.go and run_test.go, and adjusted GetRules to utilize the parser for improved validation rules.
  • 2f13430 Merge branch 'feature/clickhouse-docs' of github.com:bruin-data/bruin into feature/clickhouse-docs
  • c0392eb Merge branch 'main' into fix-memory-leak
  • 5df1319 Merge branch 'main' into fix-memory-leak
  • a6c7692 Merge branch 'main' of github.com:bruin-data/bruin
  • c51233a Merge pull request #397 from bruin-data/feature/clickhouse
  • c49fb70 Merge pull request #404 from bruin-data/fix-memory-leak
  • 1548d54 Merge pull request #410 from bruin-data/mysql-query
  • 4829127 Merge pull request #411 from bruin-data/feature/clickhouse-docs
  • 77e3131 Merge pull request #414 from bruin-data/format-changes
  • 0489cd6 Merge pull request #415 from bruin-data/feature/upgrade-sqlglot-26-2-1
  • 5cbb589 Refactor MySQL DSN Construction for Compatibility and Default Port Handling
  • 0dd053d Update clickhouse.md
  • b8b2ccd add clickhouse
  • 184bdd5 add clickhouse package
  • ac5b212 add clickhouse windows
  • 7fcfc51 add config and basic db
  • bbf617d add connection
  • f7f629d add docs
  • 4739c6a add dummy materializer
  • da8604e add linkedin connection
  • 42ce5b4 add missing mappings
  • a78fe66 add new asset type
  • a337f6e add some more stuff
  • 573da0c addapt to one query per statment, adjust materializations and tests
  • 59fb1f3 bump sqlglot to v26.2.1
  • 2ab8c1f change tests
  • 5b2c288 comment out connection interface
  • 16370c0 convert byte to string
  • 30d59c7 delete bq instance
  • 7322aa6 delete comments
  • 362f9d4 delete unnecesarry comments
  • b0c8703 do not instantiate munnecessary custom check runners
  • 597aec5 ensure checks sql works with clickhouse
  • a3ac40a fix annotations
  • a208c66 fix athena
  • 4944449 fix integration test
  • 9214bda fix lint
  • 241b560 fix linting issues
  • 8375e3e fix materialization
  • 7b918ec fix parser
  • 866a811 fix: integer overflow conversion uint64 -> int64 (gosec)
  • 908beaa more changes
  • 75b5c14 more changes
  • e0359e3 more changes
  • c9b7f4d move things around
  • 68e04f6 remove duck db revert pointer changes
  • dce749d remove lint from run
  • 7a4f40a remove panic from telemetry
  • aaece5b update tests

v0.11.132

16 Jan 09:56
212e944
Compare
Choose a tag to compare

Changelog

v0.11.131

10 Jan 15:34
Compare
Choose a tag to compare

Changelog

  • 8c84f0e register executors for bq.source

v0.11.130

10 Jan 11:50
91ca82c
Compare
Choose a tag to compare

Changelog

v0.11.129

08 Jan 10:22
Compare
Choose a tag to compare

Changelog

  • 4e97963 add error handling
  • 88126de add error handling
  • 8d86bff add mock function
  • eb284c7 added caching
  • 55c8982 change error messagws
  • 6ee6fa5 create dataset if it doesnt exist
  • a362d52 delete uv assets
  • 212dbd5 handle when meta has zero clusters and partitions
  • 43e98a7 new cache for every client
  • 51d2e5e remove sync map from operator struct
  • cd1aee6 Added documentation for seed assets across multiple platforms (#377)
  • a7cdd51 Added support for new seed asset types: Postgres, Redshift, MsSQL, Databricks, Snowflake, Athena, and Synapse. (#375)
  • 4e57f19 Fix SynapseDialect constant value from "synapse" to "mssql" in dialect.go (#392)
  • e265ac3 Hotfix: Refactor asset type validation for seed assets in lint rules (#389)
  • bdc6d3b Merge branch 'main' into handle-cluster-change
  • 8625bae Merge branch 'main' into handle-cluster-change
  • 24964de Merge pull request #376 from bruin-data/handle-cluster-change
  • 09d1e0f Merge pull request #379 from bruin-data/parallel-tests
  • 9614b2f Merge pull request #382 from bruin-data/change-pipelines
  • 2c5a55c Merge pull request #383 from bruin-data/bq-add-dataset
  • 873966e Merge pull request #387 from bruin-data/integration-tests-fast
  • c5b905d Merge pull request #388 from bruin-data/bq-create-dataset
  • bc9b884 Merge pull request #393 from bruin-data/feature/snowflake-rsa-key
  • 4e5aaf3 Reverted pkg/bigquery/db_test.go to its state in commit 1f648d3
  • c2152b9 add docs
  • 5e202ab add gitignore
  • 18a79cf add gocurrent
  • 0c94c7e add instance type docs
  • 28416b1 add integration test light
  • 9ea2898 add mockmoterializer function
  • adf221d add mockquerierwith result
  • 6cb18ab add new filters pipeline
  • 4ea19ff add new tags pipeline
  • f7cf4e2 add new uv assets
  • 731976d add tiktok connection
  • afaa9eb added cluster and partioning handling
  • 934f91e added new main with filters pipeline
  • dc27dab added unit tests
  • e519dd6 added unit tests
  • 185d355 bump ingestr
  • 96c493a change mock logic
  • 4429f8c create dataset if not exist
  • fbabbf7 delete false function decleration
  • 49b8719 delete filters pipeline
  • c97e11a delete goroutines
  • a594f82 delete tags pipeline
  • 3f21843 delete unecessary pipeline
  • 1381080 delete unncessary lines
  • 53f329e delete unnecesarry comments
  • aabae70 delete unnecessary comments
  • 2721add delete unnecessary file
  • 1d6b20f deleted main with filters pipeline
  • 50e0690 feat: experimental support for RSA key auth for snowflake
  • a2c5f6f fetch clustering and partioning info
  • 8e3433f fix expected state
  • 168a8fc fix imports
  • 0e0d564 fix lint
  • 0676a19 fix lint issues
  • be81312 fix python asset
  • 813009a fix tests
  • 7720646 fix unit tests
  • 0ce29c2 handle for different projects
  • 22e4619 modify test case: continue
  • 7992f21 more changes
  • 817be5c new env
  • 272cdfd new environment for run-seed-data
  • 98097c0 new pipeline
  • 2af3c7a update happy path
  • fe3527f update test case
  • 7ed17da update test cases
  • 06b9abf update tests
  • a454d00 updated test case
  • d8dcfd3 updated test case

v0.11.128

03 Jan 10:55
Compare
Choose a tag to compare

Changelog

  • f9b08c1 changed pipeline
  • 8e37aa3 more changes
  • ff69b68 run tests in dif environments
  • 1d76ff2 seperate pipelines for integration tests
  • 730bf36 Added 'bq.source' asset type (#365)
  • 3118a1c Added logging for command execution in the Task.Run() method.
  • ba236c2 Fix lint (#373)
  • a57b20b Fix: use temp file for backup a assets in integration test (#364)
  • dd78839 Hotfix: fix bq.source handling (#367)
  • 70d8215 Merge pull request #363 from bruin-data/downstream-integration-test
  • e6645fe Merge pull request #366 from bruin-data/make-tests-independent
  • fc89281 Merge pull request #369 from bruin-data/run-tests-dif-env
  • 1810345 Merge pull request #372 from bruin-data/add-new-template
  • 6c14f58 Merge pull request #374 from bruin-data/log-error-e2e
  • b8b91a5 Merge pull request #378 from bruin-data/fix-lint-2
  • a09b92d Refactor: Integration test (#361)
  • d49c858 Seed data into the destination databases (#368)
  • a6b7bf7 Update Makefile to specify golangci-lint version and clean up struct definitions in pipeline.go
  • 4c6e6fc add logs/runs to the gitignore as well
  • f9a889d add new pipeline template
  • b692177 added integration test for the downstream flag
  • b904247 change in make file
  • fa5f86e change in makefile
  • c6fddac change makefile
  • e9c1180 delete more files
  • 63a26d9 delete unnecessary files
  • 494eb80 ensure state is in gitignore
  • 8289b28 find bruin markers even if the file starts with empty lines
  • 476c32b inject dates to ingestr on every load
  • 07b705b more changes
  • b1760ac more changes
  • b2178ce more pipelines

v0.11.127

24 Dec 19:27
7390803
Compare
Choose a tag to compare

Changelog

  • b98d91a fix downstream runs
  • 4946326 Merge branch 'main' into fix/custom-integration-test
  • b7a6644 Merge pull request #360 from bruin-data/fix/custom-integration-test
  • 7390803 Merge pull request #362 from bruin-data/downstream-runs
  • 9c459e1 added custom function for testing continue in integration

v0.11.126

24 Dec 12:13
21d8225
Compare
Choose a tag to compare

Changelog

  • 68921c7 Add .gitattributes to adjust language statistics
  • eb473cc change return type
  • bb4d1d6 Merge pull request #349 from bruin-data/lint-tag
  • 0ff0527 Merge pull request #354 from bruin-data/env-flag
  • 7f72aa5 Merge pull request #355 from bruin-data/git-attributes
  • d9e5527 Merge pull request #356 from bruin-data/add-json
  • 12f7dad Merge pull request #358 from bruin-data/fix/integration-continue-test-2
  • 21d8225 Merge pull request #359 from bruin-data/patch/make-uv-default
  • 1545180 Refactor integration test setup for continue functionality
  • c4feccf add env flag to connections list
  • ae8512e add more ignores
  • fb84660 allow for telemetry key from environment
  • 19f03c6 change function name
  • 42d3ab6 delete duplicate logic
  • 93d54ce drop telemetry when no command
  • d1651c4 fix integration test state
  • ad56041 handle json for single env
  • 6f9a356 make telem key build-time
  • 8c11247 persist without writing
  • 5371c69 swap pip and uv for default