Pieter Noordhuis
98ebb78c9b
Rename bricks -> databricks ( #389 )
...
## Changes
Rename all instances of "bricks" to "databricks".
## Tests
* Confirmed the goreleaser build works, uses the correct new binary
name, and produces the right archives.
* Help output is confirmed to be correct.
* Output of `git grep -w bricks` is minimal with a couple changes
remaining for after the repository rename.
2023-05-16 18:35:39 +02:00
Serge Smertin
9581187c9e
Update to Go SDK v0.8.0 ( #351 )
...
## Changes
- Update to Go SDK v0.8.0
- Fix all breaking changes
## Tests
- make test
2023-04-21 10:30:20 +02:00
shreyas-goenka
089bebc92f
Do not print exceptions for non ERROR events ( #347 )
...
## Changes
Adds a check to not print exceptions trace for dlt events with a level <
ERROR
## Tests
Unit test
2023-04-19 22:11:05 +02:00
shreyas-goenka
d0872b45e2
Log pipeline update errors using progress logger ( #338 )
...
## Changes
Logs error message for all exceptions
## Tests
Manually and using unit tests
2023-04-18 15:00:34 +02:00
shreyas-goenka
59eee11989
Log job errors using progress logger ( #337 )
...
## Changes
This PR logs job errors using the progress logger
## Tests
Manually
2023-04-18 14:58:20 +02:00
shreyas-goenka
1a7b3eef18
Log job run url using progress logger ( #336 )
...
## Changes
Logs the job url using the progress logger
## Tests
Manually
2023-04-18 14:40:45 +02:00
shreyas-goenka
85889dffb1
Move state to event for whether they support inplace progress logging ( #339 )
...
## Changes
Adds a IsInplaceSupported() function to the event interface. Any event
that now uses the progress logger has to declare whether they support in
place logging
## Tests
Manually
2023-04-18 14:20:35 +02:00
Shreyas Goenka
eab29603fc
Revert "Log job errors using progress logger"
...
This reverts commit a2e20f5206
.
2023-04-15 15:19:32 +02:00
Shreyas Goenka
a2e20f5206
Log job errors using progress logger
2023-04-15 15:18:38 +02:00
shreyas-goenka
e8018a7209
Refactor output and progress into separate packages in run ( #335 )
...
Tested manually that output and progress logging still works
2023-04-14 14:40:34 +02:00