We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126c69b commit 39f508dCopy full SHA for 39f508d
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
### Added
6
7
+* Use shorten name for namespaces in version IDs
8
+* Add namespace to Dataset and Job models
9
+* Add ability to deserialize `int` type to columns [@phixMe](https://github.com/phixMe)
10
+* Add `SqlLogger` for SQL profiling
11
* Add `DatasetVersionId.asDatasetId()` and `JobVersionId.asJobId()`
12
* Add `DatasetService.getBy(DatasetVersionId): Dataset`
13
* Add `JobService.getBy(JobVersionId): Job`
@@ -17,6 +21,10 @@
17
21
18
22
* `config.yml` -> `marquez.yml`
19
23
24
+### Fixed
25
+
26
+* Fix dataset version column mappings
27
20
28
## [0.11.0](https://github.com/MarquezProject/marquez/compare/0.10.4...0.11.0) - 2020-05-27
29
30
0 commit comments